clearing cache

This commit is contained in:
Chris Cochrun 2022-07-01 06:22:16 -05:00
parent fda77b2269
commit bb31b2e38a
2121 changed files with 28 additions and 14 deletions

14
init.el
View file

@ -38,7 +38,7 @@
:weight 'regular))
(defun chris/set-transparency ()
"Set the frame to be transparent on Wayland compositors"
"Set the frame to be transparent but not the text"
(set-frame-parameter (selected-frame) 'alpha-background 85)
(add-to-list 'default-frame-alist '(alpha-background . 85))
(add-to-list 'initial-frame-alist '(alpha-background . 85)))
@ -287,6 +287,8 @@
(general-def 'normal
"gcc" 'comment-line
"K" 'helpful-at-point
"C-+" 'text-scale-increase
"C-_" 'text-scale-decrease
"C-S-l" 'evil-window-increase-width
"C-S-j" 'evil-window-decrease-height
"C-S-k" 'evil-window-increase-height
@ -510,7 +512,10 @@
"zn" 'org-narrow-to-subtree
"zw" 'widen
"S" 'org-schedule
"t" 'org-todo)
"t" 'org-todo
"gf" 'org-footnote-action)
('visual org-mode-map
"gf" 'org-footnote-action)
('insert org-mode-map
"C-i" 'completion-at-point)
('normal 'org-src-mode-map
@ -1503,7 +1508,7 @@ targets."
(use-package ledger-mode)
(use-package mu4e
;; :load-path "/etc/profiles/per-user/chris/share/emacs/site-lisp/mu4e/"
:load-path "/usr/share/emacs/site-lisp/mu4e/"
:straight nil
:init
(setq mu4e-maildir "~/Maildir"
@ -1610,8 +1615,7 @@ targets."
:query "mime:image/*"
:key 112)))
(setq mu4e-mu-binary "/usr/bin/mu"
mu4e-view-prefer-html nil
(setq mu4e-view-prefer-html nil
shr-color-visible-luminance-min 80)
(setq mu4e-use-fancy-chars t