[Emacs] Simplify recipe for `org-contrib'

This commit is contained in:
2021-05-22 01:51:18 +02:00
parent 7cf1fd9d0f
commit 8d798ea8ad

View File

@@ -1259,11 +1259,7 @@ it. The main reason I want ~org-contrib~ is due to ~ox-extra~ that allow
the usage of the ~:ignore:~ tag in org.
#+begin_src emacs-lisp
(use-package org-contrib
:straight (org-contrib
:type git
:host nil
:repo "https://git.sr.ht/~bzg/org-contrib"
:build t)
:straight (:build t)
:init
(require 'ox-extra)
(ox-extras-activate '(latex-header-blocks ignore-headlines)))