diff options
| author | 2025-10-28 07:38:15 +0200 | |
|---|---|---|
| committer | 2025-10-28 07:38:15 +0200 | |
| commit | 3f8d9e1a07dcac648d7c6ab0f0f4b4bef179f150 (patch) | |
| tree | b7441f9f23895c83c8e2beff67d21a85b4c6e6b4 /emacs | |
| parent | emacs: basic bug-reference setup (diff) | |
| download | dotfiles-main.tar.gz dotfiles-main.tar.xz dotfiles-main.zip | |
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/.config/emacs/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/.config/emacs/init.el b/emacs/.config/emacs/init.el index cc2cc0d..303ab9c 100644 --- a/emacs/.config/emacs/init.el +++ b/emacs/.config/emacs/init.el | |||
| @@ -412,6 +412,8 @@ | |||
| 412 | ,(expand-file-name "share/emacs/site-lisp/mu4e/*.el" local-prefix) | 412 | ,(expand-file-name "share/emacs/site-lisp/mu4e/*.el" local-prefix) |
| 413 | ,(expand-file-name "share/info/*" local-prefix))) | 413 | ,(expand-file-name "share/info/*" local-prefix))) |
| 414 | :commands mu4e | 414 | :commands mu4e |
| 415 | ;; TODO: Make C-c m bury the buffer instead when in *mu4e-main* | ||
| 416 | :bind (("C-c m" . mu4e)) | ||
| 415 | :custom | 417 | :custom |
| 416 | (mu4e-mu-binary (expand-file-name "bin/mu" local-prefix)) | 418 | (mu4e-mu-binary (expand-file-name "bin/mu" local-prefix)) |
| 417 | 419 | ||