diff options
Diffstat (limited to 'modules/telega-config.el')
| -rw-r--r-- | modules/telega-config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/telega-config.el b/modules/telega-config.el index 55682447..0ae5116b 100644 --- a/modules/telega-config.el +++ b/modules/telega-config.el @@ -73,7 +73,7 @@ pointed at =scripts/setup-telega.sh= and the manual fallback." (concat "telega not installed -- run scripts/setup-telega.sh, " "or `M-x package-install RET telega'")))) -(keymap-set cj/custom-keymap "T" #'cj/telega) +(cj/register-command "T" #'cj/telega) (with-eval-after-load 'which-key (which-key-add-key-based-replacements |
