_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
emacs-spdx 20230127.116
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/condy0919/spdx.el
Licenses: GPL 3
Synopsis: Insert SPDX license and copyright headers
Description:

# spdx.el `spdx.el` provides SPDX license header and copyright insertion. ## Installation Put `spdx.el` in your Emacs system. Add the following to your `.emacs`: ```elisp (require spdx) (define-key prog-mode-map (kbd "C-c i l") #'spdx-insert-spdx) ``` Or Use [use-package](https://github.com/jwiegley/use-package) with [straight.el](https://github.com/raxod502/straight.el) ``` emacs-lisp (use-package spdx :ensure t :straight (:host github :repo "condy0919/spdx.el") :bind (:map prog-mode-map ("C-c i l" . spdx-insert-spdx)) :custom (spdx-copyright-holder auto) (spdx-project-detection auto)) ``` Then you can press `C-c i l` to trigger `spdx-insert-spdx` Or manually run: M-x spdx-insert-spdx Then, `spdx.el` will ask you to select a license. It's done by `completing-read'. After that, the license header will be written. An example follows. `;; SPDX-License-Identifier: AGPL-1.0-only` ## Customization - `spdx-copyright-holder - `spdx-copyright-sign - `spdx-project-detection - `spdx-ignore-deprecated

emacs-typo 20200706.1714
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/jorgenschaefer/typoel
Licenses: GPL 3+
Synopsis: Minor mode for typographic editing
Description:

typo.el includes two modes, `typo-mode` and `typo-global-mode`. `typo-mode` is a buffer-specific minor mode that will change a number of normal keys to make them insert typographically useful unicode characters. Some of those keys can be used repeatedly to cycle through variations. This includes in particular quotation marks and dashes. `typo-global-mode` introduces a global minor mode which adds the `C-c 8` prefix to complement Emacs’ default `C-x 8` prefix map. See the documentation of `typo-mode` and `typo-global-mode` for further details. ## Quotation Marks > “He said, ‘leave me alone,’ and closed the door.” All quotation marks in this sentence were added by hitting the " key exactly once each. typo.el guessed the correct glyphs to use from context. If it gets it wrong, you can just repeat hitting the " key until you get the quotation mark you wanted. `M-x typo-change-language` lets you change which quotation marks to use. This is also configurable, in case you want to add your own. ## Dashes and Dots The hyphen key will insert a default hyphen-minus glyph. On repeated use, though, it will cycle through the en-dash, em-dash, and a number of other dash-like glyphs available in Unicode. This means that typing two dashes inserts an en-dash and typing three dashes inserts an em-dash, as would be expected. The name of the currently inserted dash is shown in the minibuffer. The full stop key will self-insert as usual. When three dots are inserted in a row, though, they are replaced by a horizontal ellipsis glyph. ## Other Keys Tick and backtick keys insert the appropriate quotation mark as well. The less-than and greater-than signs cycle insert the default glyphs on first use, but cycle through double and single guillemets on repeated use. ## Prefix Map In addition to the above, typo-global-mode also provides a globally-accessible key map under the `C-c 8` prefix (akin to Emacs’ default `C-x 8` prefix map) to insert various Unicode characters. In particular, `C-c 8 SPC` will insert a no-break space. Continued use of SPC after this will cycle through half a dozen different space types available in Unicode. Check the mode’s documentation for more details.

emacs-tidal 0.1-1.bac0926
Propagated dependencies: emacs-haskell-mode@17.5
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://git.sr.ht/~akagi/tidal
Licenses: GPL 3+
Synopsis: Interact with TidalCycles for live coding patterns
#<unspecified>
emacs-enime 0.1-5.ad910eb
Dependencies: openssl@3.0.8
Propagated dependencies: emacs-dash@2.19.1 emacs-esxml@0.3.7 emacs-request@0.3.2-1.3336eaa emacs-mpv@0.2.0
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://github.com/xl666/enime
Licenses: GPL 3+
Synopsis: Watch anime with emacs
#<unspecified>
emacs-steam 20220218.1707
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: http://github.com/Kungsgeten/steam.el
Licenses:
Synopsis: Organize and launch Steam games
Description:

Documentation at https://melpa.org/#/steam

emacs-cedit 20200816.526
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: http://zk-phi.gitub.io/
Licenses:
Synopsis: paredit-like commands for c-like languages
Description:

Documentation at https://melpa.org/#/cedit

emacs-ptree 20221106.1649
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/alpha-catharsis/ptree
Licenses:
Synopsis: Property tree data structure
Description:

Documentation at https://melpa.org/#/ptree

emacs-sniem 20250204.1138
Propagated dependencies: emacs-s@20220902.1511 emacs-dash@20250312.1307
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/SpringHan/sniem.git
Licenses:
Synopsis: Hands-eased united editing method
Description:

Documentation at https://melpa.org/#/sniem

emacs-hover 20220129.1935
Propagated dependencies: emacs-dash@20250312.1307
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/ericdallo/hover.el
Licenses:
Synopsis: Package to use hover with flutter
Description:

Documentation at https://melpa.org/#/hover

emacs-racer 20210307.243
Propagated dependencies: emacs-rust-mode@20250423.15 emacs-dash@20250312.1307 emacs-s@20220902.1511 emacs-f@20241003.1131 emacs-pos-tip@20240209.837
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/racer-rust/emacs-racer
Licenses:
Synopsis: code completion, goto-definition and docs browsing for Rust via racer
Description:

Documentation at https://melpa.org/#/racer

emacs-socyl 20170212.642
Propagated dependencies: emacs-s@20220902.1511 emacs-dash@20250312.1307 emacs-pkg-info@20150517.1143
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/nlamirault/socyl
Licenses:
Synopsis: Frontend for several search tools
Description:

Documentation at https://melpa.org/#/socyl

emacs-log4e 20240123.1313
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/aki2o/log4e
Licenses:
Synopsis: provide logging framework for elisp
Description:

Documentation at https://melpa.org/#/log4e

emacs-sekka 20170803.1247
Propagated dependencies: emacs-concurrent@20170601.435 emacs-popup@20250101.843
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/kiyoka/sekka
Licenses:
Synopsis: A client for Sekka IME server
Description:

Documentation at https://melpa.org/#/sekka

emacs-binky 20250123.1928
Propagated dependencies: emacs-dash@20250312.1307
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/eki3z/binky.el
Licenses:
Synopsis: Jump between points like a rabbit
Description:

Documentation at https://melpa.org/#/binky

emacs-chatu 20250425.645
Propagated dependencies: emacs-plantuml-mode@20250514.1906
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/kimim/chatu
Licenses:
Synopsis: Convert and insert any images to org-mode or markdown buffer
Description:

Documentation at https://melpa.org/#/chatu

emacs-corfu 20250601.1915
Propagated dependencies: emacs-compat@30.0.2.0
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/minad/corfu
Licenses:
Synopsis: COmpletion in Region FUnction
Description:

Documentation at https://melpa.org/#/corfu

emacs-muban 20180415.1219
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/jiahaowork/muban.el
Licenses:
Synopsis: Lightweight template expansion tool
Description:

Documentation at https://melpa.org/#/muban

emacs-findr 20130127.2032
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: unspecified
Licenses:
Synopsis: Breadth-first file-finding facility for (X)Emacs
Description:

Documentation at https://melpa.org/#/findr

emacs-jsonl 20190623.509
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/ebpa/jsonl.el
Licenses:
Synopsis: Utility functions for working with line-delimited JSON
Description:

Documentation at https://melpa.org/#/jsonl

emacs-govet 20170808.1724
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://godoc.org/golang.org/x/tools/cmd/vet
Licenses:
Synopsis: linter/problem finder for the Go source code
Description:

Documentation at https://melpa.org/#/govet

emacs-rtags 20250218.2303
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/Andersbakken/rtags
Licenses:
Synopsis: A front-end for rtags
Description:

Documentation at https://melpa.org/#/rtags

emacs-iedit 20220216.717
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/victorhge/iedit
Licenses:
Synopsis: Edit multiple regions in the same way simultaneously.
Description:

Documentation at https://melpa.org/#/iedit

emacs-circe 20250421.1753
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/emacs-circe/circe
Licenses:
Synopsis: Client for IRC in Emacs
Description:

Documentation at https://melpa.org/#/circe

emacs-iter2 20250209.1516
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/doublep/iter2
Licenses:
Synopsis: Reimplementation of Elisp generators
Description:

Documentation at https://melpa.org/#/iter2

Total results: 8163