I want my money...
This commit is contained in:
@@ -504,6 +504,9 @@
|
||||
(setq doom-modeline-major-mode-icon t)
|
||||
(setq org-agenda-skip-deadline-prewarning-if-scheduled t)
|
||||
|
||||
(setq mu4e-root-maildir "~/Documents/Mail")
|
||||
(setq +mu4e-backend 'offlineimap)
|
||||
(add-to-list 'load-path "/usr/local/share/emacs/site-lisp/mu4e")
|
||||
;; (add-hook 'org-agenda-mode-hook
|
||||
;; (lambda ()
|
||||
;; (setq-local doom-modeline-buffer-name nil)))
|
||||
@@ -512,3 +515,9 @@
|
||||
;; '(bar matches buffer-info remote-host buffer-position parrot selection-info)
|
||||
;; '(misc-info input-method buffer-encoding))
|
||||
;; (add-to-list 'doom-modeline-mode-alist '(org-agenda-mode . minimal-line))
|
||||
;; case insensitive search )
|
||||
(defun case-insensitive-org-roam-node-read (orig-fn &rest args)
|
||||
(let ((completion-ignore-case t))
|
||||
(apply orig-fn args)))
|
||||
|
||||
(advice-add 'org-roam-node-read :around #'case-insensitive-org-roam-node-read)
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
separator_color = "#585858"
|
||||
frame_width = 1
|
||||
frame_color = "#83a598"
|
||||
close = ctrl+space
|
||||
# close = ctrl+space
|
||||
close_all = ctrl+shift+space
|
||||
history = ctrl+grave
|
||||
context = ctrl+shift+period
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
frame_width = 1
|
||||
icon_folders = /usr/share/icons/breeze/apps/48/:/usr/share/icons/breeze/actions/48/:/usr/share/icons/breeze/places/48/:/usr/share/icons/breeze/status/48/
|
||||
frame_color = "#282828"
|
||||
close = ctrl+space
|
||||
# close = ctrl+space
|
||||
close_all = ctrl+shift+space
|
||||
history = ctrl+grave
|
||||
context = ctrl+shift+period
|
||||
|
||||
Reference in New Issue
Block a user