_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
emacs-sexy-theme 20250312.1640
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: http://github.com/bgcicca/sexy-theme.el
Licenses:
Synopsis: A strong colors variant of the Gruber Darker theme
Description:

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

emacs-smart-dash 20250101.2011
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/malsyned/smart-dash
Licenses:
Synopsis: Smart-Dash minor mode
Description:

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

emacs-synosaurus 0.2.1
Propagated dependencies: wordnet@3.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/hpdeifel/synosaurus
Licenses: GPL 3+
Synopsis: Extensible thesaurus mode for Emacs
Description:

Synosaurus is a thesaurus fontend for Emacs with pluggable backends, including the wordnet offline backend.

emacs-scala-mode 1.1.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/hvesalai/emacs-scala-mode
Licenses: GPL 3
Synopsis: Emacs major mode for Scala
Description:

This package provides basic Emacs support for the Scala language, including: local indenting of code, comments and multi-line strings, motion commands and highlighting.

emacs-simple-mpc 1.0-1.35923ca
Propagated dependencies: emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/jorenvo/simple-mpc
Licenses: GPL 3+
Synopsis: Simple Emacs frontend to mpc
Description:

This package provides an Emacs major mode which acts as a front end to mpc, a client for the Music Player Daemon (MPD).

emacs-shell-here 1.3-1.eeb437f
Channel: atomized
Location: atomized/packages/emacs-xyz.scm (atomized packages emacs-xyz)
Home page: https://codeberg.org/emacs-weirdware/shell-here
Licenses: GPL 3+
Synopsis: Launch a shell relative to default-directory
Description:

This package provides commands to open a shell buffer in (or relative to) the default-directory or – using projectile or find-file-in-project – a project root.

emacs-shell-here 1.3-1.eeb437f
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://codeberg.org/emacs-weirdware/shell-here
Licenses: GPL 3+
Synopsis: Launch a shell relative to default-directory
Description:

This package provides commands to open a shell buffer in (or relative to) the default-directory or – using projectile or find-file-in-project – a project root.

emacs-sql-indent 1.7
Channel: atomized
Location: atomized/packages/emacs-xyz.scm (atomized packages emacs-xyz)
Home page: https://github.com/alex-hhh/emacs-sql-indent
Licenses: GPL 3+
Synopsis: Support for indenting code in SQL files
Description:

This package provides a minor mode that enables syntax-based indentation for SQL mode buffers. Indentation rules are flexible and can be customized to match your personal coding style.

emacs-sql-indent 1.7
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/alex-hhh/emacs-sql-indent
Licenses: GPL 3+
Synopsis: Support for indenting code in SQL files
Description:

This package provides a minor mode that enables syntax-based indentation for SQL mode buffers. Indentation rules are flexible and can be customized to match your personal coding style.

emacs-sphinx-doc 0.3.0-1.1eda612
Propagated dependencies: emacs-dash@2.20.0 emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/naiquevin/sphinx-doc.el
Licenses: Expat
Synopsis: Generate Sphinx friendly docstrings for Python functions in Emacs
Description:

Sphinx Doc is an Emacs minor mode for inserting docstring skeletons for Python functions and methods. The structure of the docstring is as per the equirement of the Sphinx documentation generator.

emacs-ssh-deploy 3.1.16
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/cjohansson/emacs-ssh-deploy
Licenses: GPL 3+
Synopsis: Deployment via Tramp, global or per directory
Description:

SSH Deploy enables automatic deploys on explicit-save actions, manual uploads, renaming, deleting, downloads, file and directory differences, launching remote terminals (Eshell, Shell), detection of remote changes, remote directory browsing, remote SQL database sessions and running custom deployment scripts via Tramp.

emacs-super-save 0.4.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/bbatsov/super-save
Licenses: GPL 3+
Synopsis: Auto-save buffers, based on your activity
Description:

Super-save auto-saves your buffers, when certain events happen, e.g., when you switch between buffers or when an Emacs frame loses focus. You can think of it as both something that augments and replaces the standard Auto-save mode.

emacs-speed-type 1.4
Propagated dependencies: emacs-compat@30.0.2.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/dakra/speed-type
Licenses: GPL 3+
Synopsis: Practice touch/speed typing in GNU Emacs
Description:

Speed Type allows you to practice your touch typing skills. You can test yourself by typing snippets from online books or use any piece of text or code you have in Emacs. Speed Type keeps track of your stats (WPM, CPM, accuracy) while you are typing.

emacs-scratch-el 1.4
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://codeberg.org/emacs-weirdware/scratch
Licenses: FreeBSD
Synopsis: Create scratch buffers with the same mode as current buffer
Description:

Scratch is an extension to Emacs that enables one to create scratch buffers that are in the same mode as the current buffer. This is notably useful when working on code in some language; you may grab code into a scratch buffer, and, by virtue of this extension, do so using the Emacs formatting rules for that language.

emacs-ssh-agency 0.4.1
Propagated dependencies: emacs-dash@2.20.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/magit/ssh-agency
Licenses: GPL 3+
Synopsis: Manage @code{ssh-agent} from Emacs
Description:

This package provides functions to startup ssh-agent, set the needed environment variables in Emacs, and prompt for passphrases from within Emacs so that pushes and pulls from magit will not require entering any passphrase.

It can also be useful on Unix-like platforms to delay having to enter your passphrase until the first time you push to a remote.

emacs-spamfilter 1.13
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://web.archive.org/web/20190326203214/http://www.geocities.co.jp/SiliconValley-PaloAlto/7043/index.html#spamfilter.el
Licenses: GPL 2+
Synopsis: Bayesian spam filter
Description:

This package provides a spam filtering library for Emacs MUAs. It supports Japanese and has the following features:

  • Pure Emacs Lisp implementation.

  • Interactive process within the MUA.

  • Incremental corpus learning.

  • Three different methods for Japanese word segmentation.

  • Built-in support for emacs-wanderlust and emacs-mew.

  • Navi2ch integration.

emacs-substitute 0.2.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://git.sr.ht/~protesilaos/substitute
Licenses: GPL 3+
Synopsis: Efficiently replace targets in the buffer or context
Description:

Substitute is a set of commands that perform text replacement (i) throughout the buffer, (ii) limited to the current definition (per narrow-to-defun), (iii) from point to the end of the buffer, and (iv) from point to the beginning of the buffer.

These substitutions are meant to be as quick as possible and, as such, differ from the standard query-replace tool. The provided commands prompt for substitute text and perform the substitution outright.

emacs-shen-elisp 20221211.1313
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/deech/shen-elisp
Licenses: Modified BSD
Synopsis: Shen implementation in Elisp
Description:

This is an implemenatation of the Shen programming language in Elisp. The end goal is to provide: 1. An easy way to play with Shen with no other installation hassle (assuming you use Emacs). 2. A first-class development experience when writing Shen. The idea is that an editor that understands the code can be much more helpful than one that does not. To this end the roadmap involves a full gamut of source code introspection and debugging tools.

emacs-smartparens 20250612.1050
Propagated dependencies: emacs-dash@20250312.1307
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/Fuco1/smartparens
Licenses:
Synopsis: Automatic insertion, wrapping and paredit-like navigation with user defined pairs
Description:

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

emacs-springboard 20170106.755
Propagated dependencies: emacs-helm@4.0.2
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/jwiegley/springboard
Licenses:
Synopsis: Temporarily change default-directory for one command
Description:

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

emacs-speeddating 20180319.723
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/xuchunyang/emacs-speeddating
Licenses:
Synopsis: Increase date and time at point
Description:

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

emacs-simplenote2 20190321.933
Propagated dependencies: emacs-request-deferred@20220614.1604 emacs-uuidgen@20240201.2318 emacs-unicode-escape@20230109.1222
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/alpha22jp/simplenote2.el
Licenses:
Synopsis: Interact with app.simplenote.com
Description:

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

emacs-ssh-tunnels 20220721.1242
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: http://github.com/death/ssh-tunnels
Licenses:
Synopsis: Manage SSH tunnels
Description:

Documentation at https://melpa.org/#/ssh-tunnels

emacs-shell-maker 20251014.1155
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/xenodium/shell-maker
Licenses:
Synopsis: Interaction mode for making comint shells
Description:

Documentation at https://melpa.org/#/shell-maker

Total results: 636