add jails

This commit is contained in:
2026-05-03 07:05:33 -04:00
parent 5b16a222ca
commit 0c05222415
2 changed files with 3 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(eglot-code-action-indications '(eldoc-hint))
'(package-selected-packages
'(cape dumb-jump exec-path-from-shell jai-mode magit move-text
multiple-cursors yaml yaml-mode))

View File

@@ -99,6 +99,7 @@
(use-package eglot
:config
(push '(jai-mode "jails") eglot-server-programs))
(push '(jai-mode "jails") eglot-server-programs)
(push '(sql-mode "postgres-language-server" "lsp-proxy") eglot-server-programs))
(use-package yaml-mode)