diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-03-03 17:25:24 -0800 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-03-03 17:25:24 -0800 |
| commit | 9cc6dde39662cc02c2061f659f7ec999af46b32d (patch) | |
| tree | dad110c1d11bdc19821897979ac996d6d9578ce5 /config/emacs.org | |
| parent | 6e2da8b251af83d6c60ec80c490f96ee42a76030 (diff) | |
new flake lock
Diffstat (limited to 'config/emacs.org')
| -rw-r--r-- | config/emacs.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/emacs.org b/config/emacs.org index 41b743d..7ee1d4b 100644 --- a/config/emacs.org +++ b/config/emacs.org @@ -402,7 +402,7 @@ We set up eglot, the LSP manager for emacs, now built in: *** C/C++ Specific configuration for C (I also use the clangd lsp): #+begin_src emacs-lisp :tangle ../nix/init.el - (use-package irony-mode + (use-package irony :hook ( (c++-mode . irony-mode) (c-mode . irony-mode) |
