synching all my documents to my tablet
This commit is contained in:
@@ -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/")
|
||||
|
||||
Reference in New Issue
Block a user