|
|
@ -114,10 +114,10 @@ https://blog.d46.us/advanced-emacs-startup/ |
|
|
|
(add-to-list 'custom-theme-load-path (concat MY--PATH_USER_GLOBAL "themes")) |
|
|
|
|
|
|
|
(when *sys/linux* |
|
|
|
(defconst MY--PATH_ORG_FILES (expand-file-name "~/Archiv/Organisieren/")) |
|
|
|
(defconst MY--PATH_ORG_FILES_MOBILE (expand-file-name "~/Archiv/Organisieren/mobile/")) |
|
|
|
(defconst MY--PATH_ORG_JOURNAl (expand-file-name "~/Archiv/Organisieren/Journal/")) |
|
|
|
(defconst MY--PATH_ORG_ROAM (file-truename "~/Archiv/Organisieren/"))) |
|
|
|
(defconst MY--PATH_ORG_FILES (expand-file-name "~/archiv/Organisieren/calls/")) |
|
|
|
(defconst MY--PATH_ORG_FILES_MOBILE (expand-file-name "~/archiv/Organisieren/mobile/")) |
|
|
|
(defconst MY--PATH_ORG_JOURNAl (expand-file-name "~/archiv/Organisieren/Journal/")) |
|
|
|
(defconst MY--PATH_ORG_ROAM (file-truename "~/archiv/Organisieren/"))) |
|
|
|
(when *work_remote* |
|
|
|
(defconst MY--PATH_ORG_FILES "p:/Eigene Dateien/Notizen/") |
|
|
|
(defconst MY--PATH_ORG_FILES_MOBILE nil) ;; hacky way to prevent "free variable" compiler error |
|
|
@ -992,8 +992,8 @@ https://www.emacswiki.org/emacs/SmtpAuth |
|
|
|
(smtpmail-servers-requiring-authorization ".*") |
|
|
|
(mu4e-update-interval (* 10 60)) |
|
|
|
(mu4e-get-mail-command "mbsync -a") |
|
|
|
(mu4e-maildir "/mnt/archiv/Dokumente/email") |
|
|
|
(mu4e-attachment-dir "~/Archiv/Downloads") |
|
|
|
(mu4e-maildir "~/archiv/Dokumente/email") |
|
|
|
(mu4e-attachment-dir "/mnt/backup/downloads") |
|
|
|
(mu4e-org-support t) |
|
|
|
(mu4e-completion-read-function 'completion-read) |
|
|
|
(mu4e-use-fancy-chars t) |
|
|
@ -1940,7 +1940,7 @@ deactivate |
|
|
|
:config |
|
|
|
(defun my/beancount-company () |
|
|
|
(setq-local completion-at-point-functions #'beancount-completion-at-point)) |
|
|
|
(setq beancount-filename-main "/home/marc/Archiv/Finanzen/Transaktionen/transactions.beancount")) |
|
|
|
(setq beancount-filename-main "/home/marc/archiv/Finanzen/Transaktionen/transactions.beancount")) |
|
|
|
|
|
|
|
#+end_src |
|
|
|
+BEGIN_SRC emacs-lisp |
|
|
|