_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
emacs-markdown-toc 20210905.738
Propagated dependencies: emacs-s@1.13.0 emacs-dash@2.19.1 emacs-markdown-mode@2.6
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: 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-helm-flycheck 0.4-1.3cf7d3b
Propagated dependencies: emacs-dash@2.19.1 emacs-flycheck@34.1 emacs-helm@4.0
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-django-manage 0.1
Propagated dependencies: emacs-hydra@0.15.0
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/gopar/django-manage.git
Licenses: GPL 3+
Synopsis: Django minor mode for commanding manage.py
Description:

Django minor mode for commanding manage.py

emacs-flymake-popon 0.5.1
Propagated dependencies: emacs-popon@0.13 emacs-posframe@1.4.4
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://codeberg.org/akib/emacs-flymake-popon
Licenses: GPL 3+
Synopsis: Flymake diagnostics on cursor hover
Description:

This package shows Flymake diagnostics on cursor hover.

emacs-ob-restclient 0.02-3.1b021ce
Propagated dependencies: emacs-restclient@0-4.1fb5706
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/alf/ob-restclient.el
Licenses: GPL 3+
Synopsis: Org-babel functionality for @code{restclient-mode}
Description:

This package integrates restclient-mode with Org.

emacs-flymake-guile 0.1.2-3.9d91f43
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://git.sr.ht/~akagi/flymake-guile
Licenses: GPL 3+
Synopsis: Flymake backend for GNU Guile
Description:

This package provides a Flymake backend for GNU Guile.

emacs-company-plisp 20200531.1927
Propagated dependencies: emacs-s@1.13.0 emacs-company@1.0.2 emacs-dash@2.19.1
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://gitlab.com/sasanidas/company-plisp
Licenses: GPL 3
Synopsis: Company mode backend for PicoLisp language
Description:

Backend for company mode for the PicoLisp programming language

emacs-nice-defaults 0.2.1
Channel: guixrus
Location: guixrus/packages/emacs.scm (guixrus packages emacs)
Home page: https://git.sr.ht/~whereiseveryone/nice-defaults
Licenses: GPL 3+
Synopsis: Nice defaults for Emacs
Description:

emacs-nice-defaults provides some nice defaults for Emacs.

emacs-doom-snippets 0-0.afe549b
Propagated dependencies: emacs-yasnippet@0.14.1
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://github.com/hlissner/doom-snippets
Licenses: Expat
Synopsis: Doom Emacs' Snippet Library
Description:

This repository contains the yasnippet snippets library for Doom Emacs.

emacs-exwm-modeline 0.1.3
Propagated dependencies: emacs-exwm@0.32
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/SqrtMinusOne/exwm-modeline
Licenses: GPL 3+
Synopsis: Modeline segment for EXWM
Description:

This package provides a modeline segment to display EXWM workspaces.

emacs-chatgpt-shell 2.9.1
Propagated dependencies: emacs-shell-maker@0.74.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/xenodium/chatgpt-shell
Licenses: GPL 3+
Synopsis: ChatGPT and DALL-E Emacs shells and Org Babel libraries
Description:

Chatgpt Shell is a Comint-based ChatGPT shell for Emacs.

emacs-tinysegmenter 0.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/myuhe/tinysegmenter.el
Licenses: Modified BSD
Synopsis: Compact Japanese tokenizer in Emacs Lisp
Description:

This package provides functions for tokenizing Japanese text in Emacs buffers.

emacs-slack-patched 0.0.2-8.ea89ac4
Propagated dependencies: emacs-alert@1.3 emacs-emojify@1.2 emacs-helm@4.0 emacs-request@0.3.2-1.3336eaa emacs-websocket@1.15 emacs-oauth2@0.17 emacs-circe@2.13-1.cc630eb
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: https://github.com/yuya373/emacs-slack
Licenses: GPL 3+
Synopsis: Slack client for Emacs
Description:

This package provides an Emacs client for the Slack messaging service.

emacs-wavedrom-mode 0.1.0
Channel: electronics
Location: electronics/packages/emacs-xyz.scm (electronics packages emacs-xyz)
Home page: https://github.com/gmlarumbe/wavedrom-mode
Licenses: GPL 3+
Synopsis: Extensions to emacs vhdl-mode
Description:

This package provides useful extensions on top of emacs vhdl-mode.

emacs-url-http-ntlm 2.0.5
Propagated dependencies: emacs-ntlm@2.1.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://elpa.gnu.org/packages/url-http-ntlm.html
Licenses: GPL 3+
Synopsis: NTLM authentication for the url library
Description:

This package provides a NTLM handler for the URL package.

emacs-visual-regexp 1.1.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/benma/visual-regexp.el/
Licenses: GPL 3+
Synopsis: Regexp command with interactive visual feedback
Description:

This package provides an Emacs regexp command with interactive visual feedback.

emacs-eshell-toggle 0.10.0-1.ddfbe0a
Propagated dependencies: emacs-dash@2.19.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/4DA/eshell-toggle
Licenses: GPL 3+
Synopsis: Show and hide an @code{eshell} instance
Description:

This package toggles an eshell instance for the current buffer.

emacs-flycheck-rust 1.1
Propagated dependencies: emacs-dash@2.19.1 emacs-flycheck@34.1 emacs-let-alist@1.0.6
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/flycheck/flycheck-rust
Licenses: GPL 3+
Synopsis: Rust/Cargo support for Flycheck
Description:

This Flycheck extension configures Flycheck automatically for the current Cargo project.

Total results: 2152