mu4e attachements
This commit is contained in:
parent
ed692a9e30
commit
9790a4c55b
|
@ -97,7 +97,7 @@ In order to have this config work on both my desktop with regular joe-schmoe mon
|
||||||
:height chris/default-font-size)
|
:height chris/default-font-size)
|
||||||
(set-face-attribute 'fixed-pitch nil :font "VictorMono Nerd Font"
|
(set-face-attribute 'fixed-pitch nil :font "VictorMono Nerd Font"
|
||||||
:height chris/default-font-size)
|
:height chris/default-font-size)
|
||||||
(set-face-attribute 'variable-pitch nil :font "Cantarell"
|
(set-face-attribute 'variable-pitch nil :font "Noto Sans"
|
||||||
:height (+ chris/default-font-size (/ chris/default-font-size 8))
|
:height (+ chris/default-font-size (/ chris/default-font-size 8))
|
||||||
:weight 'regular))
|
:weight 'regular))
|
||||||
|
|
||||||
|
@ -1646,7 +1646,10 @@ If on a:
|
||||||
(chris/leader-keys
|
(chris/leader-keys
|
||||||
:states 'normal
|
:states 'normal
|
||||||
:keymaps 'override
|
:keymaps 'override
|
||||||
"om" 'mu4e))
|
"om" 'mu4e)
|
||||||
|
(general-def 'normal mu4e-view-mode-map
|
||||||
|
"ga" 'mu4e-view-save-attachments))
|
||||||
|
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
@ -1903,7 +1906,7 @@ Let's use pdf-tools for a lot better interaction with pdfs.
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package eaf
|
(use-package eaf
|
||||||
:straight (:host github :repo "manateelazycat/emacs-application-framework"
|
:straight (:host github :repo "manateelazycat/emacs-application-framework"
|
||||||
:files ("*"))
|
:files ("*.el" "*.py" "core" "app"))
|
||||||
:defer 1
|
:defer 1
|
||||||
:config
|
:config
|
||||||
(setq eaf-browser-dark-mode t))
|
(setq eaf-browser-dark-mode t))
|
||||||
|
|
8
init.el
8
init.el
|
@ -32,7 +32,7 @@
|
||||||
:height chris/default-font-size)
|
:height chris/default-font-size)
|
||||||
(set-face-attribute 'fixed-pitch nil :font "VictorMono Nerd Font"
|
(set-face-attribute 'fixed-pitch nil :font "VictorMono Nerd Font"
|
||||||
:height chris/default-font-size)
|
:height chris/default-font-size)
|
||||||
(set-face-attribute 'variable-pitch nil :font "Cantarell"
|
(set-face-attribute 'variable-pitch nil :font "Noto Sans"
|
||||||
:height (+ chris/default-font-size (/ chris/default-font-size 8))
|
:height (+ chris/default-font-size (/ chris/default-font-size 8))
|
||||||
:weight 'regular))
|
:weight 'regular))
|
||||||
|
|
||||||
|
@ -1210,7 +1210,9 @@ If on a:
|
||||||
(chris/leader-keys
|
(chris/leader-keys
|
||||||
:states 'normal
|
:states 'normal
|
||||||
:keymaps 'override
|
:keymaps 'override
|
||||||
"om" 'mu4e))
|
"om" 'mu4e)
|
||||||
|
(general-def 'normal mu4e-view-mode-map
|
||||||
|
"ga" 'mu4e-view-save-attachments))
|
||||||
|
|
||||||
(use-package org-msg
|
(use-package org-msg
|
||||||
:hook (mu4e-compose-mode . org-msg-edit-mode)
|
:hook (mu4e-compose-mode . org-msg-edit-mode)
|
||||||
|
@ -1426,7 +1428,7 @@ If on a:
|
||||||
|
|
||||||
(use-package eaf
|
(use-package eaf
|
||||||
:straight (:host github :repo "manateelazycat/emacs-application-framework"
|
:straight (:host github :repo "manateelazycat/emacs-application-framework"
|
||||||
:files ("*"))
|
:files ("*.el" "*.py" "core" "app"))
|
||||||
:defer 1
|
:defer 1
|
||||||
:config
|
:config
|
||||||
(setq eaf-browser-dark-mode t))
|
(setq eaf-browser-dark-mode t))
|
||||||
|
|
Loading…
Reference in a new issue