Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package permits comparisons of two or three buffers based on diff output.
This package enhances term.el with the following features:
Functions to switch between multiple terminal buffers
List of keys to be intercepted by
emacs-multi-terminstead of by the underlying terminalKills the unused buffer left after exiting the terminal
Kills the running sub-processes along with the terminal when killing the it forcibly
Dedicated window for debugging program.
Rainbow-blocks is an Emacs mode that highlights blocks made of parentheses, brackets, and braces according to their depth. Each successive level is highlighted in a different color. This makes it easy to orient yourself in the code, and tell which statements are at a given level.
This package provides provides variants of eval-last-sexp that work on the containing list or s-expression, as well as an option for visually flashing evaluated s-expressions.
Insert Emacs Org blocks with completion via company mode.
This package adds Clojure syntax checker clj-kondo.
This library extracts information from the installed Emacs packages.
Devil intercepts your devil key (comma by default) to let you type key sequences without using modifier keys. Devil is highly configurable and it can be configured to perform other key sequence translations.
This mode provides basic functionality required for successfully interacting with sbt inside Emacs. The core functionality includes interacting with the sbt shell and Scala console, compiling code and navigation to errors.
Inheritenv provides tools to execute processes inheriting the calling buffer's environment.
This package provides an Emacs interface to LeetCode allowing users to log in and solve problems of their choice using Emacs.
Emacs-Calibre is a package for interacting with https://calibre-ebook.com/Calibre libraries from Emacs.
This is a storage package used by completion engines like company-math.
This package provides tail-call optimization for Emacs Lisp functions that call themselves in tail position.
This package provides visible, buffer local bookmarks and the ability to jump forward and backward to the next bookmark.
This package provides commands for interacting with a dictionary server (as defined by RFC 2229; by default, the public server at dict.org) from within Emacs.
This package provides basic syntax highlighting and editing support for editing Racket's Scribble documentation syntax in Emacs.
This library adds the possibility for ad-hoc applying highlighting to any face in GNU Emacs. The functionality of this library depends on overlays, which by default are not picked up when copy-pasting text from buffer to buffer.
emacs-evil-quickscope highlights targets for Evil mode’s f,F,t,T keys, allowing for quick navigation within a line. It is a port of quick-scope for Vim. Evil is an Emacs minor mode that emulates Vim features and provides Vim-like key bindings.
This package provides an XML-RPC client for Emacs capable of both synchronous and asynchronous method calls using the url package's async retrieval functionality. xml-rpc.el represents XML-RPC datatypes as Lisp values, automatically converting to and from the XML datastructures as needed, both for method parameters and return values, making using XML-RPC methods fairly transparent to the Lisp code.
Engine mode is a global minor mode for Emacs. It enables you to easily define search engines, bind them to keybindings, and query them from the comfort of your editor.
Seeing Is Believing is a ruby gem to evaluate Ruby code, recording the results of each line. This minor mode provides an easy way to run it from Emacs on the current region or entire buffer.
Org-fc is a spaced-repetition system for Emacs' Org mode. It allows you to mark headlines in a file as flashcards, turning pieces of knowledge you want to learn into a question-answer test. These cards are reviewed at regular interval. After each review, the next review interval is calculated based on how well you remembered the contents of the card.
This project started as fork of org-reveal. It provides an export back-end for HTML presentations with reveal.js from Org mode source files.