mu4e attachements
This commit is contained in:
		
							parent
							
								
									ed692a9e30
								
							
						
					
					
						commit
						9790a4c55b
					
				
					 2 changed files with 11 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -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)
 | 
			
		||||
  (set-face-attribute 'fixed-pitch nil :font "VictorMono Nerd Font"
 | 
			
		||||
                      :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))
 | 
			
		||||
                      :weight 'regular))
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -1646,7 +1646,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
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -1903,7 +1906,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))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										8
									
								
								init.el
									
										
									
									
									
								
							
							
						
						
									
										8
									
								
								init.el
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -32,7 +32,7 @@
 | 
			
		|||
                      :height chris/default-font-size)
 | 
			
		||||
  (set-face-attribute 'fixed-pitch nil :font "VictorMono Nerd Font"
 | 
			
		||||
                      :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))
 | 
			
		||||
                      :weight 'regular))
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -1210,7 +1210,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)
 | 
			
		||||
| 
						 | 
				
			
			@ -1426,7 +1428,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))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue