diff options
Diffstat (limited to 'attic')
-rw-r--r-- | attic/misc.org | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/attic/misc.org b/attic/misc.org index 17e63d0..dbf621f 100644 --- a/attic/misc.org +++ b/attic/misc.org @@ -28,22 +28,6 @@ (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 |