diff options
author | Thanos Apollo <[email protected]> | 2023-05-18 14:25:50 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-05-18 14:25:50 +0300 |
commit | 4e708323c04d51e3731b6635426b076509d90c20 (patch) | |
tree | 2b66081e2dcd1b25cb82eb4deded3875c7d0c799 /emacs.org | |
parent | f312741c8ede141268aaa0fb46773d4a188a015c (diff) |
emacs: fix typo
Diffstat (limited to 'emacs.org')
-rwxr-xr-x | emacs.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1287,7 +1287,7 @@ Set aliases for emacs functions and ~PATH~ (define-key thanos/applications-map (kbd "m") 'mu4e) (define-key thanos/applications-map (kbd "t") 'counsel-load-theme) (define-key thanos/applications-map (kbd "f") 'elfeed) - (define-key thanos/applications-map (kbd "i") 'circpe) + (define-key thanos/applications-map (kbd "i") 'circe) (global-set-key (kbd "C-c a") 'thanos/applications-map) (define-prefix-command 'Create) |