From f7f477cca5a7f7b0f9a48f36ba031e03ce393189 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Fri, 11 Apr 2025 23:10:42 -0600 Subject: [PATCH] synching all my documents to my tablet --- dotfiles/doom/config.org | 6 +----- dotfiles/doom/packages.el | 2 +- jawz.nix | 3 +-- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/dotfiles/doom/config.org b/dotfiles/doom/config.org index 165c81f..57a8aa8 100755 --- a/dotfiles/doom/config.org +++ b/dotfiles/doom/config.org @@ -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/") diff --git a/dotfiles/doom/packages.el b/dotfiles/doom/packages.el index 6b6873d..f3bbc6c 100755 --- a/dotfiles/doom/packages.el +++ b/dotfiles/doom/packages.el @@ -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 diff --git a/jawz.nix b/jawz.nix index b8d8f20..a6d85d6 100644 --- a/jawz.nix +++ b/jawz.nix @@ -66,10 +66,9 @@ in ]; }; notes = { - path = "~/Documents/Notes/"; + path = "~/Documents/"; ignorePerms = false; devices = [ "galaxy" ]; - label = "Notes"; }; }; };