fix(emacs): prioritise early theme loading
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
e4a20a4da7
commit
8ec7186da0
1 changed files with 6 additions and 5 deletions
|
@ -45,6 +45,12 @@
|
|||
;; Cursor
|
||||
(blink-cursor-mode 1)
|
||||
|
||||
;; Theme
|
||||
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes")
|
||||
(load-theme 'nano t)
|
||||
(nano-light)
|
||||
|
||||
|
||||
;; Font
|
||||
(add-to-list 'default-frame-alist '(font . "JetBrains Mono SemiBold-10"))
|
||||
(defvar font-size 10)
|
||||
|
@ -84,11 +90,6 @@
|
|||
;; disable this.
|
||||
(setq sentence-end-double-space nil)
|
||||
|
||||
;; Theme
|
||||
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes")
|
||||
(load-theme 'nano t)
|
||||
(nano-light)
|
||||
|
||||
;; Keybindings
|
||||
(global-set-key (kbd "C-M-j") (lambda () (interactive) (scroll-up 1)))
|
||||
(global-set-key (kbd "C-M-k") (lambda () (interactive) (scroll-down 1)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue