From 7f44483099d257cf1220c67be2411003ad75a1ff Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Fri, 18 Jun 2021 10:27:17 +0200 Subject: [PATCH] [Emacs] Remove unnecessary code --- org/config/emacs.org | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index f7988e2..6898cdd 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -2701,9 +2701,7 @@ Markdown! #+begin_src emacs-lisp (use-package ox-gfm :after ox - :straight (:build t) - :init - (require 'ox-gfm)) + :straight (:build t)) #+end_src 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 (use-package ox-epub :after ox - :straight (:build t) - :init - (require 'ox-epub)) + :straight (:build t)) #+end_src 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 (use-package ox-ssh :after ox - :straight (:build t) - :init - (require 'ox-ssh)) + :straight (:build t)) #+end_src **** LaTeX