mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Clean up
This commit is contained in:
3
init.el
3
init.el
@ -42,7 +42,8 @@
|
||||
|
||||
(defconst narf-debug-mode nil)
|
||||
|
||||
(defconst narf-default-theme (if window-system 'narf-dark 'wombat))
|
||||
(defconst narf-default-theme 'narf-dark)
|
||||
(defconst narf-term-theme 'wombat)
|
||||
(defconst narf-default-font '(:family "terminus (ttf)" :size 12 :antialias nil))
|
||||
(defconst narf-big-font '(:family "Inconsolata" :size 18 :antialias t))
|
||||
|
||||
|
Reference in New Issue
Block a user