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
:states 'normal
:keymaps 'override
"om" 'mu4e))
"om" 'mu4e)
(general-def 'normal mu4e-view-mode-map
"ga" 'mu4e-view-save-attachments))
#+end_src
@ -1905,7 +1908,7 @@ Let's use pdf-tools for a lot better interaction with pdfs.
#+begin_src emacs-lisp
(use-package eaf
:straight (:host github :repo "manateelazycat/emacs-application-framework"
:files ("*"))
:files ("*.el" "*.py" "core" "app"))
:defer 1
:config
(setq eaf-browser-dark-mode t))

10
init.el
View file

@ -69,7 +69,7 @@
;; ...especially on linux
(setq x-gtk-use-system-tooltips nil)
;; Favor vertical splits over horizontal ones. Screens are usually wide.
;; Favor vertical splits over horizontal ones. Screens are usually wide.
(setq split-width-threshold 160
split-height-threshold nil)
@ -103,7 +103,7 @@
(straight-use-package 'use-package)
(setq use-package-verbose t)
(use-package command-log-mode
(use-package command-log-mode
:commands command-log-mode)
(use-package all-the-icons)
@ -1212,7 +1212,9 @@ If on a:
(chris/leader-keys
:states 'normal
:keymaps 'override
"om" 'mu4e))
"om" 'mu4e)
(general-def 'normal mu4e-view-mode-map
"ga" 'mu4e-view-save-attachments))
(use-package org-msg
:hook (mu4e-compose-mode . org-msg-edit-mode)
@ -1428,7 +1430,7 @@ If on a:
(use-package eaf
:straight (:host github :repo "manateelazycat/emacs-application-framework"
:files ("*"))
:files ("*.el" "*.py" "core" "app"))
:defer 1
:config
(setq eaf-browser-dark-mode t))