mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat: manage syncthing through NixOS instead
used to be done with home-manager
This commit is contained in:
parent
b7d01eb50f
commit
07b0bf77db
5 changed files with 172 additions and 18 deletions
|
|
@ -125,6 +125,9 @@ create a new one."
|
|||
(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