An open API service indexing awesome lists of open source software.

https://github.com/sebastiencs/omnibox

Lightweight completion/selection system for Emacs
https://github.com/sebastiencs/omnibox

completion emacs

Last synced: 5 days ago
JSON representation

Lightweight completion/selection system for Emacs

Awesome Lists containing this project

README

          

# Omnibox

### Lightweight completion/selection system for Emacs.

![omnibox](https://github.com/sebastiencs/omnibox/raw/screenshots/omnibox.png)
[[More screenshots]](https://github.com/sebastiencs/omnibox/tree/screenshots)

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

Usage:
```el
(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.