From ec64f8bdff4600565b398c5219bab3ac311ce511 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 20 Apr 2021 14:24:03 -0500 Subject: Correct things --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 816654c..4cef620 100644 --- a/init.el +++ b/init.el @@ -545,7 +545,7 @@ (:global "C-=" er/expand-region)) (setup (:straight crux) - (:advise kill-line :override crux-kill-and-join-forward) + (advice-add 'kill-line :override #'crux-kill-and-join-forward) (:global "M-`" crux-other-window-or-switch-buffer "C-o" crux-smart-open-line "M-o" crux-smart-open-line-above @@ -605,7 +605,7 @@ call `zzz-to-char'." (setup (:straight (vertico :host github :repo "minad/vertico")) - (setq resize-mini-windows t) + (setq resize-mini-windows 'grow-only) (if (boundp 'comp-deferred-compilation-deny-list) (add-to-list 'comp-deferred-compilation-deny-list "vertico")) (icomplete-mode -1) -- cgit 1.4.1-21-gabe81