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.
emacs-el-x defines the dflet macro to provide the historic behavior of flet, as well as declare-function stub for older Emacs.
Fill-column-indicator graphically indicates the location of the fill column by drawing a thin line down the length of the editing window.
This package applies refactoring suggestions from hlint.
This package provides some commands to act on the browser tabs, history, or bookmarks from Emacs.
This package adds configuration to simplify using Emacs LSP booster with Eglot.
ox-gemini adds support for exporting Org files in Gemini format. Many things were taken from the ASCII exporter, from which ox-gemini derives.
This library provides a generic infrastructure for cross referencing commands, in particular find-definition.
This package provides a collection of almost monochrome Emacs themes: almost-mono-black and almost-mono-white.
This package makes the process of switching between light and dark themes as easy as hitting a single keystroke.
This package provides a minor mode for collapsing and expanding regions of text without modifying the actual contents.
Emacs 0x0 is a pastebin integration tool. It can upload the current buffer, a file on your disk, or a string from the kill ring.
This package provides a major mode for editing PlantUML sources. It features syntax highlighting, autocompletion, preview of buffer or region and use of locally installed binaries.
This package provides completion for JavaScript files utilizing Flow.
This package shows Flymake diagnostics on cursor hover.
This package enforces a sneaky garbage collector (GC) strategy to minimize GC interference with the activity. During normal use a high GC threshold is set. When idling GC is immediately triggered and a low threshold is set.
BUI (Buffer User Interface) is a library for making list and info interfaces to display an arbitrary data of the same type, for example: packages, buffers, files, etc.
This package contains a minor mode that can be toggled. It fetches weather information based on your location or on a given location from https://wttr.in and then displays it on the mode line.
benchmark-init provides a way to keep track of where time is being spent during Emacs startup in order to optimize startup time.
This package provides enhancements to standard Font Lock library.
This package provides a Quake-style drop-down console compatible with Emacs' shell modes.
This package contains add-ons to Org. Be warned that these libraries receive little if no maintenance and there is no guaranty that they are compatible with the Org stable version.
List all available packages in Helm (with installed packages displayed in their own respective face). Fuzzy-search, mark and execute the desired action over any selections of packages: Install, uninstall, display packages details (in Org Mode) or insert details at point, find files owned by packages... And much more, including performing all the above over the network.
The setup macro simplifies repetitive configuration patterns, by providing context-sensitive local macros in setup bodies. These macros can be mixed with regular elisp code without any issues, allowing for flexible and terse configurations. The list of local macros can be extended by the user via setup-define. A list of currently known local macros are documented in the docstring for setup.
org-auto-tangle allows you to automatically tangle code blocks whenever saving an org-mode file.