From 31c1da1f0722ab0b85d022062f8e5eb46564f920 Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 3 Mar 2022 05:55:45 +0000 Subject: whitespace --- attic/misc.org | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'attic/misc.org') 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) -- cgit v1.2.3