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 denote, Prot's great note taking package.
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 Emacs Desktop Notification Center (EDNC).
Configure Eat, a terminal emulator written in pure Emacs Lisp.
Configure all-the-icons, a collection of fonts for Emacs.
Configure eglot, an LSP package for emacs.
Configure zotra integration in feature emacs-citation for GNU Emacs.
Setup and configure Elfeed for Emacs.
Configure pulseaudio-control for PulseAudio integration in Emacs.
Configure corfu completion UI for GNU Emacs.
Configure org-agenda-files-track for GNU Emacs.
Configure the Emacs MultiMedia System. Choose what method to use to retrieve information about tracks via EMMS-INFO-METHOD.
Setup Emacs to use the dape DAP client.
Configure Calc, an advanced desk calculator and mathematical tool for Emacs. You can compute the current exchange rate for your preferred CURRENCY and update it every EXCHANGE-UPDATE-INTERVAL days.
Configure perspective.el to group/isolate buffers per frames. Make emacsclient feels more like a separate emacs instance.
Configure time.el, an Emacs library to display the time. Choose the timezones you'll be prompted with upon calling world-clock with WORLD-CLOCK-TIMEZONES and change its format with WORLD-CLOCK-TIME-FORMAT (see format-time-string for information on the format strings). If you want to display time on the mode line, set DISPLAY-TIME? to #t, and accordingly set its appearance with DISPLAY-TIME-24HR? and DISPLAY-TIME-DATE?.
Configure TRAMP, a remote file editing tool for Emacs.
Configure the ebdb contact management package for Emacs. EBDB-SOURCES is a list of filenames to retrieve database information from. You can control the size of ebdb popup windows via EBDB-POPUP-SIZE with a floating-point value between 0 and 1.
Configure shell-scripting tooling for 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 emacs for guix usage and development.
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').
Set up Flymake, the built-in on-the-fly syntax checker for Emacs.
Configure Info-like documentation viewer for reading various DevDocs documentations.