.
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
|
||||
(setq-default eglot-workspace-configuration
|
||||
'((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
|
||||
(eglot-managed-mode . (lambda ()
|
||||
(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)
|
||||
)
|
||||
|
||||
;;;; 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
|
||||
;; https://github.com/politza/pdf-tools/#known-problems
|
||||
(add-hook 'TeX-after-compilation-finished-functions
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
"senpai"
|
||||
"sideload"
|
||||
"slurp"
|
||||
"sshfs"
|
||||
"steam"
|
||||
;; "sponge" https://linux.die.net/man/1/sponge
|
||||
"swappy"
|
||||
|
@ -218,6 +219,7 @@
|
|||
"xdg-utils"
|
||||
|
||||
"emacs-adaptive-wrap"
|
||||
"emacs-adoc-mode"
|
||||
"emacs-cape"
|
||||
"emacs-catppuccin-theme"
|
||||
"emacs-cider@1.13.0"
|
||||
|
|
Loading…
Reference in a new issue