Compare commits
2 Commits
2c8dd43bb8
...
6591dcb5a2
| Author | SHA1 | Date | |
|---|---|---|---|
| 6591dcb5a2 | |||
| 4e1270659b |
9
init.el
9
init.el
@ -2190,11 +2190,10 @@ Note that this workaround is incomplete, as explained in this comment."
|
|||||||
(:propertize "%b" face mode-line-buffer-id)
|
(:propertize "%b" face mode-line-buffer-id)
|
||||||
"@(%l,%c)"
|
"@(%l,%c)"
|
||||||
(project-mode-line project-mode-line-format)
|
(project-mode-line project-mode-line-format)
|
||||||
(vc-mode vc-mode)
|
(vc-mode (" " (:eval (moody-ribbon vc-mode))))
|
||||||
" "
|
" "
|
||||||
mode-line-modes)
|
mode-line-modes)
|
||||||
(list "%b "
|
'("%b (" mode-name ")")))
|
||||||
"(" mode-name ")")))
|
|
||||||
mode-line-format-right-align
|
mode-line-format-right-align
|
||||||
(:eval (if (mode-line-window-selected-p)
|
(:eval (if (mode-line-window-selected-p)
|
||||||
mode-line-misc-info))))
|
mode-line-misc-info))))
|
||||||
@ -2208,8 +2207,8 @@ Note that this workaround is incomplete, as explained in this comment."
|
|||||||
|
|
||||||
(use-package moody
|
(use-package moody
|
||||||
:ensure t
|
:ensure t
|
||||||
:commands (moody-replace-mode-line-buffer-identification
|
:init (setopt moody-mode-line-height 16)
|
||||||
moody-replace-vc-mode))
|
:commands (moody-ribbon))
|
||||||
|
|
||||||
(use-package smiley
|
(use-package smiley
|
||||||
:init (setq smiley-style 'emoji))
|
:init (setq smiley-style 'emoji))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user