mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
7 lines
184 B
EmacsLisp
7 lines
184 B
EmacsLisp
;;; config/literate/cli.el -*- lexical-binding: t; -*-
|
|
|
|
(load! "autoload")
|
|
|
|
;; Tangle the user's config.org before 'doom sync' runs
|
|
(add-hook 'doom-sync-pre-hook #'+literate-tangle-h)
|