Fix void-function +literate-tangle
This commit is contained in:
parent
16ecfd3e4f
commit
1916d26c75
2 changed files with 2 additions and 2 deletions
|
@ -16,4 +16,4 @@ We assume any org file in `doom-private-dir' is connected to your literate
|
|||
config, and should trigger a recompile if changed."
|
||||
(when (and (eq major-mode 'org-mode)
|
||||
(file-in-directory-p buffer-file-name doom-private-dir))
|
||||
(+literate-tangle 'force)))
|
||||
(+literate-tangle-h 'force)))
|
||||
|
|
|
@ -35,4 +35,4 @@ byte-compiled from.")
|
|||
|
||||
|
||||
;; Let 'er rip
|
||||
(add-hook 'doom-cli-pre-hook #'+literate-tangle)
|
||||
(add-hook 'doom-cli-pre-hook #'+literate-tangle-h)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue