Compare commits

..

No commits in common. "6591dcb5a23b65ba7642308011d8ad8fd4fd6c3d" and "2c8dd43bb88a31649cd01eac41fdb362238190a3" have entirely different histories.

View File

@ -2190,10 +2190,11 @@ 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 (" " (:eval (moody-ribbon vc-mode)))) (vc-mode vc-mode)
" " " "
mode-line-modes) mode-line-modes)
'("%b (" mode-name ")"))) (list "%b "
"(" 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))))
@ -2207,8 +2208,8 @@ Note that this workaround is incomplete, as explained in this comment."
(use-package moody (use-package moody
:ensure t :ensure t
:init (setopt moody-mode-line-height 16) :commands (moody-replace-mode-line-buffer-identification
:commands (moody-ribbon)) moody-replace-vc-mode))
(use-package smiley (use-package smiley
:init (setq smiley-style 'emoji)) :init (setq smiley-style 'emoji))