From 53b35ee1f8288b4dcee17d99fcdd13ce2e359b5c Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 26 Oct 2020 18:38:17 -0500 Subject: Add y-or-n-p alias --- config.org | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.org') diff --git a/config.org b/config.org index 8839462..0bd34e9 100644 --- a/config.org +++ b/config.org @@ -248,6 +248,10 @@ I don't like the customize interface, but I still sometimes use it when I'm not #+BEGIN_SRC emacs-lisp (cuss disabled-command-function nil) #+END_SRC +**** Function aliases +#+begin_src emacs-lisp + (fset 'yes-or-no-p #'y-or-n-p) +#+end_src ** Themes: [[https://github.com/protesilaos/modus-themes][Modus]] #+BEGIN_SRC emacs-lisp (use-package modus-operandi-theme) -- cgit 1.4.1-21-gabe81