diff options
author | Case Duckworth | 2022-10-17 23:29:38 -0500 |
---|---|---|
committer | Case Duckworth | 2022-10-17 23:29:38 -0500 |
commit | 29299b942c467b6c63fca99b83fb4e481993b9d5 (patch) | |
tree | b1ab526de5014ffb02796a5a8dd3b3da1897f8b3 | |
parent | meh (diff) | |
download | emacs-29299b942c467b6c63fca99b83fb4e481993b9d5.tar.gz emacs-29299b942c467b6c63fca99b83fb4e481993b9d5.zip |
Autoload magit
-rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el index 6889957..843fae9 100644 --- a/init.el +++ b/init.el | |||
@@ -203,4 +203,5 @@ | |||
203 | (dash "https://github.com/magnars/dash.el") | 203 | (dash "https://github.com/magnars/dash.el") |
204 | (with-editor "https://github.com/magit/with-editor" | 204 | (with-editor "https://github.com/magit/with-editor" |
205 | (locate-user-emacs-file "yoke/with-editor/lisp"))) | 205 | (locate-user-emacs-file "yoke/with-editor/lisp"))) |
206 | (autoload #'transient--with-suspended-override "transient")) | 206 | (autoload #'transient--with-suspended-override "transient") |
207 | (autoload #'magit "magit" nil :interactive)) | ||