config/emacs: ok
This commit is contained in:
parent
60f3c421b4
commit
128445ce13
1 changed files with 7 additions and 2 deletions
|
@ -215,9 +215,14 @@ kept-old-versions 5)
|
||||||
;; :config
|
;; :config
|
||||||
;; (load-theme 'kanagawa-dragon t))
|
;; (load-theme 'kanagawa-dragon t))
|
||||||
|
|
||||||
(use-package klere-theme
|
;; (use-package klere-theme
|
||||||
|
;; :config
|
||||||
|
;; (load-theme 'klere t))
|
||||||
|
|
||||||
|
(use-package kaolin-themes
|
||||||
:config
|
:config
|
||||||
(load-theme 'klere t))
|
(load-theme 'kaolin-shiva t)
|
||||||
|
(kaolin-treemacs-theme))
|
||||||
|
|
||||||
;; emacsclient things
|
;; emacsclient things
|
||||||
(setq frame-resize-pixelwise t)
|
(setq frame-resize-pixelwise t)
|
||||||
|
|
Loading…
Reference in a new issue