emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/dtache 3103ee6118 08/19: Update indentation


From: ELPA Syncer
Subject: [elpa] externals/dtache 3103ee6118 08/19: Update indentation
Date: Wed, 18 May 2022 12:57:36 -0400 (EDT)

branch: externals/dtache
commit 3103ee61188f97c9cc7746dd1064e37d5eb1ae34
Author: Niklas Eklund <niklas.eklund@posteo.net>
Commit: Niklas Eklund <niklas.eklund@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]