Hi Gottfried, On Fri, Feb 14 2025, gfp wrote:
> emacs-ivy 0.14.2 > emacs-ivy-rich 0.1.7 > emacs-swiper 0.14.2 > emacs-counsel 0.14.2 For now, I would download them from MELPA in Emacs. First, you declare MELPA as a package source. Then you can use 'list-packages' to pick and install. As a side note, I am not sure you should be using Ivy at this point. It's quite complex. I'd recommend the built-in "Fake IDO" mode for now. I like Vertico & Consult better than Ivy & Counsel. [1] [1] https://midirus.com/blog/from-ivy-to-vertico > bookmark+ and menu-bar+ I personally turned off the menu bar and check available key bindings, which differ in each buffer, with 'C-h b'. The 'helpful' package is great for things like that. The Embark package provides contextual command similar to mouse clicks. For all these, you will need rudimentary Elisp. Emacs comes with a tutorial. (C-h t) Kind regards Felix