From 37ebaea9b6618937bad65c7d8224ca317ec12c74 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 11 May 2023 11:48:31 +0300 Subject: emacs: fix circe binding typo --- emacs.org | 4 ++-- 1 file 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 -- cgit v1.2.3