commit 37a749f7d940b69fd3eefaa2e91678c76ffc5b8c
parent 84cf268927073a8e22fbab7849fc8c3407658fbe
Author: Tomas Hlavaty <tom@logand.com>
Date: Sat, 13 Jun 2020 21:25:42 +0200
framebuffer-install is now interactive
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/emacs-framebuffer.el b/emacs-framebuffer.el
@@ -290,6 +290,7 @@
(define-key framebuffer-image-mode-map "q" 'framebuffer-image-mode-kill-buffer)))
(defun framebuffer-install ()
+ (interactive)
(add-to-list 'auto-mode-alist '("\\.png\\'" . framebuffer-image-mode))
(add-to-list 'auto-mode-alist '("\\.jpe?g\\'" . framebuffer-image-mode))
(add-to-list 'auto-mode-alist '("\\.bmp\\'" . framebuffer-image-mode))