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 org-agenda-files-track for GNU Emacs.
Configure tooling for Emacs Lisp, the programming language for GNU Emacs.
Configure Emacs Dashboard, an extensible startup screen. Choose whether to be prompted by the dashboard on startup by setting SHOW-ON-STARTUP?. Set up the visible sections via ITEMS, where each entry is of the form (LIST-TYPE . LIST-SIZE). See dashboard-items to get an idea of the format. For the aforementioned to work, you also need to configure ITEM-GENERATORS, where each entry is of the form (LIST-TYPE . LIST-GENERATOR-FUNCTION). You can quickly navigate to each section with ITEM-SHORTCUTS and set a custom name for each one via ITEM-NAMES.
NAVIGATOR-BUTTONS are custom buttons that you can display below the BANNER, to include quick shortcuts to things like web bookmarks. BANNER can be either `official' for the official Emacs logo, `logo' for an alternative Emacs logo, #f to hide the banner, or a custom file path to an image whose dimensions you can constrain with BANNER-MAX-HEIGHT and BANNER-MAX-WIDTH.
Remind yourself of tasks by setting DASHBOARD-AGENDA-WEEKLY? to #t and customize the format of task entries with DASHBOARD-AGENDA-PREFIX-FORMAT (see org-agenda-prefix-format for information on the format strings).
You can truncate paths whose character length is greater than PATH-MAX-LENGTH.
Configure which-key. MIN-HEIGHT can be used to adjust the look of which-key popup, when there are not many items in it, can be easier to look through available options. IDLE-DELAY is the amount of seconds to wait for the which-key buffer to popup.
Configure org-roam for GNU Emacs. If you need org-roam-dailies, enable `emacs-org-dailies' feature.
Configure the help system in Emacs. Set up Helpful, an alternative to the built-in help that provides much more contextual information.
Configure org-dailies or org-roam-dailies for GNU Emacs, depending on ORG-ROAM-DAILIES? option and EMACS-ORG-ROAM feature. You might want to use the ORG-ROAM-DAILIES? option to switch to non-roam org-dailies to store dailies in a directory outside of org-roam's directory. When ENCRYPTED? is set to true, provide a default value for ORG-DAILIES-CAPTURE-TEMPLATES, which has .gpg at the end of filename, however its value can be overriden.
Configure a simple power menu for emacs.
Configure input-method for GNU Emacs. Allows to use other layouts with emacs, whithout losing ability to use keybindings. Supported both Emacsy toggle-input-method (C-\) and system layout switching by utilizing reverse-im package.
Configure the display of battery status in Emacs.
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 DEUTERANOPIA-RED-BLUE-DIFFS? is set, red/blue colors will be used instead. If HEADINGS-SCALING? is set, different level headings will have different size.
Make Emacs look more modern and minimalistic. It achieves this by removing most UI elements and allows you to add MARGIN, FRINGES, and various padding values for MODE-LINE-PADDING, HEADER-LINE-PADDING, and TAB-BAR-PADDING. Move the mode line to the top by setting HEADER-LINE-AS-MODE-LINE? to #t.
Configure denote, Prot's great note taking package.
Configure the Emacs MultiMedia System. Choose what method to use to retrieve information about tracks via EMMS-INFO-METHOD.
Configure all-the-icons, a collection of fonts for Emacs.
Configure Graphviz, the open source graph visualization software.
Setup and configure Elfeed for Emacs.
Configure mct completion UI for GNU Emacs.
Configure Info-like documentation viewer for reading various DevDocs documentations.
Configure spell-checking features in Emacs. SPELLING-PROGRAM will be used to detect spelling mistakes based on SPELLING-DICTIONARIES inside buffers of modes defined in FLYSPELL-HOOKS (prose) and in docstrings of modes defined in FLYSPELL-PROG-HOOKS (programming).
Configure vertico completion UI for GNU Emacs.
Configure corfu completion UI for GNU Emacs.
Configure telega.el for GNU Emacs