about summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-10-26 18:38:17 -0500
committerCase Duckworth2020-10-26 18:38:17 -0500
commit53b35ee1f8288b4dcee17d99fcdd13ce2e359b5c (patch)
tree3e31fa2e75d12b896d378b60fcdaaf7e4ba74339 /config.org
parentSwitch back to selectrum and prescient (diff)
downloademacs-53b35ee1f8288b4dcee17d99fcdd13ce2e359b5c.tar.gz
emacs-53b35ee1f8288b4dcee17d99fcdd13ce2e359b5c.zip
Add y-or-n-p alias
Diffstat (limited to 'config.org')
-rw-r--r--config.org4
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)