feat: nor more yes/no -> y/n. and no gui prompt

This commit is contained in:
Flinner 2022-03-13 20:15:42 +03:00
parent f830e15e93
commit b7ac9cfb5f
Signed by: flinner
GPG Key ID: 95CE0DA7F0E58CA6
1 changed files with 11 additions and 8 deletions

View File

@ -75,6 +75,9 @@ remove warning by use-package
(winner-mode 1) ; Disable the menu bar
(setq visible-bell nil) ; Set up the visible bell
(column-number-mode) ; Display Column Number in the modline
(setq use-dialog-box nil) ; I don't like to confirm anything with a mouse!
(defalias 'yes-or-no-p 'y-or-n-p) ; I don't want to type (yes) everytime!, 'y' is enough
#+end_src
Emacs Backups trashing local dir!
#+begin_src emacs-lisp