This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Disallow message buffer killing
master
10sr
5 years ago
parent
774dcd8fbb
commit
935f71ddf2
Signed by:
10sr
GPG Key ID:
7BEC428194130EB2
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
emacs.el
+ 3
- 0
emacs.el
View File
@@ -226,6 +226,9 @@ found, otherwise returns nil."
;; (view-emacs-news)
))
(with-current-buffer "*Messages*"
(emacs-lock-mode 'kill))
(cd ".") ; when using windows use / instead of \ in `default-directory'
;; locale
Write
Preview
Loading…
Cancel
Save