Enable autorevert to monitor changed files.
This commit is contained in:
parent
876e7f4997
commit
f9c34120b0
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
|
||||
;; Auto refresh files changed on disk
|
||||
(global-auto-revert-mode t)
|
||||
|
||||
;; Make it easer to do 'alt-x'
|
||||
(global-set-key "\C-x\C-m" 'execute-extended-command)
|
||||
(global-set-key "\C-c\C-m" 'execute-extended-command)
|
||||
|
|
Loading…
Reference in a new issue