clearing cache
This commit is contained in:
parent
fda77b2269
commit
bb31b2e38a
2121 changed files with 28 additions and 14 deletions
14
init.el
14
init.el
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue