mirror of
https://github.com/NixOS/nix
synced 2025-07-10 04:43:53 +02:00
* A Nix mode for Emacs.
This commit is contained in:
parent
5e4a2272bf
commit
e8411948ff
6 changed files with 118 additions and 2 deletions
5
misc/emacs/Makefile.am
Normal file
5
misc/emacs/Makefile.am
Normal file
|
@ -0,0 +1,5 @@
|
|||
EXTRA_DIST = nix-mode.el
|
||||
|
||||
install-data-local:
|
||||
$(INSTALL) -d $(DESTDIR)$(datadir)/emacs/site-lisp
|
||||
$(INSTALL_DATA) nix-mode.el $(DESTDIR)$(datadir)/emacs/site-lisp
|
Loading…
Add table
Add a link
Reference in a new issue