mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-21 13:53:38 -05:00
Add narf-terminal-theme; new font (Fira Mono)
This commit is contained in:
5
init.el
5
init.el
@@ -43,8 +43,9 @@
|
||||
(load (concat user-emacs-directory "bootstrap.el"))
|
||||
;;
|
||||
|
||||
(defconst narf-default-theme 'narf-dark)
|
||||
(defconst narf-default-font (font-spec :family "Hack" :size 12))
|
||||
(defconst narf-default-theme 'narf-one)
|
||||
(defconst narf-terminal-theme 'narf-dark)
|
||||
(defconst narf-default-font (font-spec :family "Fira Mono" :size 12))
|
||||
|
||||
(narf `(core ; core/core.el
|
||||
|
||||
|
Reference in New Issue
Block a user