Просмотр исходного кода

~/.emacs.d: sync updated files automatically

e.g. update the buffer with the new content when they're changed on
disk.
Lucas Stadler лет назад: 11
Родитель
Сommit
f7b420066f
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      .emacs.d/init.el

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

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