Compare commits

...

2 Commits

Author SHA1 Message Date
796d0336b4 Reduce PDF real estate 2024-06-16 15:11:55 +02:00
513a6b9267 Remove blatant nonsense 2024-06-16 15:10:22 +02:00

View File

@ -3524,9 +3524,7 @@ with LaTeX export.
#+begin_src emacs-lisp -n :results silent #+begin_src emacs-lisp -n :results silent
(with-eval-after-load 'ox-html (with-eval-after-load 'ox-html
;; (Info-find-node "Org" "Literal Examples") ;; (Info-find-node "Org" "Literal Examples")
(setopt org-html-head-include-scripts t) (setopt org-html-head-include-scripts t))
;; Force `org-index-capture' loading after lazy `ox-html' loading.
(require 'org-index-capture nil 'noerror))
#+end_src #+end_src
*** [[info:org#LaTeX specific export settings][Advanced LaTeX export settings]] *** [[info:org#LaTeX specific export settings][Advanced LaTeX export settings]]
@ -6057,16 +6055,14 @@ command, and makes a minimal attempt to enable =emms=.
(keymap-global-set "C-x w" #'elfeed) (keymap-global-set "C-x w" #'elfeed)
(with-eval-after-load 'elfeed (with-eval-after-load 'elfeed
(setopt (setopt elfeed-feeds
elfeed-feeds '(("https://frame.work/fr/fr/blog.rss" framework)
'(("https://frame.work/fr/fr/blog.rss" framework) ("https://nullprogram.com/feed/" c-wellons)
("https://nullprogram.com/feed/" c-wellons) ("https://planet.emacslife.com/atom.xml" planet-emacs)
("https://planet.emacslife.com/atom.xml" planet-emacs) ("https://protesilaos.com/codelog.xml" p-stavrou)
("https://protesilaos.com/codelog.xml" p-stavrou) ("https://sachachua.com/blog/category/emacs/feed" s-chua)
("https://sachachua.com/blog/category/emacs/feed" s-chua) ("https://updates.orgmode.org/feed/updates" org-updates)
("https://updates.orgmode.org/feed/updates" org-updates) ("https://www.lemonde.fr/blog/huet/feed/" sciences))))
("https://www.lemonde.fr/blog/huet/feed/" sciences))))
(with-eval-after-load 'elfeed-show (with-eval-after-load 'elfeed-show
(when (fboundp 'emms-all) (when (fboundp 'emms-all)
(emms-all)))) (emms-all))))