diff options
author | Thanos Apollo <[email protected]> | 2023-05-11 11:48:31 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-05-11 11:48:31 +0300 |
commit | 37ebaea9b6618937bad65c7d8224ca317ec12c74 (patch) | |
tree | 51c67386b053ed11a86f6cd56e72e669356c6a11 /emacs.org | |
parent | 413c310eaf8bd7ebe97e4b6e20c87c75cd37f523 (diff) |
emacs: fix circe binding typo
Diffstat (limited to 'emacs.org')
-rwxr-xr-x | emacs.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |