From dc37dfeac8acf0be6fe02e0b8f75ff4944fab42a Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Fri, 21 Jun 2024 14:55:39 +0200 Subject: [PATCH] Zap superfluous setting options from "lst:set-org-options" --- README.org | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.org b/README.org index 0df4e9f..9c46438 100644 --- a/README.org +++ b/README.org @@ -2044,16 +2044,12 @@ list detailing and motivating each listing: (python . t) (ruby . ,(fboundp 'ruby-mode)) (shell . t)) - org-directory "~/org" org-export-backends '(ascii beamer html icalendar latex md odt texinfo) org-file-apps '((auto-mode . emacs) (directory . emacs) ("\\.mm\\'" . default) ("\\.x?html?\\'" . default) ("\\.pdf\\'" . emacs)) - ;; Set `org-link-descriptive' interactively by `org-toggle-link-display'. - org-link-descriptive t - org-link-file-path-type 'adaptive org-modules (list 'ol-bibtex 'ol-doi 'ol-eww 'ol-info 'org-id 'org-protocol 'org-tempo) org-use-property-inheritance t))