diff --git a/ha-aux-apps.org b/ha-aux-apps.org index 3b51469..5274740 100644 --- a/ha-aux-apps.org +++ b/ha-aux-apps.org @@ -43,7 +43,9 @@ I'm thinking the [[https://zevlg.github.io/telega.el/][Telega package]] would be :straight (:local-repo "~/other/telega.el") :commands (telega) :init - (setq telega-use-images nil))) + (setq telega-use-images nil) + :config + (ha-leader "a t" 'telega))) #+END_SRC For some reason, you need [[https://github.com/Fanael/rainbow-identifiers][rainbow-identifiers]] to work, oh, I guess the docs state this. * RPG DM diff --git a/ha-remoting.org b/ha-remoting.org index 155cccc..9af59c6 100644 --- a/ha-remoting.org +++ b/ha-remoting.org @@ -161,7 +161,7 @@ I'm not giving up on Eshell, but I am playing around with [[https://github.com/a VTerm has an issue (at least for me) with ~M-Backspace~ not deleting the previous word, and yeah, I want to make sure that both keystrokes do the same thing. -#+BEGIN_SRC emacs-lisp :tangle no +#+BEGIN_SRC emacs-lisp (use-package vterm :init (setq vterm-shell "/usr/local/bin/fish")