Browse Source

~/.emacs.d: sync updated files automatically

e.g. update the buffer with the new content when they're changed on
disk.
Lucas Stadler 11 years ago
parent
commit
f7b420066f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .emacs.d/init.el

+ 1 - 0
.emacs.d/init.el

@ -20,5 +20,6 @@
20 20
(add-to-list 'auto-mode-alist '("\\.pxi\\'" . pixie-mode))
21 21
22 22
(custom-set-variables
23
 '(global-auto-revert-mode t)
23 24
 '(initial-buffer-choice (get-buffer "*scratch*"))
24 25
 '(haskell-mode-hook '(turn-on-haskell-simple-indent)))