summaryrefslogtreecommitdiffhomepage
path: root/attic/misc.org
diff options
context:
space:
mode:
Diffstat (limited to 'attic/misc.org')
-rw-r--r--attic/misc.org18
1 files changed, 18 insertions, 0 deletions
diff --git a/attic/misc.org b/attic/misc.org
index 74667ad..e2aa303 100644
--- a/attic/misc.org
+++ b/attic/misc.org
@@ -1133,6 +1133,24 @@
;; (spam-initialize)
#+end_src
+* dtach
+ #+begin_src emacs-lisp
+ (use-package dtache
+ :ensure t
+ :hook (after-init . dtache-setup)
+ :bind (([remap async-shell-command] . dtache-shell-command)))
+
+ (global-set-key (kbd "C-c D") dtache-action-map)
+
+ (use-package dtache-eshell
+ :hook (eshell-mode . dtache-eshell-mode))
+
+ (use-package dtache-consult
+ :after dtache
+ ;; :bind ([remap dtache-open-session] . dtache-consult-session)
+ )
+
+ #+end_src
* snippets
#+begin_src emacs-lisp
(defun jao-minibuffer--text-with-padding (text)