Keybinding for telega and turn on vterm

This commit is contained in:
Howard Abrams 2022-02-17 09:54:03 -08:00
parent d0f3a321f7
commit 92b30d502f
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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")