X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=emacs.d%2Felisp%2Fshell-command-output-mode.el;h=25ed64b2bf560211cd9b47090cff693c5514d3a7;hb=4e8f8c61c4be30fef35b79795a3f74eb1cfcc122;hp=451e12172dcc54383d5028e1e5e8b1536e5f4881;hpb=67504d8dfe08cb4c204decc202b4b07b02ad37f7;p=dotfiles.git diff --git a/emacs.d/elisp/shell-command-output-mode.el b/emacs.d/elisp/shell-command-output-mode.el index 451e121..25ed64b 100644 --- a/emacs.d/elisp/shell-command-output-mode.el +++ b/emacs.d/elisp/shell-command-output-mode.el @@ -24,10 +24,6 @@ ;;; Code: -;; (defun haha/delet-window () -;; (interactive) -;; (quit-window t)) - (defvar shell-command-output-mode-map (let ((map (make-sparse-keymap))) (define-key map (kbd "q") (lambda () (interactive) (quit-window t))) @@ -46,8 +42,7 @@ ;; enable evil motion state for this mode (if (and (boundp evil-mode) (fboundp 'evil-motion-state)) (progn (add-to-list 'evil-motion-state-modes 'shell-command-output-mode) - (evil-motion-state))) - ) + (evil-motion-state)))) (provide 'shell-command-output-mode) ;;; shell-command-output-mode.el ends here