mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Finished doom emacs stylix theming
This commit is contained in:
parent
890dd7c339
commit
4cf31a76a7
3 changed files with 14 additions and 10 deletions
|
@ -73,7 +73,8 @@ I use this functionality to load my private config file with non-public informat
|
|||
"k" 'evil-previous-visual-line)
|
||||
|
||||
;; Theme and font
|
||||
(setq doom-theme 'doom-old-hope)
|
||||
(setq custom-theme-directory "~/.emacs.d/themes")
|
||||
(setq doom-theme 'doom-stylix)
|
||||
(setq doom-font (font-spec :family "Inconsolata" :size 20))
|
||||
|
||||
;; Transparent background
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue