summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/init.el2
-rwxr-xr-xorg/emacs.org2
2 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index b3942cd..4ec97fc 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -478,7 +478,7 @@ Contains the list of packages that need to be installed.")
(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)
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)