summaryrefslogtreecommitdiff
path: root/dotfiles/.emacs.d/init.el
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2024-10-09 14:19:47 -0400
committerDavid Thompson <dthompson2@worcester.edu>2024-10-09 14:19:47 -0400
commit30e4cde0fbd085b6f049d6ce63f9a1a9acbd2457 (patch)
tree9a3fdba1699450ad0d295927ecdff1497d5df950 /dotfiles/.emacs.d/init.el
parent4a4503dbec3566ec78705564b6efa7f054214a77 (diff)
emacs: Use magit-annex.
Diffstat (limited to 'dotfiles/.emacs.d/init.el')
-rw-r--r--dotfiles/.emacs.d/init.el1
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