Update miscellaneous package preferences
This commit is contained in:
parent
fc1f227527
commit
dddbe47ee9
8
init.el
8
init.el
@ -530,7 +530,8 @@
|
|||||||
(lsp-ui-doc-enable nil)
|
(lsp-ui-doc-enable nil)
|
||||||
(lsp-ui-doc-max-width 50)
|
(lsp-ui-doc-max-width 50)
|
||||||
(lsp-ui-doc-max-height 10)
|
(lsp-ui-doc-max-height 10)
|
||||||
(lsp-ui-doc-position 'at-point)
|
(lsp-ui-doc-position 'top)
|
||||||
|
(lsp-ui-doc-alignment 'window)
|
||||||
(lsp-ui-doc-header t)
|
(lsp-ui-doc-header t)
|
||||||
(lsp-ui-doc-include-signature t)
|
(lsp-ui-doc-include-signature t)
|
||||||
:config
|
:config
|
||||||
@ -615,6 +616,9 @@
|
|||||||
(use-package yasnippet
|
(use-package yasnippet
|
||||||
:demand
|
:demand
|
||||||
t
|
t
|
||||||
|
:custom
|
||||||
|
(yas-also-auto-indent-first-line t)
|
||||||
|
(yas-also-indent-empty-lines t)
|
||||||
:config
|
:config
|
||||||
(yas-global-mode t))
|
(yas-global-mode t))
|
||||||
|
|
||||||
@ -844,7 +848,7 @@
|
|||||||
(ido-vertical-mode t)
|
(ido-vertical-mode t)
|
||||||
:custom
|
:custom
|
||||||
(ido-vertical-define-keys 'C-n-C-p-up-down-left-right)
|
(ido-vertical-define-keys 'C-n-C-p-up-down-left-right)
|
||||||
(ido-vertical-indicator "→"))
|
(ido-vertical-indicator " →"))
|
||||||
|
|
||||||
;;====================
|
;;====================
|
||||||
;; Flx-Ido (Ido Fuzzy Matching)
|
;; Flx-Ido (Ido Fuzzy Matching)
|
||||||
|
Loading…
Reference in New Issue
Block a user