Alpha = 96 & cleanup
This commit is contained in:
parent
eb32a492d4
commit
6bef9f5fcd
4 changed files with 3 additions and 10 deletions
|
@ -92,7 +92,6 @@
|
|||
minibuffer-local-must-match-map
|
||||
minibuffer-local-isearch-map) [escape] 'my--minibuffer-quit)
|
||||
(bind 'emacs [escape] 'my--minibuffer-quit)
|
||||
|
||||
(bind 'god [escape] 'evil-god-state-bail)
|
||||
(bind 'normal evil-command-window-mode-map [escape] 'kill-buffer-and-window)
|
||||
(bind evil-ex-map [escape] 'my--minibuffer-quit)
|
||||
|
@ -120,7 +119,6 @@
|
|||
((string-match "^ \\*" (buffer-name (current-buffer)))
|
||||
(bury-buffer))))
|
||||
|
||||
|
||||
(defun my-emacs-is-not-kill ()
|
||||
(interactive)
|
||||
(message "Gee, I dunno Brain..."))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue