Add compile bindings, fix rust-mode-hook.

This commit is contained in:
2025-01-23 10:39:23 +09:00
parent 25a624f074
commit ad20935123
2 changed files with 10 additions and 5 deletions

View File

@@ -50,7 +50,7 @@
(setq sweeprolog-swipl-path "swipl")
(add-to-list 'auto-mode-alist '("\\.plt?\\'" . sweeprolog-mode)))
(add-hook 'rust-mode-hook #'eglot)
(add-hook 'rust-mode-hook #'eglot-ensure)
;; Nix language
(use-package nix-mode