diff options
| author | Dominik Kaiser | 2025-08-20 13:41:30 +0200 |
|---|---|---|
| committer | Dominik Kaiser | 2025-08-20 13:41:30 +0200 |
| commit | f37bc910b17893afdbcc002e4c2a46ea64dbcdd3 (patch) | |
| tree | e31da0837ce4a86824a540c723dfb49383edaecf /init.el | |
| parent | 3e39eab55a6f709c1d1e74b88c650f8b0974eb7f (diff) | |
| download | emacs-f37bc910b17893afdbcc002e4c2a46ea64dbcdd3.tar.gz emacs-f37bc910b17893afdbcc002e4c2a46ea64dbcdd3.zip | |
Add C++ support
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))) |
