Browse Source

Disallow message buffer killing

master
10sr 5 years ago
parent
commit
935f71ddf2
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      emacs.el

+ 3
- 0
emacs.el View File

@@ -226,6 +226,9 @@ found, otherwise returns nil."
;; (view-emacs-news) ;; (view-emacs-news)
)) ))


(with-current-buffer "*Messages*"
(emacs-lock-mode 'kill))

(cd ".") ; when using windows use / instead of \ in `default-directory' (cd ".") ; when using windows use / instead of \ in `default-directory'


;; locale ;; locale


Loading…
Cancel
Save