synching all my documents to my tablet

This commit is contained in:
2025-04-11 23:10:42 -06:00
parent 31b8164efc
commit f7f477cca5
3 changed files with 3 additions and 8 deletions

View File

@@ -22,11 +22,7 @@ putting these variables on top, will make it easier to make this file modular.
#+begin_src emacs-lisp :tangle ./config.el
(defvar my/org-device (or (getenv "ORG_DEVICE") "default"))
(defvar my/org-base-dir
(cond
((string= my/org-device "galaxy") "~/notes")
((string= my/org-device "workstation") "~/Documents/Notes/")
(t "~/Documents/Notes/")))
(defvar my/org-base-dir "~/Documents/Notes/")
(defvar my/doom-config-dir
(cond
((string= my/org-device "galaxy") "~/.config/doom/")