[Emacs] Remove unnecessary code
This commit is contained in:
parent
f1173f76e8
commit
7f44483099
@ -2701,9 +2701,7 @@ Markdown!
|
|||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package ox-gfm
|
(use-package ox-gfm
|
||||||
:after ox
|
:after ox
|
||||||
:straight (:build t)
|
:straight (:build t))
|
||||||
:init
|
|
||||||
(require 'ox-gfm))
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
Another backend for exporting files through org I like is ~ox-epub~
|
Another backend for exporting files through org I like is ~ox-epub~
|
||||||
@ -2711,9 +2709,7 @@ which, as you can guess, exports org files to the [[https://www.w3.org/publishin
|
|||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package ox-epub
|
(use-package ox-epub
|
||||||
:after ox
|
:after ox
|
||||||
:straight (:build t)
|
:straight (:build t))
|
||||||
:init
|
|
||||||
(require 'ox-epub))
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
Yet another exporter I enjoy is [[https://github.com/dantecatalfamo/ox-ssh][~ox-ssh~]] with which I manage my
|
Yet another exporter I enjoy is [[https://github.com/dantecatalfamo/ox-ssh][~ox-ssh~]] with which I manage my
|
||||||
@ -2722,9 +2718,7 @@ servers on my repos though.
|
|||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package ox-ssh
|
(use-package ox-ssh
|
||||||
:after ox
|
:after ox
|
||||||
:straight (:build t)
|
:straight (:build t))
|
||||||
:init
|
|
||||||
(require 'ox-ssh))
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
**** LaTeX
|
**** LaTeX
|
||||||
|
Loading…
Reference in New Issue
Block a user