branch: externals/dtache
commit b45d3a6a74cb6ab18cb5d0d55edc19903762ef61
Author: Niklas Eklund <niklas.ekl...@posteo.net>
Commit: Niklas Eklund <niklas.ekl...@posteo.net>

    Add vterm to dtache-init
---
 dtache-init.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dtache-init.el b/dtache-init.el
index 22c3d842d4..36c08ec189 100644
--- a/dtache-init.el
+++ b/dtache-init.el
@@ -50,7 +50,8 @@
                                      (eshell . dtache-init-eshell)
                                      (org . dtache-init-org)
                                      (projectile . dtache-init-projectile)
-                                     (shell . dtache-init-shell))
+                                     (shell . dtache-init-shell)
+                                     (vterm . dtache-init-vterm))
   "Alist which contain names of packages and their initialization function.")
 
 (defun dtache-init (&optional packages)

Reply via email to