summaryrefslogtreecommitdiff
path: root/org
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-03-29 15:45:37 +0300
committerThanos Apollo <[email protected]>2023-03-29 15:45:37 +0300
commita229e4dc842b0453aa8e1120e74b72028198d292 (patch)
tree058233006b534aa7b639a0d8185ed05b1220561b /org
parente66e975bad0ccb3fb2b4be0b1fa5a6657e7bed5e (diff)
emacs: Change keybinding for mu4e
Diffstat (limited to 'org')
-rwxr-xr-xorg/emacs.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/org/emacs.org b/org/emacs.org
index 2a3fa60..c39bf50 100755
--- a/org/emacs.org
+++ b/org/emacs.org
@@ -528,7 +528,7 @@ Hook with ~dired-mode~
(define-prefix-command 'thanos/applications-map)
(define-key thanos/applications-map (kbd "q") 'chatgpt-query)
- (define-key thanos/applications-map (kbd "a") 'mu4e)
+ (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)
(global-set-key (kbd "C-c a") 'thanos/applications-map)