From b2310c4344077740f424c8b572b3ff8ef223b606 Mon Sep 17 00:00:00 2001 From: Flinner Date: Mon, 7 Feb 2022 13:25:31 +0300 Subject: [PATCH] feat: change solarie mode position --- emacs.mine/.config/emacs.mine/emacs.org | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/emacs.mine/.config/emacs.mine/emacs.org b/emacs.mine/.config/emacs.mine/emacs.org index b17f001..5df3e1c 100644 --- a/emacs.mine/.config/emacs.mine/emacs.org +++ b/emacs.mine/.config/emacs.mine/emacs.org @@ -128,6 +128,13 @@ Run =M-x= all-the-icons-install-fonts for the first time! :custom ((doom-modeline-height 15) (doom-modeline-icon t))) #+end_src + +buffers with dimmed colors +#+begin_src emacs-lisp + (use-package solaire-mode + :init (solaire-global-mode +1)) +#+end_src + Actuall Theme: #+begin_src emacs-lisp (use-package doom-themes @@ -145,6 +152,7 @@ Actuall Theme: ;; '(flycheck-warning ((t (:background "#282828" :underline "#fabd2f")))) '(org-date ((t (:inherit fixed-pitch)))) ;; '(ivy-posframe-border ((t (:background "#ffffff"))))) + ) ;; Enable custom neotree theme (all-the-icons must be installed!) @@ -156,12 +164,6 @@ Actuall Theme: (doom-themes-org-config)) #+end_src -buffers with dimmed colors -#+begin_src emacs-lisp - (use-package solaire-mode - :init (solaire-global-mode +1)) -#+end_src - #+begin_src emacs-lisp (use-package olivetti :diminish