summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--init.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/init.el b/init.el index 0eb32db..50ae388 100644 --- a/init.el +++ b/init.el
@@ -1061,7 +1061,11 @@ like a dumbass."
1061 1061
1062(setup (:straight async) 1062(setup (:straight async)
1063 (autoload 'dired-async-mode "dired-async.el" nil t) 1063 (autoload 'dired-async-mode "dired-async.el" nil t)
1064 (dired-async-mode +1)) 1064 (dired-async-mode +1)
1065 (add-hook 'dired-mode
1066 (defun dired@disable-dired-async-mode-line ()
1067 (autoload 'dired-async--modeline-mode "dired-async.el" nil t)
1068 (dired-async--modeline-mode -1))))
1065 1069
1066(setup (:straight ace-link) 1070(setup (:straight ace-link)
1067 (ace-link-setup-default) 1071 (ace-link-setup-default)