emacs: Fix doom-font and use srcery color theme

This commit is contained in:
Sanchayan Maity 2020-12-24 11:58:02 +05:30
parent 3f6d104eb0
commit de318ebc1c
2 changed files with 4 additions and 2 deletions

View file

@ -19,12 +19,12 @@
;;
;; They all accept either a font-spec, font string ("Input Mono-12"), or xlfd
;; font string. You generally only need these two:
(setq doom-font (font-spec :family "JetBrains Mono Medium Italic" :size 14))
(setq doom-font (font-spec :family "JetBrains Mono" :size 18))
;; There are two ways to load a theme. Both assume the theme is installed and
;; available. You can either set `doom-theme' or manually load a theme with the
;; `load-theme' function. This is the default:
(setq doom-theme 'doom-monokai-pro)
(setq doom-theme 'srcery)
;; If you use `org' and don't want your org files in the default location below,
;; change `org-directory'. It must be set before org loads!

View file

@ -48,3 +48,5 @@
;(unpin! pinned-package another-pinned-package)
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
;(unpin! t)
(package! srcery-theme)