mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Update init.el
This commit is contained in:
10
init.el
10
init.el
@ -41,14 +41,14 @@
|
|||||||
;;; License: GPLv3
|
;;; License: GPLv3
|
||||||
|
|
||||||
(defconst narf-theme 'narf-dark)
|
(defconst narf-theme 'narf-dark)
|
||||||
(defconst narf-default-font (font-spec :family "DejaVu Sans Mono" :size 12 :antialias t))
|
(defconst narf-default-font (font-spec :family "DejaVu Sans Mono" :size 12))
|
||||||
(defconst narf-big-font (font-spec :family "Inconsolata" :size 20 :antialias t))
|
(defconst narf-big-font (font-spec :family "Inconsolata" :size 20))
|
||||||
|
|
||||||
(scroll-bar-mode -1) ; no scrollbar
|
|
||||||
(tool-bar-mode -1) ; no toolbar
|
|
||||||
|
|
||||||
;; prematurely optimize for faster startup
|
;; prematurely optimize for faster startup
|
||||||
(let (file-name-handler-alist)
|
(let (file-name-handler-alist)
|
||||||
|
(scroll-bar-mode -1) ; no scrollbar
|
||||||
|
(tool-bar-mode -1) ; no toolbar
|
||||||
|
|
||||||
(load (concat user-emacs-directory "init-load-path.el"))
|
(load (concat user-emacs-directory "init-load-path.el"))
|
||||||
(load-theme narf-theme t)
|
(load-theme narf-theme t)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user