_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


feature-emacs-ace-window args
Channel: rde
Location: rde/features/emacs-xyz.scm (rde features emacs-xyz)
Documentation:

Configure ace-window, an Emacs package to quickly switch between windows.

feature-emacs-completion args
Channel: rde
Location: rde/features/emacs-xyz.scm (rde features emacs-xyz)
Documentation:

Configure completion system for GNU Emacs.

feature-emacs-flymake ()
Channel: rde
Location: rde/features/emacs-xyz.scm (rde features emacs-xyz)
Documentation:

Set up Flymake, the built-in on-the-fly syntax checker for Emacs.

feature-emacs-webpaste args
Channel: rde
Location: rde/features/emacs-xyz.scm (rde features emacs-xyz)
Documentation:

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.

feature-emacs-project args
Channel: rde
Location: rde/features/emacs-xyz.scm (rde features emacs-xyz)
Documentation:

Configure project.el, a library to perform operations on the current project.

feature-emacs-info args
Channel: rde
Location: rde/features/emacs-xyz.scm (rde features emacs-xyz)
Documentation:

Configure Info and Info+ for reading Info documents in Emacs.

feature-emacs-guix args
Channel: rde
Location: rde/features/emacs-xyz.scm (rde features emacs-xyz)
Documentation:

Configure emacs for guix usage and development.

feature-emacs-eshell args
Channel: rde
Location: rde/features/emacs-xyz.scm (rde features emacs-xyz)
Documentation:

Configure Eshell, the Emacs shell.

feature-emacs-spelling args
Channel: rde
Location: rde/features/emacs-xyz.scm (rde features emacs-xyz)
Documentation:

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).

feature-emacs-keycast args
Channel: rde
Location: rde/features/emacs-xyz.scm (rde features emacs-xyz)
Documentation:

Show keybindings and related functions as you type. When TURN-ON? enable rde-keycast-mode on configure-keycast package load.

feature-emacs-org-roam args
Channel: rde
Location: rde/features/emacs-xyz.scm (rde features emacs-xyz)
Documentation:

Configure org-roam for GNU Emacs. If you need org-roam-dailies, enable `emacs-org-dailies' feature.

feature-emacs-which-key args
Channel: rde
Location: rde/features/emacs-xyz.scm (rde features emacs-xyz)
Documentation:

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.

feature-emacs-org-ql args
Channel: rde
Location: rde/features/emacs-xyz.scm (rde features emacs-xyz)
Documentation:

Configure org-ql for GNU Emacs.

feature-emacs-dashboard args
Channel: rde
Location: rde/features/emacs-xyz.scm (rde features emacs-xyz)
Documentation:

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.

feature-emacs-eat args
Channel: rde
Location: rde/features/emacs-xyz.scm (rde features emacs-xyz)
Documentation:

Configure Eat, a terminal emulator written in pure Emacs Lisp.

feature-emacs-devdocs args
Channel: rde
Location: rde/features/emacs-xyz.scm (rde features emacs-xyz)
Documentation:

Configure Info-like documentation viewer for reading various DevDocs documentations.

feature-emacs-tempel args
Channel: rde
Location: rde/features/emacs-xyz.scm (rde features emacs-xyz)
Documentation:

Configure TempEL for emacs. To extend a list of templates from other features use `home-emacs-tempel-service-type'.

feature-emacs-tab-bar args
Channel: rde
Location: rde/features/emacs-xyz.scm (rde features emacs-xyz)
Documentation:

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)))
feature-emacs-all-the-icons args
Channel: rde
Location: rde/features/emacs-xyz.scm (rde features emacs-xyz)
Documentation:

Configure all-the-icons, a collection of fonts for Emacs.

feature-emacs-org-agenda-files-track args
Channel: rde
Location: rde/features/emacs-xyz.scm (rde features emacs-xyz)
Documentation:

Configure org-agenda-files-track for GNU Emacs.

feature-emacs-perspective args
Channel: rde
Location: rde/features/emacs-xyz.scm (rde features emacs-xyz)
Documentation:

Configure perspective.el to group/isolate buffers per frames. Make emacsclient feels more like a separate emacs instance.

feature-emacs-org-dailies args
Channel: rde
Location: rde/features/emacs-xyz.scm (rde features emacs-xyz)
Documentation:

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.

feature-emacs-time args
Channel: rde
Location: rde/features/emacs-xyz.scm (rde features emacs-xyz)
Documentation:

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?.

feature-emacs-emms args
Channel: rde
Location: rde/features/emacs-xyz.scm (rde features emacs-xyz)
Documentation:

Configure the Emacs MultiMedia System. Choose what method to use to retrieve information about tracks via EMMS-INFO-METHOD.

Total public symbols: 86823