emacs: import some stuff

This commit is contained in:
2020-06-25 10:37:54 +01:00
parent d92f9b37de
commit bd78047924
8 changed files with 275 additions and 0 deletions

19
emacs.d/themes.el Normal file
View File

@@ -0,0 +1,19 @@
(load-theme 'dracula t)
;; Don't change the font size for some headings and titles (default t)
;; (setq dracula-enlarge-headings nil)
;; ;; Adjust font size of titles level 1 (default 1.3)
;; (setq dracula-height-title-1 1.25)
;; ;; Adjust font size of titles level 2 (default 1.1)
;; (setq dracula-height-title-1 1.15)
;; ;; Adjust font size of titles level 3 (default 1.0)
;; (setq dracula-height-title-1 1.05)
;; ;; Adjust font size of document titles (default 1.44)
;; (setq dracula-height-doc-title 1.4)
;; ;; Use less pink and bold on the mode-line and minibuffer (default nil)
;; (setq dracula-alternate-mode-line-and-minibuffer t)