do not ask for 'yes' when exiting
This commit is contained in:
parent
65c82cbe6a
commit
c711d70823
@ -108,9 +108,9 @@
|
|||||||
(setq next-line-add-newlines nil)
|
(setq next-line-add-newlines nil)
|
||||||
|
|
||||||
;; query before exit:
|
;; query before exit:
|
||||||
(setq kill-emacs-query-functions
|
;(setq kill-emacs-query-functions
|
||||||
(cons (lambda () (yes-or-no-p "Really kill Emacs?"))
|
; (cons (lambda () (yes-or-no-p "Really kill Emacs?"))
|
||||||
kill-emacs-query-functions))
|
; kill-emacs-query-functions))
|
||||||
|
|
||||||
;; select a tags table:
|
;; select a tags table:
|
||||||
; (setq tags-table-list '("path1" "path2"))
|
; (setq tags-table-list '("path1" "path2"))
|
||||||
|
Loading…
Reference in New Issue
Block a user