summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-06-07 17:45:25 -0700
committerFranck Cuny <franck@fcuny.net>2023-06-07 17:46:46 -0700
commitd4b45fc1cb763378767a20d7f13b55cfbea00ec7 (patch)
treeb532393a472a96c4c2699bb6bd2a04681be4c2c5
parentremove settings for flymake (diff)
downloademacs.d-d4b45fc1cb763378767a20d7f13b55cfbea00ec7.tar.gz
format code block for eglot
Change-Id: I7e8138b22507d4064318c4c1c2ec9612a793ffc5
-rw-r--r--init.org2
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