Merge branch 'master' of gitlab.com:chriscochrun/dotemacs

This commit is contained in:
Chris Cochrun 2021-09-24 09:43:54 -05:00
commit 03525d6c78
2 changed files with 62 additions and 57 deletions

View file

@ -1648,7 +1648,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
@ -1905,7 +1908,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))

View file

@ -1212,7 +1212,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)
@ -1428,7 +1430,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))