Never ask for yes/no in emacs, only y/n
This commit is contained in:
parent
6c2d57d2b4
commit
13b1abfad0
1 changed files with 3 additions and 0 deletions
|
@ -431,6 +431,9 @@
|
|||
;; Don't show default startup screen
|
||||
(setq inhibit-startup-screen t)
|
||||
|
||||
;; Only ask for y/n, never for yes/no.
|
||||
(defalias 'yes-or-no-p 'y-or-n-p)
|
||||
|
||||
;; Font configuration
|
||||
(defun font-settings ()
|
||||
"Setup font settings."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue