mirror of https://github.com/Flinner/dots.git
feat: nor more yes/no -> y/n. and no gui prompt
This commit is contained in:
parent
f830e15e93
commit
b7ac9cfb5f
|
@ -75,6 +75,9 @@ remove warning by use-package
|
||||||
(winner-mode 1) ; Disable the menu bar
|
(winner-mode 1) ; Disable the menu bar
|
||||||
(setq visible-bell nil) ; Set up the visible bell
|
(setq visible-bell nil) ; Set up the visible bell
|
||||||
(column-number-mode) ; Display Column Number in the modline
|
(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
|
#+end_src
|
||||||
Emacs Backups trashing local dir!
|
Emacs Backups trashing local dir!
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
Loading…
Reference in New Issue