diff options
author | Vincent Ambo <mail@tazj.in> | 2021-08-24T16·37+0300 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2021-08-24T17·11+0000 |
commit | 592aab54b2ed62b2a2d0310c51b3a4d871e53f9d (patch) | |
tree | 68be08d247847a8bb90740deac8e7c9834269961 /users | |
parent | 94e8e06c6c2ed38f5023d59f84ed06d8d4b67919 (diff) |
fix(tazjin/emacs): Reenable shortcut for telega r/2761
Change-Id: I96dd768b89273d748c3a865cf8605877716c26be Reviewed-on: https://cl.tvl.fyi/c/depot/+/3405 Reviewed-by: tazjin <mail@tazj.in> Tested-by: BuildkiteCI
Diffstat (limited to 'users')
-rw-r--r-- | users/tazjin/emacs/config/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/tazjin/emacs/config/init.el b/users/tazjin/emacs/config/init.el index 1db31c71f526..ec9f3deae5dc 100644 --- a/users/tazjin/emacs/config/init.el +++ b/users/tazjin/emacs/config/init.el @@ -205,7 +205,7 @@ (setq common-lisp-hyperspec-root "file:///home/tazjin/docs/lisp/")) (use-package telega - ;; :bind (:map global-map ("s-t" . telega)) + :bind (:map global-map ("s-t" . telega)) :config (telega-mode-line-mode 1) (add-hook 'telega-msg-ignore-predicates 'telega-msg-from-blocked-sender-p)) |