turn on auto revert

This commit is contained in:
KemoNine 2022-08-25 13:42:20 -04:00
parent c39d7de783
commit 353fc03e4c
1 changed files with 4 additions and 0 deletions

View File

@ -247,6 +247,10 @@
(set-language-environment "UTF-8")
(set-default-coding-systems 'utf-8-unix)
; auto revert when files/dired changes
(setq global-auto-revert-non-file-buffers t)
(global-auto-revert-mode 1)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; set font for emoji -- DOES NOT WORK ON MOBILE
(when (eq system-type 'windows-nt)