I want my money...

This commit is contained in:
2025-02-10 02:30:39 +02:00
parent eddb084508
commit 414d006c39
4 changed files with 30 additions and 2 deletions

19
dot_offlineimaprc Normal file
View File

@@ -0,0 +1,19 @@
[general]
accounts = Gmail
maxsyncaccounts = 3
[Account Gmail]
localrepository = Local
remoterepository = Remote
[Repository Local]
type = Maildir
localfolders = ~/Documents/Mail
[Repository Remote]
type = IMAP
remotehost = imap.gmail.com
remoteuser = linlysmolworthy@gmail.com
remotepass = dchmidjcmdsbpmrg
ssl = yes
maxconnections = 1

View File

@@ -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)

View File

@@ -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

View File

@@ -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