Minimize `setopt' related warnings
This commit is contained in:
parent
0c03963b7a
commit
d15af07d56
@ -2338,12 +2338,12 @@ list detailing and motivating each listing:
|
|||||||
(perl . t)
|
(perl . t)
|
||||||
;; Beware: Python activation must not call still unbound functions.
|
;; Beware: Python activation must not call still unbound functions.
|
||||||
(python . t)
|
(python . t)
|
||||||
(racket . ,(fboundp 'racket-mode))
|
;; (racket . ,(fboundp 'racket-mode))
|
||||||
(ruby . ,(fboundp 'ruby-mode))
|
(ruby . ,(fboundp 'ruby-mode))
|
||||||
;; MIT/GNU Scheme breaks Babel contrary to Guile, Chez and Chicken Scheme.
|
;; MIT/GNU Scheme breaks Babel contrary to Guile, Chez and Chicken Scheme.
|
||||||
(scheme . ,(fboundp 'geiser-mode))
|
(scheme . ,(fboundp 'geiser-mode))
|
||||||
(shell . t))
|
(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)
|
org-file-apps '((auto-mode . emacs)
|
||||||
(directory . emacs)
|
(directory . emacs)
|
||||||
("\\.mm\\'" . default)
|
("\\.mm\\'" . default)
|
||||||
|
Loading…
Reference in New Issue
Block a user