Add .dir-locals.el for Emacs

This commit is contained in:
Evie Litherland-Smith 2024-05-27 07:33:42 +01:00
parent 2ff588b1e5
commit 9695e10eab
2 changed files with 5 additions and 0 deletions

4
.dir-locals.el Normal file
View 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
View file

@ -160,6 +160,7 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear # 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. # option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/ #.idea/
/.envrc /.envrc
/.direnv/ /.direnv/
/result /result