diff options
author | David Thompson <dthompson2@worcester.edu> | 2024-10-09 14:19:47 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2024-10-09 14:19:47 -0400 |
commit | 30e4cde0fbd085b6f049d6ce63f9a1a9acbd2457 (patch) | |
tree | 9a3fdba1699450ad0d295927ecdff1497d5df950 /dotfiles/.emacs.d | |
parent | 4a4503dbec3566ec78705564b6efa7f054214a77 (diff) |
emacs: Use magit-annex.
Diffstat (limited to 'dotfiles/.emacs.d')
-rw-r--r-- | dotfiles/.emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles/.emacs.d/init.el b/dotfiles/.emacs.d/init.el index 3e9a45e..301d35a 100644 --- a/dotfiles/.emacs.d/init.el +++ b/dotfiles/.emacs.d/init.el @@ -221,6 +221,7 @@ might be bad." ;; Without this, it only becomes available after running ;; magit-status once manually. (use-package magit-extras) + (use-package magit-annex) :config (use-package magit-blame) :custom |