branch: externals/dtache commit 3103ee61188f97c9cc7746dd1064e37d5eb1ae34 Author: Niklas Eklund <niklas.ekl...@posteo.net> Commit: Niklas Eklund <niklas.ekl...@posteo.net>
Update indentation --- dtache-init.el | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/dtache-init.el b/dtache-init.el index 6e73d86a31..88873f0791 100644 --- a/dtache-init.el +++ b/dtache-init.el @@ -47,13 +47,13 @@ ;;;; Variables (defvar dtache-init-package-integration '((compile . dtache-init-compile) - (dired . dtache-init-dired) - (dired-rsync . dtache-init-dired-rsync) - (eshell . dtache-init-eshell) - (org . dtache-init-org) - (projectile . dtache-init-projectile) - (shell . dtache-init-shell) - (vterm . dtache-init-vterm)) + (dired . dtache-init-dired) + (dired-rsync . dtache-init-dired-rsync) + (eshell . dtache-init-eshell) + (org . dtache-init-org) + (projectile . dtache-init-projectile) + (shell . dtache-init-shell) + (vterm . dtache-init-vterm)) "Alist which contain names of packages and their initialization function.") (defun dtache-init (&optional block-packages) @@ -111,7 +111,6 @@ being integrated with `dtache'." (when (functionp #'vterm) (add-hook 'vterm-mode-hook #'dtache-vterm-mode))) - (provide 'dtache-init) ;;; dtache-init.el ends here