bro
This commit is contained in:
parent
5adf086adc
commit
4ec98f0900
1 changed files with 2 additions and 11 deletions
|
@ -201,18 +201,9 @@ kept-old-versions 5)
|
|||
#+end_src
|
||||
** Appearance
|
||||
#+begin_src emacs-lisp
|
||||
;; (use-package ef-themes
|
||||
;; :config
|
||||
;; (load-theme 'ef-maris-dark t))
|
||||
|
||||
|
||||
;; (use-package modus-themes
|
||||
;; :config
|
||||
;; (load-theme 'modus-vivendi t))
|
||||
|
||||
(use-package jetbrains-darcula-theme
|
||||
(use-package ef-themes
|
||||
:config
|
||||
(load-theme 'jetbrains-darcula t))
|
||||
(load-theme 'ef-maris-dark t))
|
||||
|
||||
;; emacsclient things
|
||||
(setq frame-resize-pixelwise t)
|
||||
|
|
Loading…
Reference in a new issue