Add .dir-locals.el for Emacs
This commit is contained in:
parent
2ff588b1e5
commit
9695e10eab
4
.dir-locals.el
Normal file
4
.dir-locals.el
Normal file
|
@ -0,0 +1,4 @@
|
|||
;;; Directory Local Variables -*- no-byte-compile: t -*-
|
||||
;;; For more information see (info "(emacs) Directory Variables")
|
||||
|
||||
((nil . ((compile-command . "nix build"))))
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -160,6 +160,7 @@ cython_debug/
|
|||
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||
#.idea/
|
||||
|
||||
/.envrc
|
||||
/.direnv/
|
||||
/result
|
||||
|
|
Loading…
Reference in a new issue