diff options
| -rw-r--r-- | attic/misc.org | 34 | 
1 files changed, 16 insertions, 18 deletions
| diff --git a/attic/misc.org b/attic/misc.org index 08063d7..17e63d0 100644 --- a/attic/misc.org +++ b/attic/misc.org @@ -28,6 +28,22 @@                     (outline-minor-mode . "")))      #+end_src +* dtache +    #+begin_src emacs-lisp +      (jao-load-path "dtache") + +      (use-package dtache +        :hook (after-init . dtache-setup)) + +      (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  * elixir  *** packages      #+begin_src emacs-lisp @@ -1124,24 +1140,6 @@        ;; (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) | 
