diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-04-22 17:24:14 +0530 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-04-22 17:24:14 +0530 |
commit | 1757ff83cb47bd2158b056b2de5c85dc24aff26a (patch) | |
tree | 1dd7368ec25bde0a5694fb5095dd639cf673583d /.dir-locals.el | |
parent | aabccefea1d4c8b5ffe6ad0dcdaac1612d502d92 (diff) | |
download | dwm-1757ff83cb47bd2158b056b2de5c85dc24aff26a.tar.gz dwm-1757ff83cb47bd2158b056b2de5c85dc24aff26a.tar.bz2 dwm-1757ff83cb47bd2158b056b2de5c85dc24aff26a.zip |
Added a README, other small changes
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 7ad1da6..f7ea9f8 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,6 +1,6 @@ ;;; Directory Local Variables -*- no-byte-compile: t; -*- ;;; For more information see (info "(emacs) Directory Variables") -((c-mode . ((clang-format-mode . nil) +((c-mode . ((indent-tabs-mode . t) (flycheck-mode . nil) - (eval . (remove-hook 'c-mode-hook #'clang-format-mode))))) + (eval . (clang-format-mode 0))))) |