SYNTAX HIGHLIGHTING FOR ORG EXPORT!

This commit is contained in:
2026-03-11 21:30:46 +02:00
parent 94601e94bc
commit 4ec9fcb84f
2 changed files with 4 additions and 5 deletions

View File

@@ -218,11 +218,9 @@
(setq auth-sources '("~/.authinfo.gpg")) (setq auth-sources '("~/.authinfo.gpg"))
;; MORE TEMPLATES ;; MORE TEMPLATES
;;(after! org (after! org
;; (use-package! org-contacts (setq org-latex-src-block-backend 'engraved)
;; :after org )
;; :custom (org-contacts-files '("~/org/contacts.org"))
;; )
;; the oj templates ;; the oj templates
(setq org-capture-templates (setq org-capture-templates
'(("t" "Personal todo" entry '(("t" "Personal todo" entry

View File

@@ -82,3 +82,4 @@
(package! uv-mode) (package! uv-mode)
(package! gptel) (package! gptel)
(package! gptel-autocomplete :recipe (:host github :repo "JDNdeveloper/gptel-autocomplete" :files ("*.el"))) (package! gptel-autocomplete :recipe (:host github :repo "JDNdeveloper/gptel-autocomplete" :files ("*.el")))
(package! engrave-faces)