summaryrefslogtreecommitdiff
path: root/emacs.org
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-05-11 11:48:31 +0300
committerThanos Apollo <[email protected]>2023-05-11 11:48:31 +0300
commit37ebaea9b6618937bad65c7d8224ca317ec12c74 (patch)
tree51c67386b053ed11a86f6cd56e72e669356c6a11 /emacs.org
parent413c310eaf8bd7ebe97e4b6e20c87c75cd37f523 (diff)
emacs: fix circe binding typo
Diffstat (limited to 'emacs.org')
-rwxr-xr-xemacs.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs.org b/emacs.org
index 15cacff..1667b7e 100755
--- a/emacs.org
+++ b/emacs.org
@@ -1062,8 +1062,8 @@ Create function to watch videos using ~mpv~
:sasl-password ,(password-store-get "liberachat/thanos_apollo")
:channels ("#emacs-circe"
"#emacs"))))
-
- (define-key thanos/applications-map "i" 'circe)
+
+ (define-key thanos/applications-map (kbd "i") 'circe)
#+end_src
* Misc
** Random functions