Switching back to nextcloud
This commit is contained in:
parent
f2f6333eb8
commit
ddbeea6672
@ -19,8 +19,8 @@
|
|||||||
casks = [
|
casks = [
|
||||||
"google-chrome"
|
"google-chrome"
|
||||||
"scroll-reverser"
|
"scroll-reverser"
|
||||||
"seafile-client"
|
|
||||||
"instantview"
|
"instantview"
|
||||||
|
"nextcloud"
|
||||||
"tailscale"
|
"tailscale"
|
||||||
"discord"
|
"discord"
|
||||||
"nordvpn"
|
"nordvpn"
|
||||||
|
@ -458,8 +458,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 "~/Seafile/Ledger/toc.ledger")
|
ledger-master-file (file-truename "~/Nextcloud/Ledger/toc.ledger")
|
||||||
ledger-accounts-file (file-truename "~/Seafile/Ledger/accounts.ledger"))
|
ledger-accounts-file (file-truename "~/Nextcloud/Ledger/accounts.ledger"))
|
||||||
(setq ledger-reports
|
(setq ledger-reports
|
||||||
`(("bal" ,(format "%%(binary) -f %s bal" ledger-master-file))
|
`(("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))
|
||||||
|
@ -16,7 +16,7 @@ This installs the org package and creates a setup function to enable/disable cer
|
|||||||
(use-package org
|
(use-package org
|
||||||
:hook (org-mode . jm/org-mode-setup)
|
:hook (org-mode . jm/org-mode-setup)
|
||||||
:config
|
:config
|
||||||
(setq jm/inbox-file "~/Seafile/org/inbox.org"
|
(setq jm/inbox-file "~/Nextcloud/org/inbox.org"
|
||||||
org-ellipsis " ▾"
|
org-ellipsis " ▾"
|
||||||
org-hide-emphasis-markers t
|
org-hide-emphasis-markers t
|
||||||
org-src-preserve-indentation t
|
org-src-preserve-indentation t
|
||||||
@ -247,7 +247,7 @@ Below is the main config for org-roam.
|
|||||||
(use-package org-roam
|
(use-package org-roam
|
||||||
:init (require 'org-roam-dailies)
|
:init (require 'org-roam-dailies)
|
||||||
:custom
|
:custom
|
||||||
(org-roam-directory (file-truename "~/Seafile/org"))
|
(org-roam-directory (file-truename "~/Nextcloud/org"))
|
||||||
(org-roam-node-display-template "${title:60} ${file-title}")
|
(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)
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
wireshark
|
wireshark
|
||||||
pavucontrol
|
pavucontrol
|
||||||
google-chrome
|
google-chrome
|
||||||
seafile-client
|
nextcloud-client
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user