mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
chore: Emacs re-mute some echo area messages
This commit is contained in:
parent
dc66bb27dd
commit
b7d01eb50f
1 changed files with 3 additions and 0 deletions
|
|
@ -7473,6 +7473,9 @@ Lastly, individual messages can be reenabled using the =(advice-remove '<FUNCTIO
|
|||
(advice-add 'org-unlogged-message :around #'suppress-messages)
|
||||
(advice-add 'magit-auto-revert-mode--init-kludge :around #'suppress-messages)
|
||||
(advice-add 'push-mark :around #'suppress-messages)
|
||||
(advice-add 'timer-event-handler :around #'suppress-messages)
|
||||
(advice-add 'evil-insert :around #'suppress-messages)
|
||||
(advice-add 'evil-visual-char :around #'suppress-messages)
|
||||
|
||||
;; to reenable
|
||||
;; (advice-remove 'timer-event-handler #'suppress-messages)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue