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 {
|
||||
content: "YAML";
|
||||
}
|
||||
pre.src-nix:before {
|
||||
content: "nix";
|
||||
}
|
||||
/* add a generic configuration mode; LaTeX export needs an additional
|
||||
(add-to-list 'org-latex-listings-langs '(conf \" \")) in .emacs */
|
||||
pre.src-conf:before {
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
(use-package htmlize
|
||||
:after org)
|
||||
(use-package yaml-mode)
|
||||
(use-package nix-mode)
|
||||
(use-package plz)
|
||||
|
||||
(require 'org)
|
||||
|
|
Loading…
Add table
Reference in a new issue