diff options
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -151,6 +151,8 @@ (use-package evil-nerd-commenter :bind ("M-/" . evilnc-comment-or-uncomment-lines)) +(setq lsp-clients-clangd-args '("-compile-commands-dir=build")) + (use-package rust-mode :hook (rust-mode . (lambda () (setq indent-tabs-mode nil))) |
