[Emacs] Fix erroneous function
This commit is contained in:
parent
f04c48a8a2
commit
8e66f73d30
@ -65,7 +65,7 @@
|
||||
(format (if (buffer-modified-p) " ◉ %s" " ● %s") project-name))))))
|
||||
|
||||
;; Make ESC quit prompts
|
||||
(global-set-key (kbd "<escape>") 'keyboard-escabe-quit)
|
||||
(global-set-key (kbd "<escape>") 'keyboard-escape-quit)
|
||||
|
||||
;; Answer with y or n, not yes or not
|
||||
(defalias 'yes-or-no-p 'y-or-n-p)
|
||||
|
Loading…
Reference in New Issue
Block a user