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 runs a callback (a finalizer) after its registered lisp object has been garbage collected. This allows extra resources, such as buffers and processes, to be cleaned up after the object has been freed.
This package provides an ESS-like binding to send lines or regions to a REPL from Scheme buffers.
This package provides text objects and operators for comments within evil-mode.
This package provides a way to edit mediawiki sites from within emacs.
Nerd-icons an alternative to all-the-icons. It works on both GUI and terminal, and requires a nerd font installed on your system.
sly-quicklisp is an external contrib for SLY that provides a sly-quickload command that prompts the user for a package to install.
The Internet Engineering Task Force (IETF) and the Internet Society (ISOC) publish various Internet-related protocols and specifications as "Request for Comments" (RFC) documents and Internet Standard (STD) documents. RFCs and STDs are published in a simple text form. This package provides an Emacs major mode, rfcview-mode, which makes it more pleasant to read these documents in Emacs. It prettifies the text and adds hyperlinks/menus for easier navigation. It also provides functions for browsing the index of RFC documents and fetching them from remote servers or local directories.
This package provides a dark color theme with a black background, high contrast and few colors.
This package provides a dmenu command for launching other commands/applications from within Emacs, similar to the dmenu program. This is especially useful when using EXWM.
This package provides an Emacs front-end for Fzf general purpose finder.
This is a package to auto-format Emacs lisp.
This package provides utility functions that allow for Fish-style truncated directories in eshell and various modelines.
Emacs 4clojure interacts with 4clojure problems. You can open a specific question and move to the next or previous one. You can also verify your answers.
Dape is a debug adapter client for Emacs. The debug adapter protocol, much like its more well-known counterpart, the language server protocol, aims to establish a common API for programming tools. However, instead of functionalities such as code completions, it provides a standardized interface for debuggers.
This library defines a face named parenthesis used just for parentheses. The intended purpose of this face is to make parentheses less visible in Lisp code by dimming them. Lispers probably don't need to be constantly made aware of the existence of the parentheses. Dimming them might be even more useful for people new to Lisp who have not yet learned to subconsciously blend out the parentheses.
This package displays keyboard macros or latest interactive commands as Emacs Lisp.
This library provide one function to show tooltip near the cursor.
This package define functions for swapping buffers between windows contained in the same frame. An alternate behavior is to have the current window switch to the previous buffer instead of swapping with the other window.
mixed-pitch-mode is a minor mode that enables mixing variable-pitch and fixed-pitch fonts in the same buffer. The list mixed-pitch-fixed-pitch-faces defines the faces that are kept fixed-pitch,everything else becomes variable-pitch.
This package provides a function that can be called from the minibuffer to enable editing the minibuffer input in another buffer with text-mode enabled.
This package implements a bridge to libvterm to display a terminal in an Emacs buffer.
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.
This package tries to re-implement some of nadvice.el's functionality on top of the old defadvice system, to help users of defadvice move to the new advice system without dropping support for Emacs<24.4.
This Emacs package manages your Emacs kill-ring in an autocomplete style popup menu.