.
This commit is contained in:
parent
8e7938a87e
commit
92d42d86ec
2 changed files with 9 additions and 23 deletions
|
@ -651,29 +651,6 @@ Point must be at the beginning of balanced expression (sexp)."
|
||||||
:config
|
:config
|
||||||
(setq-default eglot-workspace-configuration
|
(setq-default eglot-workspace-configuration
|
||||||
'((clojure-lsp (maxCompletions . 300))))
|
'((clojure-lsp (maxCompletions . 300))))
|
||||||
(add-to-list 'eglot-server-programs
|
|
||||||
'((clojure-mode clojurec-mode clojurescript-mode clojure-ts-mode)
|
|
||||||
"clojure-lsp"
|
|
||||||
:initializationOptions
|
|
||||||
(:preferences
|
|
||||||
(:inlayHintProvider
|
|
||||||
t
|
|
||||||
:includeInlayParameterNameHints
|
|
||||||
"all"
|
|
||||||
:includeInlayParameterNameHintsWhenArgumentMatchesName
|
|
||||||
t
|
|
||||||
:includeInlayFunctionParameterTypeHints
|
|
||||||
t
|
|
||||||
:includeInlayVariableTypeHints
|
|
||||||
t
|
|
||||||
:includeInlayVariableTypeHintsWhenTypeMatchesName
|
|
||||||
t
|
|
||||||
:includeInlayPRopertyDeclarationTypeHints
|
|
||||||
t
|
|
||||||
:includeInlayFunctionLikeReturnTypeHints
|
|
||||||
t
|
|
||||||
:includeInlayEnumMemberValueHints
|
|
||||||
t))))
|
|
||||||
:hook
|
:hook
|
||||||
(eglot-managed-mode . (lambda ()
|
(eglot-managed-mode . (lambda ()
|
||||||
(add-hook 'before-save-hook
|
(add-hook 'before-save-hook
|
||||||
|
@ -839,6 +816,13 @@ Point must be at the beginning of balanced expression (sexp)."
|
||||||
;; (add-hook 'prog-mode-hook #'git-gutter-mode)
|
;; (add-hook 'prog-mode-hook #'git-gutter-mode)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
;;;; File Formats
|
||||||
|
;;;;; Asciidoc
|
||||||
|
(use-package adoc-mode
|
||||||
|
:hook
|
||||||
|
(adoc-mode . visual-line-mode)
|
||||||
|
(adoc-mode . (lambda () (setq-local visual-fill-column-center-text t))))
|
||||||
|
|
||||||
;;;; LaTeX
|
;;;; LaTeX
|
||||||
;; https://github.com/politza/pdf-tools/#known-problems
|
;; https://github.com/politza/pdf-tools/#known-problems
|
||||||
(add-hook 'TeX-after-compilation-finished-functions
|
(add-hook 'TeX-after-compilation-finished-functions
|
||||||
|
|
|
@ -195,6 +195,7 @@
|
||||||
"senpai"
|
"senpai"
|
||||||
"sideload"
|
"sideload"
|
||||||
"slurp"
|
"slurp"
|
||||||
|
"sshfs"
|
||||||
"steam"
|
"steam"
|
||||||
;; "sponge" https://linux.die.net/man/1/sponge
|
;; "sponge" https://linux.die.net/man/1/sponge
|
||||||
"swappy"
|
"swappy"
|
||||||
|
@ -218,6 +219,7 @@
|
||||||
"xdg-utils"
|
"xdg-utils"
|
||||||
|
|
||||||
"emacs-adaptive-wrap"
|
"emacs-adaptive-wrap"
|
||||||
|
"emacs-adoc-mode"
|
||||||
"emacs-cape"
|
"emacs-cape"
|
||||||
"emacs-catppuccin-theme"
|
"emacs-catppuccin-theme"
|
||||||
"emacs-cider@1.13.0"
|
"emacs-cider@1.13.0"
|
||||||
|
|
Loading…
Reference in a new issue