Refactor bootstrap process
This commit is contained in:
parent
b3feea7a4f
commit
89eeba1d97
6 changed files with 83 additions and 60 deletions
|
@ -42,6 +42,9 @@
|
|||
|
||||
(if (not window-system)
|
||||
(menu-bar-mode -1)
|
||||
(scroll-bar-mode -1) ; no scrollbar
|
||||
(tool-bar-mode -1) ; no toolbar
|
||||
|
||||
;; Set fonts
|
||||
(narf/load-font narf-default-font)
|
||||
(set-face-attribute 'default t :font narf-default-font)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue