Add: Configure Emacs to ask for confirmation before exiting
This commit is contained in:
4
init.el
4
init.el
@@ -93,6 +93,10 @@
|
|||||||
compilation-scroll-output 'first-error)
|
compilation-scroll-output 'first-error)
|
||||||
|
|
||||||
(setq truncate-string-ellipsis "…")
|
(setq truncate-string-ellipsis "…")
|
||||||
|
|
||||||
|
;; Configure Emacs to ask for confirmation before exiting
|
||||||
|
(setq confirm-kill-emacs 'y-or-n-p)
|
||||||
|
|
||||||
;;; Files
|
;;; Files
|
||||||
|
|
||||||
;; Disable the warning "X and Y are the same file". Ignoring this warning is
|
;; Disable the warning "X and Y are the same file". Ignoring this warning is
|
||||||
|
|||||||
Reference in New Issue
Block a user