summaryrefslogtreecommitdiff
path: root/emacs.org
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-05-18 14:25:50 +0300
committerThanos Apollo <[email protected]>2023-05-18 14:25:50 +0300
commit4e708323c04d51e3731b6635426b076509d90c20 (patch)
tree2b66081e2dcd1b25cb82eb4deded3875c7d0c799 /emacs.org
parentf312741c8ede141268aaa0fb46773d4a188a015c (diff)
emacs: fix typo
Diffstat (limited to 'emacs.org')
-rwxr-xr-xemacs.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.org b/emacs.org
index 5d6e4ad..8a68519 100755
--- a/emacs.org
+++ b/emacs.org
@@ -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)