[emacs] Give the dark theme + Hack font a try.

This commit is contained in:
Sebastian Schulze 2016-05-30 15:29:44 +02:00
parent 9807aebd8f
commit 400bf22033
No known key found for this signature in database
GPG Key ID: 7EC07325206E3E55
1 changed files with 3 additions and 4 deletions

View File

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