From dddbe47ee9a5c63f5c50ac318ec152af18b4b9a5 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Mon, 31 Aug 2020 16:04:42 -0400 Subject: [PATCH] Update miscellaneous package preferences --- init.el | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index 172c242..a929fe1 100644 --- a/init.el +++ b/init.el @@ -530,7 +530,8 @@ (lsp-ui-doc-enable nil) (lsp-ui-doc-max-width 50) (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-include-signature t) :config @@ -615,6 +616,9 @@ (use-package yasnippet :demand t + :custom + (yas-also-auto-indent-first-line t) + (yas-also-indent-empty-lines t) :config (yas-global-mode t)) @@ -844,7 +848,7 @@ (ido-vertical-mode t) :custom (ido-vertical-define-keys 'C-n-C-p-up-down-left-right) - (ido-vertical-indicator "→")) + (ido-vertical-indicator " →")) ;;==================== ;; Flx-Ido (Ido Fuzzy Matching)