mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Don't prompt on quit in terminal emacs
This commit is contained in:
@ -13,9 +13,11 @@
|
|||||||
;;
|
;;
|
||||||
;;;
|
;;;
|
||||||
|
|
||||||
(setq-default
|
(when window-system
|
||||||
confirm-kill-emacs (lambda (prompt) (y-or-n-p ">> Gee, I dunno Brain... Are you sure?"))
|
(setq confirm-kill-emacs
|
||||||
|
(lambda (_) (y-or-n-p ">> Gee, I dunno Brain... Are you sure?"))))
|
||||||
|
|
||||||
|
(setq-default
|
||||||
ad-redefinition-action 'accept ; silence the advised function warnings
|
ad-redefinition-action 'accept ; silence the advised function warnings
|
||||||
echo-keystrokes 0.02 ; show me what I type
|
echo-keystrokes 0.02 ; show me what I type
|
||||||
history-length 1000
|
history-length 1000
|
||||||
|
Reference in New Issue
Block a user