diff options
author | Case Duckworth | 2020-10-26 18:38:17 -0500 |
---|---|---|
committer | Case Duckworth | 2020-10-26 18:38:17 -0500 |
commit | 53b35ee1f8288b4dcee17d99fcdd13ce2e359b5c (patch) | |
tree | 3e31fa2e75d12b896d378b60fcdaaf7e4ba74339 | |
parent | Switch back to selectrum and prescient (diff) | |
download | emacs-53b35ee1f8288b4dcee17d99fcdd13ce2e359b5c.tar.gz emacs-53b35ee1f8288b4dcee17d99fcdd13ce2e359b5c.zip |
Add y-or-n-p alias
-rw-r--r-- | config.org | 4 |
1 files changed, 4 insertions, 0 deletions
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 | |||
248 | #+BEGIN_SRC emacs-lisp | 248 | #+BEGIN_SRC emacs-lisp |
249 | (cuss disabled-command-function nil) | 249 | (cuss disabled-command-function nil) |
250 | #+END_SRC | 250 | #+END_SRC |
251 | **** Function aliases | ||
252 | #+begin_src emacs-lisp | ||
253 | (fset 'yes-or-no-p #'y-or-n-p) | ||
254 | #+end_src | ||
251 | ** Themes: [[https://github.com/protesilaos/modus-themes][Modus]] | 255 | ** Themes: [[https://github.com/protesilaos/modus-themes][Modus]] |
252 | #+BEGIN_SRC emacs-lisp | 256 | #+BEGIN_SRC emacs-lisp |
253 | (use-package modus-operandi-theme) | 257 | (use-package modus-operandi-theme) |