Add thrift-mode
This commit is contained in:
parent
1f1b186a30
commit
f7d83106cc
|
@ -9,17 +9,18 @@
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror:
|
;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror:
|
||||||
; (package! some-package)
|
; (package! some-package)
|
||||||
|
|
||||||
(package! elpher)
|
(package! elpher)
|
||||||
(package! edit-server)
|
(package! edit-server)
|
||||||
(package! ivy-prescient)
|
(package! ivy-prescient)
|
||||||
; (package! ace-jump-mode)
|
; (package! ace-jump-mode)
|
||||||
(package! noflet)
|
(package! noflet)
|
||||||
(package! org-roam)
|
(package! org-roam)
|
||||||
(package! flycheck-clj-kondo)
|
(package! flycheck-clj-kondo)
|
||||||
(package! org-roam)
|
(package! org-roam)
|
||||||
(package! ox-gemini)
|
(package! ox-gemini)
|
||||||
|
(package! thrift-mode)
|
||||||
|
|
||||||
(package! pylint)
|
(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))
|
(when (and (package! eglot) (package! nix-mode))
|
||||||
(package! eglot)
|
(package! eglot)
|
||||||
(after! eglot
|
(after! eglot
|
||||||
(add-to-list 'eglot-server-programs '(nix-mode . ("nil")))
|
(add-to-list 'eglot-server-programs '(nix-mode . ("nil")))
|
||||||
(add-hook nix-mode 'eglot-ensure)))
|
(add-hook nix-mode 'eglot-ensure)))
|
||||||
|
|
||||||
;; To install a package directly from a remote git repo, you must specify a
|
;; To install a package directly from a remote git repo, you must specify a
|
||||||
;; `:recipe'. You'll find documentation on what `:recipe' accepts here:
|
;; `:recipe'. You'll find documentation on what `:recipe' accepts here:
|
||||||
|
|
Loading…
Reference in New Issue