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 nov.el for GNU Emacs.
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-ql for GNU Emacs.
Show keybindings and related functions as you type. When TURN-ON? enable rde-keycast-mode on configure-keycast package load.
Configure shell-scripting tooling for Emacs.
Configure org-roam for GNU Emacs. If you need org-roam-dailies, enable `emacs-org-dailies' feature.
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 corfu completion UI for GNU Emacs.
Configure zotra integration in feature emacs-citation for GNU Emacs.
Enable completion-preview-mode, a built-in Emacs 30+ feature that shows inline completion suggestions as you type. The keybindings should be intuitive, just use the same motion actions like <forward-sentence> to complete the candidate appeared in preview overlay. There is an option to go through multiple candidates, either one by one (with <backward-paragraph> and <forward-paragraph>) or with minibuffer completion interface (just tap C-M-i or call `completion-at-point').
Configure modus-themes, a set of elegant and highly accessible themes for Emacs. DEUTERANOPIA? replaces red/green tones with yellow/blue, which helps people with color blindness. If HEADINGS-SCALING? is set, different level headings will have different size.
Adds a configure-NAME package to the profile and emacs load path and if emacs-portable? rde value is present adds autoloads cookies to each expression of it, otherwise adds a require to init.el.
If ELISP is a list just return it, if it's a function call it with CONFIG argument, throw an exception otherwise.
Setup and configure GNU Emacs.
Setup and configure ledger related things.
Configure fonts. DEFAULT-FONT-SIZE will be used for making font-monospace default value, and it will be ignored if #:font-monospace argument is specified.
Configure Japanese font. Sets font families for Kana and Han characters to FONT-JAPANESE, for proper rendering of Japanese text in Emacs.