[emacs] Correct font usage + a rather nice theme

This commit is contained in:
Sebastian Schulze 2015-11-17 13:53:55 +01:00
parent f44b08a7a9
commit 66faa14ad7
1 changed files with 3 additions and 2 deletions

View File

@ -4,11 +4,12 @@
;;; Code:
(load-theme 'monokai t nil)
(load-theme 'material t nil)
(rainbow-mode 1)
(rainbow-delimiters-mode)
'(default ((t (:family "Fira Mono" :foundry "CTDB" :slant normal :weight normal :height 113 :width normal))))
(custom-set-faces
'(default ((t (:family "Fira Mono" :foundry "CTDB" :slant normal :weight normal :height 113 :width normal)))))
(require 'org-bullets)
(add-hook 'org-mode-hook (lambda () (org-bullets-mode 1)))