diff options
author | Franck Cuny <franck@fcuny.net> | 2023-06-07 17:45:25 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-06-07 17:46:46 -0700 |
commit | d4b45fc1cb763378767a20d7f13b55cfbea00ec7 (patch) | |
tree | b532393a472a96c4c2699bb6bd2a04681be4c2c5 | |
parent | remove settings for flymake (diff) | |
download | emacs.d-d4b45fc1cb763378767a20d7f13b55cfbea00ec7.tar.gz |
format code block for eglot
Change-Id: I7e8138b22507d4064318c4c1c2ec9612a793ffc5
-rw-r--r-- | init.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.org b/init.org index 14abb93..358d6f8 100644 --- a/init.org +++ b/init.org @@ -1054,7 +1054,7 @@ After experimenting with [[https://emacs-lsp.github.io/lsp-mode/][lsp-mode]] and For languages where I want to use LSP, I need to add ~:hook (nix-mode . englot-ensure)~ in the ~use-package~ definition for the language. #+begin_src emacs-lisp - (use-package eglot) +(use-package eglot) #+end_src *** tree-sitter |