Enter the query into the form above.
API method:
GET /api/symbols?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.
Configure the circadian.el Emacs package for theme-switching based on the time of the day.
You can use https://positon.xyz/ or other Mozilla compatible geolocation API. geolocate-url should point to "/v1/geolocate".
Configure the Emacs Desktop Notification Center (EDNC).
Configure the nyxt.el package to interact with Nyxt from Emacs.
Show keybindings and related functions as you type. When TURN-ON? enable rde-keycast-mode on configure-keycast package load.
Configure Eshell, the Emacs shell.
Configure Webpaste.el, a mode to paste whole buffers or parts of buffers to pastebin-like services. WEBPASTE-PROVIDERS denotes the list of providers that will be used in descending order of priority.
Configure the Emacs Tab Bar. Add the appropriate formatters via TAB-BAR-FORMAT. The default ones allow you to place "modules" (i.e. menu items constructed by the helper make-rde-tab-bar-module) arbitrarily on each side of the bar, but you can also include built-in formatters such as tab-bar-format-tabs.
The examples below show different types of modules:
(make-rde-tab-bar-module :id 'text :label "My arbitrary text") (make-rde-tab-bar-module :id 'battery :label 'battery-mode-line-string) (make-rde-tab-bar-module :id 'notifications :label '(:eval (rde-ednc--notify)))
Configure org-recur, a simple mode for recurring org-mode tasks.
Configure pulseaudio-control for PulseAudio integration in Emacs.
Configure pdf-tools, to work with pdfs inside Emacs.
Configure shell-scripting tooling for Emacs.
Configure olivetti and helper functions for focused editing/reading.
Configure perspective.el to group/isolate buffers per frames. Make emacsclient feels more like a separate emacs instance.
Configure Eat, a terminal emulator written in pure Emacs Lisp.
Configure project.el, a library to perform operations on the current project.
Configure re-builder, an Emacs mode to build Regexps with visual feedback. RE-SYNTAX can be either 'read, 'string, or 'rx.
Configure ace-window, an Emacs package to quickly switch between windows.
Configure elpher, the Emacs' gemini and gopher browser.
Configure smartparens for structured code navigation, automatic string escape and pair management.
Configure the general command-intepreter-in-a-buffer (comint) for process-in-a-buffer derived packages like shell, REPLs, etc.
Configure and extend the browse-url library to enhance the handling of URLs to browsers in Emacs. You can set URL mappings to rewrite URLs in Emacs buffers, open sites with cookies, make sure URLs use HTTPS, among other.
Configure geiser for emacs.
Set up Flymake, the built-in on-the-fly syntax checker for Emacs.