config/literate: fix tangling on 'doom sync'
This commit is contained in:
parent
5cba174bd9
commit
20cddb3565
3 changed files with 43 additions and 51 deletions
|
@ -1,5 +1,10 @@
|
|||
;;; config/literate/autoload.el -*- lexical-binding: t; -*-
|
||||
|
||||
;;;###autoload
|
||||
(after! org
|
||||
;; Recompile our literate config if we modify it
|
||||
(add-hook 'after-save-hook #'+literate-recompile-maybe-h))
|
||||
|
||||
;;;###autoload
|
||||
(defalias '+literate/reload #'doom/reload)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue