X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=emacs.d%2Felisp%2Fshell-command-output-mode.el;fp=emacs.d%2Felisp%2Fshell-command-output-mode.el;h=25ed64b2bf560211cd9b47090cff693c5514d3a7;hb=a5dceee45565268053e96ec4e6ebbae10da49e36;hp=451e12172dcc54383d5028e1e5e8b1536e5f4881;hpb=20549996811d8734ad35f5c0d473a070c3579db1;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