dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit 6525891111bc1d339c5421d564bd3cfcb46bae13
parent fc9d1d737a7e443df98ed4aa46b4db149f5fc02a
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sun, 15 May 2022 18:10:53 +0200

Shorten eglot lighter

Diffstat:
M.emacs | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.emacs b/.emacs @@ -327,6 +327,8 @@ (icon (my/symbol-as-icon ?βš™))) (setcar indicator (concat (apply #'propertize icon new-props) " ")))) +(setq eglot-menu-string "🦻") + (with-eval-after-load 'flymake (let ((indicator (propertize (my/symbol-as-icon ?βš’) 'face 'flymake-error))) ;; Prefer customizing the string instead delight'ing, as flymake