_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
emacs-no-x-toolkit 30.1
Dependencies: inotify-tools@3.22.6.0 cairo@1.18.2 dbus@1.15.8 giflib@5.2.1 harfbuzz@8.3.0 libjpeg-turbo@2.1.4 libotf@0.9.16 libpng@1.6.39 librsvg@2.58.5 libtiff@4.4.0 libx11@1.8.10 libxft@2.3.8 libxpm@3.5.17 pango@1.54.0 poppler@22.09.0 gnutls@3.8.3 ld-wrapper@0 binutils@2.41 glibc@2.39 libgccjit@11.4.0 mailutils@3.19 acl@2.3.1 alsa-lib@1.2.11 elogind@255.17 ghostscript@9.56.1 gpm@1.20.7 jansson@2.14 lcms@2.13.1 libice@1.1.2 libselinux@3.4 libsm@1.2.5 libxml2@2.9.14 m17n-lib@1.8.0 sqlite@3.39.3 tree-sitter@0.20.10 zlib@1.3 bash-minimal@5.1.16 coreutils@9.1 findutils@4.9.0 gawk@5.3.0 gzip@1.13 ncurses@6.2.20210619 sed@4.8
Channel: divya-lambda
Location: divya-lambda/packages/emacs.scm (divya-lambda packages emacs)
Home page: https://www.gnu.org/software/emacs/
Licenses: GPL 3+
Synopsis: The extensible, customizable, self-documenting text editor (without X toolkit)
Description:

GNU Emacs is an extensible and highly customizable text editor. It is based on an Emacs Lisp interpreter with extensions for text editing. Emacs has been extended in essentially all areas of computing, giving rise to a vast array of packages supporting, e.g., email, IRC and XMPP messaging, spreadsheets, remote server editing, and much more. Emacs includes extensive documentation on all aspects of the system, from basic editing to writing large Lisp programs. It has full Unicode support for nearly all human languages.

emacs-haskell-mode 20221113.1425
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/haskell/haskell-mode
Licenses: GPL 3
Synopsis: A Haskell editing mode
Description:

This package provides a major mode for editing Haskell (the functional programming language, see URL `http://www.haskell.org') in Emacs. Some of its major features include: - syntax highlighting (font lock), - automatic indentation, - on-the-fly documentation, - interaction with inferior GHCi/Hugs instance, - scans declarations and places them in a menu. See URL `https://github.com/haskell/haskell-mode and/or Info node `(haskell-mode)Introduction for more information. Use `M-x haskell-mode-view-news` (after Haskell Mode is installed) to show information on recent changes in Haskell Mode.

emacs-extend-smime 3.3
Propagated dependencies: emacs-default-encrypt@5.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://informationelle-selbstbestimmung-im-internet.de/Emacs.html
Licenses: GPL 3+
Synopsis: Improved S/MIME support for Gnus in Emacs
Description:

ExtendSMIME is designed to be used with Gnus in Emacs. It enhances DefaultEncrypt (emacs-default-encrypt) to support S/MIME (Secure/Multipurpose Internet Mail Extensions) via LDAP (Lightweight Directory Access Protocol). Before a message (e.g., email) is sent, ExtendSMIME searches for missing certificates via LDAP and imports them into gpgsm. When certificates for all recipients are available, DefaultEncrypt automatically encrypts the message. For details and instructions on how to use ExtendSMIME, please refer to the home page or read the comments in the source file, jl-smime.el.

emacs-counsel-bbdb 0.0.5
Propagated dependencies: emacs-bbdb@3.2.2.4 emacs-ivy@0.15.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/redguardtoo/counsel-bbdb
Licenses: GPL 3+
Synopsis: Ivy interface for BBDB
Description:

This Ivy extension enables the use of ivy-mode to input email addresses from BBDB efficiently. The main functions are:

counsel-bbdb-complete-mail to input email addresses;
counsel-bbdb-reload' to reload contacts from BBDB database;
counsel-bbdb-expand-mail-alias to expand mail alias.

Since counsel-bbdb is based on ivy-mode, all Ivy key bindings are supported. For example, after C-u M-x counsel-bbdb-complete-mail, you can press C-M-n to input multiple email addresses.

emacs-modus-themes 4.8.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://protesilaos.com/modus-themes/
Licenses: GPL 3+ FDL 1.3+
Synopsis: Accessible themes for Emacs (WCAG AAA standard)
Description:

The Modus themes are designed for accessible readability. They conform with the highest standard for color contrast between any given combination of background and foreground values. This corresponds to the WCAG AAA standard, which specifies a minimum rate of distance in relative luminance of 7:1.

The Modus themes consist of six themes. Modus Operandi is a light theme, while Modus Vivendi is dark. Modus Operandi Tinted and Modus Vivendi Tinted are variants of the two main themes. They slightly tone down the intensity of the background and provide a bit more color variety. Modus Operandi Deuteranopia and its companion Modus Vivendi Deuteranopia are optimized for users with red-green color deficiency.

emacs-markdown-toc 20210905.738
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: http://github.com/ardumont/markdown-toc
Licenses: GPL 3
Synopsis: A simple TOC generator for markdown file
Description:

Generate a TOC from a markdown file: M-x markdown-toc-generate-toc This will compute the TOC at insert it at current position. Update existing TOC: C-u M-x markdown-toc-generate-toc Here is a possible output: <!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc --> **Table of Contents** - [some markdown page title](#some-markdown-page-title) - [main title](#main-title) - [Sources](#sources) - [Marmalade (recommended)](#marmalade-recommended) - [Melpa-stable](#melpa-stable) - [Melpa (~snapshot)](#melpa-~snapshot) - [Install](#install) - [Load org-trello](#load-org-trello) - [Alternative](#alternative) - [Git](#git) - [Tar](#tar) - [another title](#another-title) - [with](#with) - [some](#some) - [heading](#heading) <!-- markdown-toc end --> Install - M-x package-install RET markdown-toc RET

emacs-gnu-apl-mode 20220404.341
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: http://www.gnu.org/software/apl/
Licenses: GPL 3
Synopsis: Integrate GNU APL with Emacs
Description:

Emacs mode for GNU APL

This mode provides both normal editing facilities for APL code as well as an interactive mode. The interactive mode is started using the command ‘gnu-apl’.

The mode provides two different ways to input APL symbols. The first method is enabled by default, and simply binds keys with the "super" modifier. The problem with this method is that the "super" modifier has to be enabled, and any shortcuts added by the operating system that uses this key has to be changed.

The other method is a bit more cumbersome to use, but it's pretty much guaranteed to work everywhere. Simply enable the input mode using C-\ (‘toggle-input-method’) and choose APL-Z. Once this mode is enabled, press "." (period) followed by a letter to generate the corresponding symbol.

emacs-gnuplot-mode 20171013.1616
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/mkmcc/gnuplot-mode
Licenses: GPL 3
Synopsis: Major mode for editing gnuplot scripts
Description:

Defines a major mode for editing gnuplot scripts. I wanted to keep it simpler than other modes -- just syntax highlighting, indentation, and a command to plot the file. Some of this code is adapted from a more full-featured version by Bruce Ravel (available here https://github.com/bruceravel/gnuplot-mode; GPLv2). Thanks to everyone, including Christopher Gilbreth and Ralph Möritz, for sending suggestions, improvements, and fixes. ; Installation: Use package.el. You'll need to add MELPA to your archives: (require package) (add-to-list package-archives ("melpa" . "https://melpa.org/packages/") t) Alternatively, you can just save this file and do the standard (add-to-list load-path "/path/to/gnuplot-mode.el") ; Configuration: If you installed this via `package.el', you should take advantage of autoloading. You can customize features using `defvar and `eval-after-load', as illustrated below: ;; specify the gnuplot executable (if other than "gnuplot") (defvar gnuplot-program "/sw/bin/gnuplot") ;; set gnuplot arguments (if other than "-persist") (defvar gnuplot-flags "-persist -pointsize 2") ;; if you want, add a mode hook. e.g., the following turns on ;; spell-checking for strings and comments and automatically cleans ;; up whitespace on save. (eval-after-load gnuplot-mode (add-hook gnuplot-mode-hook (lambda () (flyspell-prog-mode) (add-hook before-save-hook whitespace-cleanup nil t)))) If you installed this file manually, you probably don't want to muck around with autoload commands. Instead, add something like the following to your .emacs: (require gnuplot-mode) ;; specify the gnuplot executable (if other than "gnuplot") (setq gnuplot-program "/sw/bin/gnuplot") ;; set gnuplot arguments (if other than "-persist") (setq gnuplot-flags "-persist -pointsize 2") ;; if you want, add a mode hook. e.g., the following turns on ;; spell-checking for strings and comments and automatically cleans ;; up whitespace on save. (add-hook gnuplot-mode-hook (lambda () (flyspell-prog-mode) (add-hook before-save-hook whitespace-cleanup nil t)))

emacs-restart-emacs 20201127.1425
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/iqbalansari/restart-emacs
Licenses:
Synopsis: Restart emacs from within emacs
Description:

Documentation at https://melpa.org/#/restart-emacs

emacs-haskell-emacs 20240205.2225
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/knupfer/haskell-emacs
Licenses:
Synopsis: Write emacs extensions in haskell
Description:

Documentation at https://melpa.org/#/haskell-emacs

emacs-emacsist-view 20160426.1223
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/lujun9972/emacsist-view
Licenses:
Synopsis: Mode for viewing emacsist.com
Description:

Documentation at https://melpa.org/#/emacsist-view

emacs-restart-emacs 20201127.1425
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/iqbalansari/restart-emacs
Licenses: GPL 3
Synopsis: Restart emacs from within emacs
Description:

This package provides a simple command to restart Emacs from within Emacs

emacs-restart-emacs 0.1.1-1.9aa90d3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/iqbalansari/restart-emacs
Licenses: GPL 3+
Synopsis: Restart Emacs from within Emacs
Description:

This package provides a simple command to restart Emacs from within Emacs.

emacs-bonjourmadame 20170919.1134
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/pierre-lecocq/bonjourmadame
Licenses:
Synopsis: Say "Hello ma'am!"
Description:

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

emacs-autobookmarks 20220509.1712
Propagated dependencies: emacs-dash@20250312.1307
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/Fuco1/autobookmarks
Licenses:
Synopsis: Save recently visited files and buffers
Description:

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

emacs-org2elcomment 20170324.945
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/cute-jumper/org2elcomment
Licenses:
Synopsis: Convert Org file to Elisp comments
Description:

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

emacs-tinysegmenter 20141124.1013
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/myuhe/tinysegmenter.el
Licenses:
Synopsis: Super compact Japanese tokenizer in Javascript ported to emacs lisp
Description:

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

emacs-seriestracker 20250315.1813
Propagated dependencies: emacs-dash@20250312.1307
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://www.github.com/MaximeWack/seriesTracker
Licenses:
Synopsis: Series tracker
Description:

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

emacs-jjdescription 20251011.159
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/necaris/jjdescription.el
Licenses:
Synopsis: Major mode for editing Jujutsu description files
Description:

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

emacs-wordreference 20241203.1648
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://codeberg.org/martianh/wordreference.el
Licenses:
Synopsis: Interface for wordreference.com
Description:

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

emacs-chronometrist 20240807.1850
Propagated dependencies: emacs-dash@20250312.1307 emacs-ts@20220822.2313
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://codeberg.org/contrapunctus/chronometrist
Licenses:
Synopsis: Friendly and powerful personal time tracker and analyzer
Description:

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

emacs-helm-flycheck 0.4-1.3cf7d3b
Propagated dependencies: emacs-dash@2.20.0 emacs-flycheck@34.1 emacs-helm@4.0.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/yasuyk/helm-flycheck
Licenses: GPL 3+
Synopsis: Show Flycheck errors with Helm
Description:

This integrates Flycheck with Helm.

emacs-pkgbuild-mode 1.0-snapshot
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/juergenhoetzel/pkgbuild-mode.git
Licenses: GPL 2+
Synopsis: Major mode for editing PKGBUILD files
Description:

Major mode for editing PKGBUILD files

emacs-ibuffer-tramp 20180127.2122
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: http://github.com/svend/ibuffer-tramp
Licenses:
Synopsis: Group ibuffer's list by TRAMP connection
Description:

Documentation at https://melpa.org/#/ibuffer-tramp

Total results: 8338