Add Deft path

This commit is contained in:
Maciej 2023-01-27 14:08:57 +02:00
parent 1b3988dfbd
commit 0191a7ebd9
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
2 changed files with 2 additions and 2 deletions

View file

@ -94,7 +94,7 @@
;; Allow to execute path from shell ;; Allow to execute path from shell
(use-package exec-path-from-shell (use-package exec-path-from-shell
:if (memq window-system '(mac ns)) :if (memq window-system '(x mac ns))
:straight t :straight t
:config (add-to-list 'exec-path "/usr/local/bin") :config (add-to-list 'exec-path "/usr/local/bin")
(exec-path-from-shell-initialize)) (exec-path-from-shell-initialize))

View file

@ -10,7 +10,7 @@
:straight t :straight t
:defer t :defer t
:config (setq :config (setq
deft-directory (substitute-in-file-name "$HOME/OneDrive/deft") deft-directory (substitute-in-file-name "$DEFT_PATH")
deft-default-extension "md" deft-default-extension "md"
deft-strip-summary-regexp (concat "\\(" deft-strip-summary-regexp (concat "\\("
"[\n\t]" ;; blank "[\n\t]" ;; blank