quick-preview

Homepage: https://github.com/myuhe/quick-preview.el

Updated:

Summary

Quick preview using GNOME sushi, gloobus or quick look

Commentary

Put the quick-preview.el to your
load-path.
Add to .emacs:
(require 'quick-preview)

#Setting for key bindings
(global-set-key (kbd "C-c q") 'quick-preview-at-point)
(define-key dired-mode-map (kbd "Q") 'quick-preview-at-point)

Dependencies