add nix support
This commit is contained in:
parent
dd77b86915
commit
613ed24c13
2 changed files with 4 additions and 0 deletions
|
@ -422,6 +422,9 @@ pre.src-desktop:before {
|
||||||
pre.src-yaml:before {
|
pre.src-yaml:before {
|
||||||
content: "YAML";
|
content: "YAML";
|
||||||
}
|
}
|
||||||
|
pre.src-nix:before {
|
||||||
|
content: "nix";
|
||||||
|
}
|
||||||
/* add a generic configuration mode; LaTeX export needs an additional
|
/* add a generic configuration mode; LaTeX export needs an additional
|
||||||
(add-to-list 'org-latex-listings-langs '(conf \" \")) in .emacs */
|
(add-to-list 'org-latex-listings-langs '(conf \" \")) in .emacs */
|
||||||
pre.src-conf:before {
|
pre.src-conf:before {
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
(use-package htmlize
|
(use-package htmlize
|
||||||
:after org)
|
:after org)
|
||||||
(use-package yaml-mode)
|
(use-package yaml-mode)
|
||||||
|
(use-package nix-mode)
|
||||||
(use-package plz)
|
(use-package plz)
|
||||||
|
|
||||||
(require 'org)
|
(require 'org)
|
||||||
|
|
Loading…
Add table
Reference in a new issue