Skip to content

Commit

Permalink
Add top-level .dir-locals.el
Browse files Browse the repository at this point in the history
  • Loading branch information
garyo committed Sep 18, 2024
1 parent 0dd41ec commit 81467ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .dir-locals.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
;; Dotfiles managed with yadm, so if I open e.g. ~/.bashrc, I don't want it
;; to use my entire home dir as the project dir. That would be *extremely* slow,
;; since e.g. LSP servers would try to manage all files in all of $HOME.
((nil . ((project-root . (expand-file-name "~/.local/share/yadm/repo.git")))))

0 comments on commit 81467ed

Please sign in to comment.