diff options
author | Case Duckworth | 2021-02-04 16:18:20 -0600 |
---|---|---|
committer | Case Duckworth | 2021-02-04 16:18:20 -0600 |
commit | 8956d173a37cd1a18aa2036156f63cc2d5d05bc5 (patch) | |
tree | 51c51464f37cfb12fc75bc2732b93adb2e3f37ad | |
parent | Merge branch 'main' of https://tildegit.org/acdw/emacs into work (diff) | |
download | emacs-8956d173a37cd1a18aa2036156f63cc2d5d05bc5.tar.gz emacs-8956d173a37cd1a18aa2036156f63cc2d5d05bc5.zip |
Switch out icomplete for selectrum
-rw-r--r-- | config.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.org b/config.org index 17faf7f..4877dcb 100644 --- a/config.org +++ b/config.org | |||
@@ -749,7 +749,7 @@ to /hide/ those contents. | |||
749 | read-file-name-completion-ignore-case t) | 749 | read-file-name-completion-ignore-case t) |
750 | #+end_src | 750 | #+end_src |
751 | 751 | ||
752 | *** COMMENT Selectrum :package: | 752 | *** Selectrum :package: |
753 | 753 | ||
754 | *COMMENT 2021-02-01*: For some reason, selectrum will randomly do a thing where | 754 | *COMMENT 2021-02-01*: For some reason, selectrum will randomly do a thing where |
755 | it, like, flashes up and down in the minibuffer? I don't know how to explain | 755 | it, like, flashes up and down in the minibuffer? I don't know how to explain |
@@ -769,7 +769,7 @@ for now .... I just want to see my completions. | |||
769 | (selectrum-mode +1) | 769 | (selectrum-mode +1) |
770 | #+end_src | 770 | #+end_src |
771 | 771 | ||
772 | *** Icomplete | 772 | *** COMMENT Icomplete |
773 | 773 | ||
774 | #+begin_src emacs-lisp :noweb-ref packages | 774 | #+begin_src emacs-lisp :noweb-ref packages |
775 | (straight-use-package 'icomplete-vertical) | 775 | (straight-use-package 'icomplete-vertical) |