diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-10 18:51:12 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-10 18:51:12 +0200 |
commit | 1c04f9827e598cef4682f93f9f7a19d7c6ee3ed4 (patch) | |
tree | 08039f2a4878f08a95cb8938f878606ae8549563 | |
parent | dfdb21cc5c7f9c8ad0d5fc65506b88d096441471 (diff) |
emacs: Remove redundant statement
-rw-r--r-- | .config/emacs/init.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 60b552c..d12ef69 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -78,7 +78,6 @@ it convenient to use in ‘thread-last’." (global-hl-line-mode) (setq disabled-command-function nil) -(fset #'yes-or-no-p #'y-or-n-p) (dolist (mode #'(blink-cursor-mode show-paren-mode tooltip-mode)) (apply mode '(-1))) |