Misc Emacs improvements
I stole these bad-boys from @tazjin's config.
This commit is contained in:
parent
359f376005
commit
5e81144622
2 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,9 @@
|
|||
" %a %d %b [%U of 52 weeks]"))
|
||||
(display-time-mode 1)
|
||||
|
||||
;; Remove the boilerplate in the *scratch* buffer
|
||||
(setq initial-scratch-message "")
|
||||
|
||||
;; disable custom variable entries from being written to ~/.emacs.d/init.el
|
||||
(setq custom-file "~/.emacs.d/custom.el")
|
||||
(load custom-file 'noerror)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue