_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
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-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: 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-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-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-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-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-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-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-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-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-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-helm-flycheck 0.4-1.3cf7d3b
Propagated dependencies: emacs-dash@2.20.0 emacs-flycheck@35.0 emacs-helm@4.0.6
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-minimal-theme 20250921.2102
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: http://github.com/nullvec/minimal-theme
Licenses:
Synopsis: A light/dark minimalistic Emacs 24 theme
Description:

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

emacs-oceanic-theme 20161015.819
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/terry3/oceanic-theme
Licenses:
Synopsis: Oceanic theme
Description:

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

emacs-company-nginx 20220210.1411
Propagated dependencies: emacs-company@20251021.2211
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://repo.or.cz/company-nginx.git
Licenses:
Synopsis: Company-mode keywords support for nginx-mode
Description:

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

emacs-flymake-joker 20200315.1429
Propagated dependencies: emacs-flymake-quickdef@20200308.2342
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/beetleman/flymake-joker
Licenses:
Synopsis: Add Clojure syntax checker (via Joker) to flymake
Description:

Documentation at https://melpa.org/#/flymake-joker

emacs-ruby-electric 20250110.1017
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/ruby/elisp-ruby-electric
Licenses:
Synopsis: Minor mode for electrically editing ruby code
Description:

Documentation at https://melpa.org/#/ruby-electric

emacs-consult-notes 20251117.1511
Propagated dependencies: emacs-consult@20251123.1137 emacs-s@20220902.1511 emacs-dash@20250312.1307
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/mclear-tools/consult-notes
Licenses:
Synopsis: Manage notes with consult
Description:

Documentation at https://melpa.org/#/consult-notes

Total results: 8396