Try doom-modeline, disable other mode line packages

This commit is contained in:
contrapunctus 2022-02-17 19:33:47 +05:30
parent d6940b2da9
commit 24a37e6e59
1 changed files with 41 additions and 33 deletions

View File

@ -376,31 +376,6 @@ NAME is the name of the process and its buffer."
:config (setq shackle-rules '((Info-mode :same t))))
#+END_SRC
** moody
:PROPERTIES:
:CUSTOM_ID: ui-moody
:END:
#+BEGIN_SRC emacs-lisp
;; nicked from https://github.com/tarsius/moody
;; (use-package solarized-theme
;; :config
;; (load-theme 'solarized-light t)
;; (let ((line (face-attribute 'mode-line :underline)))
;; (set-face-attribute 'mode-line nil :overline line)
;; (set-face-attribute 'mode-line-inactive nil :overline line)
;; (set-face-attribute 'mode-line-inactive nil :underline line)
;; (set-face-attribute 'mode-line nil :box nil)
;; (set-face-attribute 'mode-line-inactive nil :box nil)
;; (set-face-attribute 'mode-line-inactive nil :background "#f9f2d9")))
(use-package moody
:ensure t
:config
(setq x-underline-at-descent-line t)
(moody-replace-mode-line-buffer-identification)
(moody-replace-vc-mode))
#+END_SRC
** Theme
:PROPERTIES:
:CUSTOM_ID: ui-theme
@ -458,12 +433,6 @@ Must put this after loading the custom file, or I get prompted about the theme e
)
#+END_SRC
** powerline
#+BEGIN_SRC emacs-lisp
(use-package powerline
:ensure t)
#+END_SRC
**
#+BEGIN_SRC emacs-lisp
(autoload 'byte-recompile-file "bytecomp" "byte-recompile-file" t)
@ -1125,6 +1094,47 @@ Don't try to check if there are files with a certain extension...it will lead to
:init (marginalia-mode))
#+END_SRC
** mode line
*** moody
:PROPERTIES:
:CUSTOM_ID: ui-moody
:END:
nicked from https://github.com/tarsius/moody
#+BEGIN_SRC emacs-lisp
;; (use-package solarized-theme
;; :config
;; (load-theme 'solarized-light t)
;; (let ((line (face-attribute 'mode-line :underline)))
;; (set-face-attribute 'mode-line nil :overline line)
;; (set-face-attribute 'mode-line-inactive nil :overline line)
;; (set-face-attribute 'mode-line-inactive nil :underline line)
;; (set-face-attribute 'mode-line nil :box nil)
;; (set-face-attribute 'mode-line-inactive nil :box nil)
;; (set-face-attribute 'mode-line-inactive nil :background "#f9f2d9")))
(use-package moody
:disabled t
:ensure t
:config
(setq x-underline-at-descent-line t)
(moody-replace-mode-line-buffer-identification)
(moody-replace-vc-mode))
#+END_SRC
*** powerline :disabled:
#+BEGIN_SRC emacs-lisp
(use-package powerline
:disabled t
:ensure t)
#+END_SRC
*** doom-modeline
#+BEGIN_SRC emacs-lisp
(use-package doom-modeline
:ensure t
:init (doom-modeline-mode))
#+END_SRC
* Searching
:PROPERTIES:
:CUSTOM_ID: search
@ -1911,7 +1921,6 @@ FILE-1 will appear above FILE-2."
(sticky)
(environment)
(last-focus-update . t)
(powerline-cache)
(frameset--id . "6557-E2CE-3D63-0FD0")
(frameset--mini t . t)
(width . 169)
@ -2052,7 +2061,6 @@ FILE-1 will appear above FILE-2."
(cursor-color . "#fb2874")
(sticky)
(environment)
(powerline-cache)
(last-focus-update . t)
(frameset--id . "3226-BFF7-1499-D0C7")
(frameset--mini t . t)