synching all my documents to my tablet
This commit is contained in:
parent
31b8164efc
commit
f7f477cca5
@ -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/")
|
||||
|
||||
@ -61,6 +61,7 @@
|
||||
(package! ini-mode)
|
||||
(package! insert-esv) ;; bible passages
|
||||
(package! olivetti) ;; writing mode centering text, looks like word
|
||||
(package! org-alert)
|
||||
(package! org-auto-tangle)
|
||||
(package! org-roam-ui)
|
||||
(package! org-transclusion)
|
||||
@ -80,7 +81,6 @@
|
||||
;; (package! flycheck-aspell)
|
||||
;; (package! ivy-posframe)
|
||||
;; (package! mw-thesaurus)
|
||||
;; (package! org-alert)
|
||||
;; (package! org-appear) ;; couldn't get it to work
|
||||
;; (package! org-recur) ;; works but I want to keep org vanilla
|
||||
;; (package! ox-chameleon
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user