Mercurial > dotfiles
view .elisp/settings/90.git-gutter.el @ 530:dbb75edda2ff default tip
cleanup: remove ancient distnoted reaper script
Surely this bug has been fixed in the 9+ years that the script has
been run once a minute by cron on my laptop. To my surprise, it looks
like the Migration Assistant even managed to carry it across laptops!
| author | Augie Fackler <raf@durin42.com> |
|---|---|
| date | Sat, 03 Jan 2026 19:12:16 -0500 |
| parents | 7e97572ac429 |
| children |
line wrap: on
line source
(require 'git-gutter) ;; If you enable global minor mode (global-git-gutter-mode t) (setq git-gutter:handled-backends '(git hg))
