summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
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))