diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-01-31 19:33:44 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-02-01 13:59:13 +0100 |
| commit | b9842c6aa84be021b0397f83d8fee84df904ad11 (patch) | |
| tree | 873ffaccfacc4b76251a756e1161c397ff5ea913 | |
| parent | e7743626140657e53140c63dca8c56389a7e98e3 (diff) | |
Add .dir-locals.el
| -rw-r--r-- | .dir-locals.el | 2 | ||||
| -rw-r--r-- | llama.el | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..3a491ef --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,2 @@ +((emacs-lisp-mode + (indent-tabs-mode . nil))) @@ -501,7 +501,5 @@ expansion, and the looks of this face should hint at that.") llama-fontify-mode llama--turn-on-fontify-mode) (provide 'llama) -;; Local Variables: -;; indent-tabs-mode: nil -;; End: + ;;; llama.el ends here |
