diff --git a/.emacs.vanilla/init.el b/.emacs.vanilla/init.el index cd1fb9a..3ccf309 100644 --- a/.emacs.vanilla/init.el +++ b/.emacs.vanilla/init.el @@ -65,7 +65,7 @@ (format (if (buffer-modified-p) " ◉ %s" "  ●  %s") project-name)))))) ;; Make ESC quit prompts -(global-set-key (kbd "") 'keyboard-escabe-quit) +(global-set-key (kbd "") 'keyboard-escape-quit) ;; Answer with y or n, not yes or not (defalias 'yes-or-no-p 'y-or-n-p)