dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 918014cd72cfa7752ff7948910dcc63c419c5ddc
parent 0fc1428bb54041cc17970a0386c2421a405389dd
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Thu, 19 May 2022 20:03:04 +0200

emacs: allow selecting typed string in ivy as a candidate

Diffstat:
Memacs/config.org | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/emacs/config.org b/emacs/config.org @@ -276,6 +276,12 @@ Solution: ~brew tap daviderestivo/emacs-head && brew install emacs-head@28 --wit (custom-set-faces '(ivy-posframe-border ((t (:inherit mode-line-inactive))))) (ivy-posframe-mode 1))) #+end_src + +Have to set this to let me select exactly what I'm typing as a candidate: + +#+begin_src emacs-lisp + (setq ivy-use-selectable-prompt t) +#+end_src ** company Good completion.