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
|
;; 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))
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue