diff options
author | jao <jao@gnu.org> | 2022-03-11 21:17:10 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-03-11 21:17:10 +0000 |
commit | 5027f2e784d38faaff71f79cf24eff28344a8591 (patch) | |
tree | 2a5975be0179845b3d36cf1dcdbc8b436020f1ee /attic | |
parent | e6b1bbfd4b44eb2b2a818989ef8f20df378f9c11 (diff) | |
download | elibs-5027f2e784d38faaff71f79cf24eff28344a8591.tar.gz elibs-5027f2e784d38faaff71f79cf24eff28344a8591.tar.bz2 |
attic
Diffstat (limited to 'attic')
-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) |