sebastiencs / omnibox

Lightweight completion/selection system for Emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Omnibox

Lightweight completion/selection system for Emacs.

omnibox [More screenshots]

Require Emacs >= 26.
Not compatible with Emacs in terminal

Usage:

(use-package omnibox
  :config
  (global-set-key (kbd "M-x") 'omnibox-M-x)
  (omnibox-setup))

It replaces Helm in my daily usage but the package is still under development so don't consider it stable.

About

Lightweight completion/selection system for Emacs


Languages

Language:Emacs Lisp 100.0%