From 92b30d502fb576f5d20e39f5d61661b9def251ed Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Thu, 17 Feb 2022 09:54:03 -0800 Subject: [PATCH] Keybinding for telega and turn on vterm --- ha-aux-apps.org | 4 +++- ha-remoting.org | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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")