summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tw/home/files/emacs-init.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/tw/home/files/emacs-init.el b/tw/home/files/emacs-init.el
index 1dc4c13a..427bac2b 100644
--- a/tw/home/files/emacs-init.el
+++ b/tw/home/files/emacs-init.el
@@ -116,6 +116,16 @@
(sml/theme 'respectful "Make `smart-mode-line' blend in with the active theme."))
;; General editor behaviour.
+;; TODO: Move from ivy + counsel to vertico + orderless + consult + marginalia
+;; (+ embark?), to integrate better with vanilla Emacs and `completing-read'.
+;; https://github.com/minad/vertico -- light completion engine
+;; https://github.com/minad/vertico#child-frames-and-popups
+;; https://github.com/minad/vertico#complementary-packages
+;; https://github.com/minad/marginalia -- docstrings in M-x menu
+;; https://github.com/oantolin/orderless -- regex search for vertico
+;; https://github.com/minad/consult -- collection of commands using vertico
+;; https://github.com/oantolin/embark -- make vertico better depending on thing at point
+
(use-package ivy
:commands (ivy-mode) :demand t
:custom