From 8e66f73d30066648843971f13a4110852ccaa906 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sun, 25 Apr 2021 11:21:35 +0200 Subject: [PATCH] [Emacs] Fix erroneous function --- .emacs.vanilla/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)