Switched from dropbox to nextcloud

This commit is contained in:
Jaden Provost Maxwell-Comfort 2024-04-21 14:30:58 -07:00
parent 00859f9a34
commit 7d02ac985b
2 changed files with 5 additions and 3 deletions

View File

@ -425,8 +425,8 @@ Ledger is a Unix program that implements a finance tracking system or /ledger/.
:mode ("\\.ledger\\'") :mode ("\\.ledger\\'")
:config :config
(setq ledger-report-use-strict t (setq ledger-report-use-strict t
ledger-master-file (file-truename "~/Dropbox/Ledger/toc.ledger") ledger-master-file (file-truename "~/Nextcloud/Ledger/toc.ledger")
ledger-accounts-file (file-truename "~/Dropbox/Ledger/accounts.ledger")) ledger-accounts-file (file-truename "~/Nextcloud/Ledger/accounts.ledger"))
(setq ledger-reports `(("bal" ,(format "%%(binary) -f %s bal" ledger-master-file)) (setq ledger-reports `(("bal" ,(format "%%(binary) -f %s bal" ledger-master-file))
("budget" ,(format "%%(binary) -f %s --budget -p 'this month' bal Expenses" ledger-master-file)) ("budget" ,(format "%%(binary) -f %s --budget -p 'this month' bal Expenses" ledger-master-file))
("account" ,(format "%%(binary) -f %s reg %%(account)" ledger-master-file)) ("account" ,(format "%%(binary) -f %s reg %%(account)" ledger-master-file))

View File

@ -231,7 +231,9 @@ Below is the main config for org-roam.
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package org-roam (use-package org-roam
:init (require 'org-roam-dailies) :init (require 'org-roam-dailies)
:custom (org-roam-directory (file-truename "~/Dropbox/org")) :custom
(org-roam-directory (file-truename "~/Nextcloud/org"))
(org-roam-node-display-template "${title:60} ${file-title}")
:bind (("C-c n l" . org-roam-buffer-toggle) :bind (("C-c n l" . org-roam-buffer-toggle)
("C-c n f" . jm/org-roam-find) ("C-c n f" . jm/org-roam-find)
("C-c n d" . jm/org-roam-dailies-find) ("C-c n d" . jm/org-roam-dailies-find)