Minimize `setopt' related warnings

This commit is contained in:
Gerard Vermeulen 2024-01-12 10:51:18 +01:00
parent 0c03963b7a
commit d15af07d56
1 changed files with 2 additions and 2 deletions

View File

@ -2338,12 +2338,12 @@ list detailing and motivating each listing:
(perl . t)
;; Beware: Python activation must not call still unbound functions.
(python . t)
(racket . ,(fboundp 'racket-mode))
;; (racket . ,(fboundp 'racket-mode))
(ruby . ,(fboundp 'ruby-mode))
;; MIT/GNU Scheme breaks Babel contrary to Guile, Chez and Chicken Scheme.
(scheme . ,(fboundp 'geiser-mode))
(shell . t))
org-export-backends '(ascii beamer html icalendar latex odt svg4css texinfo)
org-export-backends '(ascii beamer html icalendar latex odt texinfo) ;; svg4css
org-file-apps '((auto-mode . emacs)
(directory . emacs)
("\\.mm\\'" . default)