Add Deft path
This commit is contained in:
parent
1b3988dfbd
commit
0191a7ebd9
2 changed files with 2 additions and 2 deletions
|
|
@ -94,7 +94,7 @@
|
|||
|
||||
;; Allow to execute path from shell
|
||||
(use-package exec-path-from-shell
|
||||
:if (memq window-system '(mac ns))
|
||||
:if (memq window-system '(x mac ns))
|
||||
:straight t
|
||||
:config (add-to-list 'exec-path "/usr/local/bin")
|
||||
(exec-path-from-shell-initialize))
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
:straight t
|
||||
:defer t
|
||||
:config (setq
|
||||
deft-directory (substitute-in-file-name "$HOME/OneDrive/deft")
|
||||
deft-directory (substitute-in-file-name "$DEFT_PATH")
|
||||
deft-default-extension "md"
|
||||
deft-strip-summary-regexp (concat "\\("
|
||||
"[\n\t]" ;; blank
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue