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