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 GTK3 toolkit. You can tweak the provided GTK-THEME by overriding some of its styling via EXTRA-GTK-CSS, a single argument procedure that returns a list of CSS rules to be ingested by serialize-css-config.
Configure tooling and environment for GNU Guile.
Configure tooling and environment for GNU Shepherd.
Setup and configure the imv command-line image viewer.
Configure ERC, the extensible IRC client for Emacs. ERC-AUTO-QUERY, ERC-QUERY-DISPLAY, and ERC-JOIN-BUFFER determine the window behavior upon receiving a message, talking to someone, and joining a buffer, respectively. See the documentation of erc-join-buffer for the possible configuration values. ERC-HIDE-LIST is a list of message types to hide, and ERC-TRACK-EXCLUDE-TYPES is a list of message types to ignore.
Configure IRC accounts.
Return a new keyboard layout with the given NAME and VARIANT.
NAME must be a string such as "fr"; VARIANT must be a string such as "bepo" or "nodeadkeys". See the 'xkeyboard-config' package for valid options.
Sets keyboard layout. Affects bootloader, and XKB_* variables for the user.
Provide IBM Common User Acces for Emacs (More usual keybindings like Ctrl-C/Ctrl-V for copypaste and so on). It not only alters some keybindings, but also adjust the behavior of some region related operations and undo system.
Configure LibreOffice.
Setup and configure brightness for various devices.
Set up and configure Common Lisp tooling. Choose your implementation of choice via LISP. EXTRA-SOURCE-REGISTRY-FILES is a list of file-likes that will be added under .config/common-lisp/source-registry.conf.d to allow the ASDF source-registry mechanism to discover new Lisp systems in custom file-system locations. Customize the sly prompt with SLY-CUSTOM-PROMPT, a procedure that takes the current RDE configuration and should return an Emacs Lisp function that represents the custom prompt. If you'd rather use the default sly prompt, simply pass #f to it. See sly-mrepl-default-prompt for its arguments and return value.