Emacs: enabled global-auto-revert-mode
This commit is contained in:
parent
c5388db0a8
commit
c9caf85dde
1 changed files with 3 additions and 0 deletions
|
@ -177,6 +177,9 @@
|
|||
;; set default web browser
|
||||
(setq browse-url-generic-program "x-www-browser")
|
||||
|
||||
;; auto revert externally changed files
|
||||
(global-auto-revert-mode t)
|
||||
|
||||
;; set font
|
||||
(set-frame-font "Fira Mono 10" nil t)
|
||||
|
||||
|
|
Loading…
Reference in a new issue