You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
257 B
7 lines
257 B
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes")
|
|
(load-theme 'gruvbox t)
|
|
|
|
(add-to-list 'default-frame-alist '(font . "JetBrainsMono-11"))
|
|
;(set-frame-font "JetBrainsMono 14" nil t)
|
|
;(add-to-list 'default-frame-alist '(font . "JetBrainsMono 14" ))
|
|
|