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

~/.emacs.d/init.el: Use Fantasque as default font

Lucas Stadler лет назад: 9
Родитель
Сommit
f14ed10fa6
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      .emacs.d/init.el

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

58
58
59
(global-set-key (kbd "C-x C-n") 'find-recent-notes)
59
(global-set-key (kbd "C-x C-n") 'find-recent-notes)
60
60
61
(custom-set-faces
62
 '(default ((t (:family "Fantasque Sans Mono" :height 124)))))
63
61
(custom-set-variables
64
(custom-set-variables
62
 '(global-auto-revert-mode t)
65
 '(global-auto-revert-mode t)
63
 '(haskell-mode-hook (quote (turn-on-haskell-simple-indent)))
66
 '(haskell-mode-hook (quote (turn-on-haskell-simple-indent)))