_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
emacs-company-ledger 20210910.250
Propagated dependencies: emacs-company@1.0.2
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/debanjum/company-ledger
Licenses: GPL 3
Build system: emacs
Synopsis: Fuzzy auto-completion for Ledger & friends
Description:

`company-mode backend for `ledger-mode', `beancount-mode and similar plain-text accounting modes. Provides fuzzy completion for transactions, prices and other date prefixed entries. See Readme for detailed setup and usage description. Detailed Description -------------------- - Provides auto-completion based on words on current line - The words on the current line can be partial and in any order - The candidate entities are reverse sorted by location in file - Candidates are paragraphs starting with YYYY[-/]MM[-/]DD Minimal Setup ------------- (with-eval-after-load company (add-to-list company-backends company-ledger)) Use-Package Setup ----------------- (use-package company-ledger :ensure company :init (with-eval-after-load company (add-to-list company-backends company-ledger)))

emacs-impatient-mode 20200723.2117
Propagated dependencies: emacs-simple-httpd@1.5.1 emacs-htmlize@1.59
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/netguy204/imp.el
Licenses: Public Domain
Build system: emacs
Synopsis: Serve buffers live over HTTP
Description:

impatient-mode is a minor mode that publishes the live buffer through the local simple-httpd server under /imp/live/<buffer-name>/. To unpublish a buffer, toggle impatient-mode off. Start the simple-httpd server (`httpd-start') and visit /imp/ on the local server. There will be a listing of all the buffers that currently have impatient-mode enabled. This is likely to be found here: http://localhost:8080/imp/ Except for html-mode buffers, buffers will be prettied up with htmlize before being sent to clients. This can be toggled at any time with `imp-toggle-htmlize'. Because html-mode buffers are sent raw, you can use impatient-mode see your edits to an HTML document live! This is perhaps the primary motivation of this mode. To receive updates the browser issues a long poll on the client waiting for the buffer to change -- server push. The response happens in an `after-change-functions hook. Buffers that do not run these hooks will not be displayed live to clients.

emacs-insert-kaomoji 20220215.1204
Channel: bugchan
Location: bugchan/packages/emacs-xyz.scm (bugchan packages emacs-xyz)
Home page: https://git.sr.ht/~pkal/insert-kaomoji
Licenses: CC0
Build system: emacs
Synopsis: Easily insert kaomojis
Description:

Kaomojis are eastern/Japanese emoticons, which are usually displayed horizontally, as opposed to the western vertical variants (":^)", ";D", "XP", ...). To achieve this they make much more use of more obscure and often harder to type unicode symbols, which often makes it more difficult to type, or impossible if you don't know the symbols names/numbers. This package tries to make it easier to use kaomojis, by using `completing-read and different categories. The main user functions are therefore `insert-kaomoji to insert a kaomoji at point, and `insert-kaomoji-into-kill-ring to push a kaomoji onto the kill ring. The emoticons aren't stored in this file, but (usually) in the KAOMOJIS file that should be in the same directory as this source file. This file is parsed during byte-compilation and then stored in `insert-kaomoji-alist'. The kaomojis in KAOMOJIS have been selected and collected from these sites: - https://wikileaks.org/ciav7p1/cms/page_17760284.html - http://kaomoji.ru/en/ - https://en.wikipedia.org/wiki/List_of_emoticons.

emacs-graphql-ts-mode 0.1.0-0.553fb3e
Propagated dependencies: tree-sitter-graphql@0-0.5e66e96
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://git.sr.ht/~joram/graphql-ts-mode
Licenses: GPL 3+
Build system: emacs
Synopsis: This is a major mode for editing GraphQL documents
Description:
emacs-isearch-project 20260101.600
Propagated dependencies: emacs-f@20241003.1131
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/jcs-elpa/isearch-project
Licenses:
Build system: melpa
Synopsis: Incremental search through the whole project
Description:

Documentation at https://melpa.org/#/isearch-project

emacs-ivy-clojuredocs 20201129.2355
Propagated dependencies: emacs-edn@20160215.1219 emacs-ivy@20260913.715
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/wandersoncferreira/ivy-clojuredocs
Licenses:
Build system: melpa
Synopsis: Search for help in clojuredocs.org
Description:

Documentation at https://melpa.org/#/ivy-clojuredocs

emacs-flycheck-gradle 20190315.234
Propagated dependencies: emacs-flycheck@20260902.1403
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/jojojames/flycheck-gradle
Licenses:
Build system: melpa
Synopsis: Flycheck extension for Gradle
Description:

Documentation at https://melpa.org/#/flycheck-gradle

emacs-smart-semicolon 20200909.1412
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/iquiw/smart-semicolon
Licenses:
Build system: melpa
Synopsis: Insert semicolon smartly
Description:

Documentation at https://melpa.org/#/smart-semicolon

emacs-projection-dape 20241107.2107
Propagated dependencies: emacs-projection@20260614.1822 emacs-dape@0.27.1
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/mohkale/projection
Licenses:
Build system: melpa
Synopsis: Projection integration for `dape'
Description:

Documentation at https://melpa.org/#/projection-dape

emacs-company-arduino 20160306.1739
Propagated dependencies: emacs-company@20260721.100 emacs-irony@20231018.1915 emacs-company-irony@20190124.2346 emacs-company-c-headers@20260511.1117 emacs-arduino-mode@20240527.1603
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/yuutayamada/company-arduino
Licenses:
Build system: melpa
Synopsis: Company-mode for Arduino
Description:

Documentation at https://melpa.org/#/company-arduino

emacs-ghci-completion 20151125.1257
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/manzyuk/ghci-completion
Licenses:
Build system: melpa
Synopsis: Completion for GHCi commands in inferior-haskell buffers
Description:

Documentation at https://melpa.org/#/ghci-completion

emacs-flycheck-ledger 20200304.2204
Propagated dependencies: emacs-flycheck@20260902.1403
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/purcell/flycheck-ledger
Licenses:
Build system: melpa
Synopsis: Flycheck integration for ledger files
Description:

Documentation at https://melpa.org/#/flycheck-ledger

emacs-native-complete 20240909.2007
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/CeleritasCelery/emacs-native-shell-complete
Licenses:
Build system: melpa
Synopsis: Shell completion using native complete mechanisms
Description:

Documentation at https://melpa.org/#/native-complete

emacs-cider-decompile 20151122.537
Propagated dependencies: emacs-cider@20260920.725 emacs-javap-mode@20120223.2208
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: http://www.github.com/clojure-emacs/cider-decompile
Licenses:
Build system: melpa
Synopsis: Decompilation extension for cider
Description:

Documentation at https://melpa.org/#/cider-decompile

emacs-baidu-translate 20211130.1235
Propagated dependencies: emacs-unicode-escape@20230109.1222
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/liShiZhensPi/baidu-translate
Licenses:
Build system: melpa
Synopsis: A plugin using baidu-translate-api
Description:

Documentation at https://melpa.org/#/baidu-translate

emacs-scratch-message 20220209.2207
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/thisirs/scratch-message.git
Licenses:
Build system: melpa
Synopsis: Changing message in your scratch buffer
Description:

Documentation at https://melpa.org/#/scratch-message

emacs-virtual-comment 20220921.221
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/thanhvg/emacs-virtual-comment
Licenses:
Build system: melpa
Synopsis: Virtual Comments
Description:

Documentation at https://melpa.org/#/virtual-comment

emacs-greek-polytonic 20190303.1358
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/jhanschoo/greek-polytonic
Licenses:
Build system: melpa
Synopsis: Quail package for inputting polytonic Greek
Description:

Documentation at https://melpa.org/#/greek-polytonic

emacs-magit-gptcommit 20260530.2339
Propagated dependencies: emacs-dash@20260221.1346 emacs-magit@20260922.1955 emacs-llm@0.30.3
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/douo/magit-gptcommit
Licenses:
Build system: melpa
Synopsis: Git commit with help of gpt
Description:

Documentation at https://melpa.org/#/magit-gptcommit

emacs-gitlab-pipeline 20251213.1504
Propagated dependencies: emacs-ghub@20260902.1834
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/TxGVNN/gitlab-pipeline
Licenses:
Build system: melpa
Synopsis: Get infomation about Gitlab pipelines
Description:

Documentation at https://melpa.org/#/gitlab-pipeline

emacs-counsel-spotify 20200818.2055
Propagated dependencies: emacs-ivy@20260913.715
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/Lautaro-Garcia/counsel-spotify
Licenses:
Build system: melpa
Synopsis: Control Spotify search and select music with Ivy
Description:

Documentation at https://melpa.org/#/counsel-spotify

emacs-cybercafe-theme 20231122.1444
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/gboncoffee/cybercafe-emacs-theme
Licenses:
Build system: melpa
Synopsis: Cybercafe color theme
Description:

Documentation at https://melpa.org/#/cybercafe-theme

emacs-counsel-notmuch 20181203.935
Propagated dependencies: emacs-ivy@20260913.715 emacs-notmuch@20260314.2247 emacs-s@20260522.135
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/fuxialexander/counsel-notmuch
Licenses:
Build system: melpa
Synopsis: Search emails in Notmuch asynchronously with Ivy
Description:

Documentation at https://melpa.org/#/counsel-notmuch

emacs-nocomments-mode 20250103.1842
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/Lindydancer/nocomments-mode
Licenses:
Build system: melpa
Synopsis: Minor mode that makes comments invisible
Description:

Documentation at https://melpa.org/#/nocomments-mode

Total packages: 8754