diff options
author | Thanos Apollo <[email protected]> | 2023-03-29 15:45:37 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-03-29 15:45:37 +0300 |
commit | a229e4dc842b0453aa8e1120e74b72028198d292 (patch) | |
tree | 058233006b534aa7b639a0d8185ed05b1220561b /.emacs.d | |
parent | e66e975bad0ccb3fb2b4be0b1fa5a6657e7bed5e (diff) |
emacs: Change keybinding for mu4e
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 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) |