Skip to content

Commit

Permalink
chore: Emacs re-mute some echo area messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Swarsel committed Jul 20, 2024
1 parent dc66bb2 commit b7d01eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SwarselSystems.org
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b7d01eb

Please sign in to comment.