Skip to content

Commit

Permalink
Merge pull request #62 from bbigras/patch-1
Browse files Browse the repository at this point in the history
--zettelkasten-dir -> -d
  • Loading branch information
felko authored Sep 22, 2020
2 parents 18d230c + f7bfb76 commit 6042cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neuron-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ existing directory, throw an user error."
" "
(mapconcat
#'shell-quote-argument
(append (list "--zettelkasten-dir" neuron--current-zettelkasten cmd) args) " ")))
(append (list "-d" neuron--current-zettelkasten cmd) args) " ")))

(defun neuron--make-query-uri-command (uri)
"Construct a neuron query command that queries the zettelkasten from URI.
Expand Down

0 comments on commit 6042cb8

Please sign in to comment.