|
@@ -198,12 +198,14 @@ but which mess up the display of a snippet in Org exported files.")
|
|
("calc" . fundamental)
|
|
("calc" . fundamental)
|
|
("cpp" . c++)
|
|
("cpp" . c++)
|
|
("ditaa" . artist)
|
|
("ditaa" . artist)
|
|
|
|
+ ("desktop" . conf-desktop)
|
|
("dot" . fundamental)
|
|
("dot" . fundamental)
|
|
("elisp" . emacs-lisp)
|
|
("elisp" . emacs-lisp)
|
|
("ocaml" . tuareg)
|
|
("ocaml" . tuareg)
|
|
("screen" . shell-script)
|
|
("screen" . shell-script)
|
|
("shell" . sh)
|
|
("shell" . sh)
|
|
- ("sqlite" . sql))
|
|
|
|
|
|
+ ("sqlite" . sql)
|
|
|
|
+ ("toml" . conf-toml))
|
|
"Alist mapping languages to their major mode.
|
|
"Alist mapping languages to their major mode.
|
|
|
|
|
|
The key is the language name. The value is the mode name, as
|
|
The key is the language name. The value is the mode name, as
|