ag91 / escalator

Escalate your Helm searches

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Escalator - Integrated interface to helm searchers

This package allows you to integrate multiple Helm searchers so that you can switch between searches.

You can install this file by loading it by hand or, if you use use-package adding the file in “~/.emacs.d/lisp” and using this:

(use-package escalator
  :load-path "~/.emacs.d/lisp"
  :after helm)

You will need helm and the helm searchers mentioned in your escalator-commands-map, the custom variable that sets the available searchers and their order.

More info: https://ag91.github.io/blog/2022/01/29/escalate-your-helm-searches/

About

Escalate your Helm searches


Languages

Language:Emacs Lisp 100.0%