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
|
|
@ -24,6 +24,9 @@
|
|||
;; increase line height
|
||||
(setq-default line-spacing 4)
|
||||
|
||||
(when window-system
|
||||
(setq frame-title-format '(buffer-file-name "%f" ("%b"))))
|
||||
|
||||
;; Ensure that buffers update when their contents change on disk.
|
||||
(global-auto-revert-mode t)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue