Add thrift-mode

This commit is contained in:
peter.selby 2024-09-09 14:52:42 -07:00
parent 1f1b186a30
commit f7d83106cc
1 changed files with 5 additions and 4 deletions

View File

@ -9,17 +9,18 @@
;;; Code:
;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror:
; (package! some-package)
; (package! some-package)
(package! elpher)
(package! edit-server)
(package! ivy-prescient)
; (package! ace-jump-mode)
; (package! ace-jump-mode)
(package! noflet)
(package! org-roam)
(package! flycheck-clj-kondo)
(package! org-roam)
(package! ox-gemini)
(package! thrift-mode)
(package! pylint)
@ -53,8 +54,8 @@ Usage: (advice-add 'my-function-for-advisement :around 'tls-nocheck-error-advice
(when (and (package! eglot) (package! nix-mode))
(package! eglot)
(after! eglot
(add-to-list 'eglot-server-programs '(nix-mode . ("nil")))
(add-hook nix-mode 'eglot-ensure)))
(add-to-list 'eglot-server-programs '(nix-mode . ("nil")))
(add-hook nix-mode 'eglot-ensure)))
;; To install a package directly from a remote git repo, you must specify a
;; `:recipe'. You'll find documentation on what `:recipe' accepts here: