[emacs] Gotta fix 'em styles.

This commit is contained in:
Sebastian Schulze 2016-07-28 11:29:36 +02:00
parent 12fad0af82
commit 702fb4289e
No known key found for this signature in database
GPG Key ID: 7EC07325206E3E55
1 changed files with 5 additions and 4 deletions

View File

@ -4,11 +4,12 @@
;;; Code:
(load-theme 'material t)
(load-theme 'twilight-anti-bright t)
(rainbow-mode 1)
(rainbow-delimiters-mode)
(set-face-attribute 'default nil :font "Hack-12" )
(set-frame-font "Hack-12" nil t)
(rainbow-delimiters-mode 1)
(set-face-attribute 'default nil :font "Mononoki-12" )
(set-frame-font "Mononoki-12" nil t)
(require 'org-bullets)
(add-hook 'org-mode-hook (lambda () (org-bullets-mode 1)))