From 8bce5a566bc0e909ac94d03bd8a07f06aad13b17 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sat, 20 May 2023 16:04:41 +0200 Subject: Add links to Emacs packages I might want to replace ivy and counsel with more vanilla-like Emacs packages. Add links to them. --- tw/home/files/emacs-init.el | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tw/home/files/emacs-init.el') 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 -- cgit v1.2.3