18 lines
989 B
EmacsLisp
18 lines
989 B
EmacsLisp
;;; -*- lexical-binding: t -*-
|
|
(custom-set-variables
|
|
;; custom-set-variables was added by Custom.
|
|
;; If you edit it by hand, you could mess it up, so be careful.
|
|
;; Your init file should contain only one such instance.
|
|
;; If there is more than one, they won't work right.
|
|
'(org-src-lang-modes
|
|
'(("md" . markdown) ("C" . c) ("C++" . c++) ("asymptote" . asy)
|
|
("beamer" . latex) ("calc" . fundamental) ("cpp" . c++) ("ditaa" . artist)
|
|
("desktop" . conf-desktop) ("dot" . fundamental) ("elisp" . emacs-lisp)
|
|
("ocaml" . tuareg) ("screen" . shell-script) ("sqlite" . sql)
|
|
("toml" . conf-toml) ("shell" . sh) ("ash" . sh) ("sh" . sh) ("bash" . sh)
|
|
("jsh" . sh) ("bash2" . sh) ("dash" . sh) ("dtksh" . sh) ("ksh" . sh)
|
|
("es" . sh) ("rc" . sh) ("itcsh" . sh) ("tcsh" . sh) ("jcsh" . sh)
|
|
("csh" . sh) ("ksh88" . sh) ("oash" . sh) ("pdksh" . sh) ("mksh" . sh)
|
|
("posix" . sh) ("wksh" . sh) ("wsh" . sh) ("zsh" . sh) ("cs" . csharp)
|
|
("rpm" . sh))))
|