Packages — E (Page 9 of 13)

Packages menu:

Browse alphabetically

0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

emacs-miniedit 2.0

This package provides a function that can be called from the minibuffer to enable editing the minibuffer input in another buffer with `text-mode' enabled. …

emacs-minimal 26.3

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…

emacs-minions 0.3.2

This package implements a menu that lists enabled minor-modes, as well as commonly but not currently enabled minor-modes. It can be used to toggle local and global minor-modes, to access mode-specific…

emacs-minitest 0.8.0-1.1aadb78

The minitest mode provides commands to run the tests for the current file or line, as well as rerunning the previous tests, or all the tests for a project. This package also…

emacs-mit-scheme-doc 20140203

This package provides a set of Emacs functions to search definitions of identifiers in the MIT-Scheme documentation. …

emacs-mixed-pitch 1.0.1

`mixed-pitch-mode' is a minor mode that enables mixing variable-pitch and fixed-pitch fonts in the same buffer. The list `mixed-pitch-fixed-pitch-faces' defines the faces that are kept fixed-pitch,everything else becomes variable-pitch. …

emacs-mkmcc-gnuplot-mode 1.2.0

`emacs-mkmcc-gnuplot-mode' is a minimal emacs major mode for editing gnuplot scripts. It provides syntax highlighting, indentation and a command to plot the file. …

emacs-mmm-mode 0.5.8

MMM Mode is a minor mode that allows multiple major modes to coexist in a single buffer. …

emacs-mmt 0.2.0

Emacs MMT is a package that contains classic tools for Emacs Lisp developers who want to write macros with convenience. …

emacs-mocker 0.3.1

Mocker.el is a framework for writing tests in Emacs Lisp. It uses regular Lisp rather than a domain specific language (DSL), which maximizes flexibility (at the expense of conciseness). …

emacs-modus-operandi-theme 0.11.0

Modus operandi is the light version of the Modus accessible themes for GNU Emacs. The contrast ratio between foreground and background values should always be greater than 7:1, which conforms with…

emacs-modus-vivendi-theme 0.11.0

Modus vivendi is the dark version of the Modus accessible themes for GNU Emacs. The contrast ratio between foreground and background values should always be greater than 7:1, which conforms with the…

emacs-moe-theme-el 1.0-1.6e086d8

This package provides vibrant color schemes with light and dark variants. …

emacs-monky 0.1

Monky provides an Emacs interface for Mercurial (Hg). Using Monky, you can selectively commit files, view the diffs, and other things. …

emacs-monroe 0.3.1

Monroe is a nREPL client for Emacs, focused on simplicity and easy distribution, primarily targeting Clojure users …

emacs-move-text 2.0.8

This package provide functions to move the current line using `M-up' or `M-down' if a region is marked, it will move the region instead. …

emacs-mpdel 1.0.0

MPDel provides an Emacs user interface to control playback (play, pause, next, volume) and display and control the current playlist as well as your stored playlists. …

emacs-mu4e-alert 1.0

This package provides desktop notifications for mu4e. Additionally it can display the number of unread emails in the mode-line. …

emacs-mu4e-conversation 0.0.1-5.98110bb

This package offers an alternate view to mu4e's e-mail display. It shows all e-mails of a thread in a single view, where each correspondent has their own face. Threads can…

emacs-mu4e-jump-to-list 1.0-1.358bba0

`mu4e-jump-to-list' allows you to select and view mailing lists automatically using existing List-ID headers in your mu database. Just press "l" in the headers view and any mailing list you've subscribed…

emacs-mu4e-patch 0.1.0-1.522da46

Extension for mu4e to colorize patch-like emails with diff-mode. This is based on Frank Terbeck's `gnus-article-treat-patch.el' but has been adapted to work with mu4e. …

emacs-multi 2.0.1

Provides Emacs Lisp with a form of polymorphism by way of predicate dispatching. Methods consist of a dispatch function, and a series of branches. The dispatch function is applied to the…

emacs-multi-term 1.5-0.017c77c

This package enhances `term.el' with the following features: 1. Functions to switch between multiple terminal buffers 2. List of keys to be intercepted by `emacs-multi-term' instead of by…

emacs-multiple-cursors 1.4.0

This package adds support to Emacs for editing text with multiple simultaneous cursors. …

emacs-mustache 0.23

Mustache templating library for Emacs, mustache is a simple web template system, which is described as a logic-less system because it lacks any explicit control flow statements, both looping and conditional evaluation…

emacs-mwim 0.4-0.b4f3edb

`mwim' provides several commands to switch between various line positions, like moving to the beginning/end of code, line, or comment. …

emacs-names 20151201.0-8.d8baba5

This package provides a macro that writes your namespaces for you. …

emacs-navi-mode 2.0-1.c1d38e8

This package provides an Emacs major-mode for easy buffer-navigation …

emacs-neotree 0.5.2

This Emacs package provides a folder tree view. …

emacs-next 27.0.91-0.c36c5a3

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…

emacs-nginx-mode 1.1.9

This package provides an Emacs major mode for editing nginx config files. …

emacs-nhexl-mode 1.5

This package implements NHexl mode, a minor mode for editing files in hex dump format. The mode command is called `nhexl-mode'. This minor mode implements similar functionality to `hexl-mode', but using…

emacs-nix-mode 1.4.4

`nixos-mode' provides an Emacs major mode for editing Nix expressions. It supports syntax highlighting, indenting and refilling of comments. …

emacs-nnreddit 0.0.1-1.9843f99

`https://www.reddit.com' backend for the Gnus newsreader. …

emacs-no-littering 1.0.3

The default paths used to store configuration files and persistent data are not consistent across Emacs packages, be them built-in or third-party ones. `no-littering' sets out to help clean `~/.emacs.d/' by putting…

emacs-no-x 26.3

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…

emacs-no-x-toolkit 26.3

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…

emacs-nodejs-repl 0.2.2

This program is derived from comint-mode and provides the following features: * TAB completion same as Node.js REPL * file name completion in string …

emacs-noflet 20170629-1.7ae84dc

`emacs-noflet' lets you locally override functions, in the manner of `flet', but with access to the original function through the symbol: `this-fn'. …

emacs-nov-el 0.3.1

`nov.el' provides a major mode for reading EPUB documents. Features: * Basic navigation (jump to TOC, previous/next chapter) * Remembering and restoring the last read position …

emacs-npm-mode 0.6.0

`npm-mode' provides a minor mode to work with `npm' projects. …

emacs-nswbuff 1.0-1.362da7f

This package allows for navigating between buffers within a customizable list. …

emacs-oauth2 0.13

This package provides an Elisp implementation of the OAuth 2.0 draft. The main entry point is `oauth2-auth-and-store' which will return a token structure. This token structure can be then used…

emacs-ob-erlang 20180827-1.f1a8c66

This package adds support for working with Erlang code blocks with `org-babel' in `org-mode'. …

emacs-ob-ipython 20180224

This package adds support to Org-Babel for evaluating Python source code using IPython. …

emacs-ob-restclient 0.02-1.5337666

This package integrates `restclient-mode' with Org. …

emacs-objed 0.8.3

`emacs-objed' allows navigating and editing text objects. It enables modal editing and composition of commands, too. It combines ideas of other Editors like Vim or Kakoune and tries to align…

emacs-olivetti 1.8.1

This package provides an Emacs minor mode that puts writing in the center. …

emacs-on-screen 1.3.3

Scrolling can be distracting because your eyes may lose orientation. This library implements a minor mode that highlights the previously visible buffer part after each scroll. …

emacs-openwith 0.0.1-0.aeb7878

This package enables you to associate file name patterns with external applications that are automatically invoked when you use commands like `find-file'. For example, you can have it open `png' files…

emacs-org 9.3.6

Org is an Emacs mode for keeping notes, maintaining TODO lists, and project planning with a fast and effective lightweight markup language. It also is an authoring system with unique support…

emacs-org-auto-expand 0.1-1.4938d5f

This package allows a customizable set of headings in Org files to be expanded upon opening them. …

emacs-org-beautify-theme 0.4

The theme adds padding between headings, increases the size of titles, strike through completed TODO headings, changes Org blocks, changes Org check boxes, and more. …

emacs-org-brain 0.5

`emacs-org-brain' implements a variant of concept mapping in Emacs, using `org-mode'. An org-brain is a network of org-mode entries, where each entry is a file or a headline, and you can…

emacs-org-bullets 0.2.4

This package provides an Emacs minor mode causing bullets in `org-mode' to be rendered as UTF-8 characters. …

emacs-org-caldav 0.0.0-1.a563500

Synchronize between events in Org files and a CalDAV calendar. …

emacs-org-contrib 20200213

Org is an Emacs mode for keeping notes, maintaining TODO lists, and project planning with a fast and effective plain-text system. This package is equivalent to org-plus-contrib, but only includes additional files that…

emacs-org-download 0.1.0-2.10c9d7c

This package provides utilities for managing image files copied into `org-mode' buffers. …

emacs-org-drill 2.7.0

This package uses spaced repetition algorithms to conduct interactive drill sessions to aid in memorization. In these sessions you are shown flash cards created in Org mode. …

emacs-org-edit-latex 0.8.0

`emacs-org-edit-latex' is an extension for org-mode. It lets you edit a latex fragment in a dedicated buffer just like editing a src block. …

emacs-org-emms 0.1-1.07a8917

This package provides a new org link type for playing back multimedia files from org-mode using EMMS, The Emacs Multimedia System. If the link contains a track position, playback will start…

emacs-org-generate 1.0.0

This package allows to generate files and folders from Emacs org-mode templates. …

emacs-org-jira 4.3.1

This package provides an extension to org-mode for syncing issues with JIRA issue servers. …

emacs-org-journal 2.0.0

Org Journal is a set of functions to maintain a simple personal diary / journal using in Emacs, adapted from `https://www.emacswiki.org/emacs/PersonalDiary'. Convenient bindings allow the creation of journal records in the current…

emacs-org-make-toc 0.5

This package facilitates the creation and maintenance of tables of contents. …

emacs-org-mind-map 0.0.1-1.9d6e262

This package creates Graphviz directed graphs from Org files. …

emacs-org-noter 1.4.1

This package lets you create notes that are kept in sync when you scroll through the document, but that are external to it---the notes themselves live in an Org-mode file. As…

emacs-org-now 0.1-pre-1.8f6b277

This package provides commands to show Org headings in a sidebar window while working on them. After defining one heading as the "now" heading, other headings can be refiled to it…

emacs-org-pomodoro 2.1.0-1.aa07c11

`emacs-org-pomodoro' adds very basic support for Pomodoro technique in Emacs org-mode. Run `M-x org-pomodoro' for the task at point or select one of the last tasks that you clocked time for. Each…

emacs-org-present 0.0.1

Org-present is an extremely minimalist presentation tool for Emacs org-mode. Simply layout your presentation with each slide under a top-level header, start the minor mode with `org-present', and page through each slide…

emacs-org-ql 0.3.2

This package provides a Lispy query language for Org files, allowing for actions to be performed based on search criteria. …

emacs-org-re-reveal 3.0.2

This project started as fork of org-reveal. It provides an export back-end for HTML presentations with reveal.js from Org mode source files. …

emacs-org-recent-headings 0.1

This package maintains a list of recently used Org headings, as well as functions for navigating between these headings. …

emacs-org-redmine 0.1-1.e77d013

This program provides an Emacs client for Redmine. …

emacs-org-ref 1.1.1-2.5bb9be2

Org Ref is an Emacs library that provides rich support for citations, labels and cross-references in Org mode. The basic idea of Org Ref is that it defines a convenient interface to…

emacs-org-reveal 20200607-1.84039bb

Org-Reveal is a `org-mode' extension that allows to create beautiful presentations (slides) with 3D effects from simple but powerful Org contents. …

emacs-org-rich-yank 0.2.1

This package provides a utility function for Org buffers that makes a `_SRC' block with the appropriate language annotation for code that has been copied from an Emacs major mode. …

emacs-org-roam 1.2.1

Emacs Org Roam is a solution for taking non-hierarchical notes with Org mode. Notes are captured without hierarchy and are connected by tags. Notes can be found and created quickly. …

emacs-org-sidebar 0.2

This package provides a sidebar for Org buffers. At the top is a chronological list of scheduled and deadlined tasks in the current buffer (similar to the Org agenda ,but without…

emacs-org-static-blog 1.3.0

`emacs-org-static-blog' is one more static blog generator, it focuses on being simple. All files are simple Org files in a directory. The only requirement is that every Org file must…

emacs-org-super-agenda 1.1.1-3.a87ca11

This package allows items in the Org agenda to be grouped into sections while preserving the structure imposed by any timestamps. …

emacs-org-superstar 1.3.0

This package prettifies headings and plain lists in Org mode. It is a direct descendant of `org-bullets', with most of the code base completely rewritten. Currently, this package prettifies Org heading…

emacs-org-tanglesync 0.6-2.d99181f

This package automatically pulls changes from source code to their corresponding tangled blocks. …

emacs-org-tree-slide 2.8.4-2.036a36e

Org-tree-slide provides a slideshow mode to view org-mode files. Use `org-tree-slide-mode' to enter the slideshow mode, and then `C->' and `C-<' to jump to the next and previous slide. …

emacs-org-trello 0.8.1

This package provides an Emacs minor mode to extend `org-mode' with Trello abilities. Trello is an online project organizer. …

emacs-org-web-tools 1.0

This package contains library functions and commands useful for retrieving web page content and processing it into Org-mode content. For example, you can copy a URL to the clipboard or kill-ring, then…

emacs-org2web 0.9.1

Org2web is a static site generator based on org-mode, which code derived from Kelvin H's org-page. …

emacs-orgalist 1.12

Orgalist writes and manages Org mode's plain lists in non-Org buffers. More specifically, it supports the syntax of Org mode for numbered, unnumbered, description items, checkboxes, and counter cookies. The library also…

emacs-orgit 1.5.3

This package defines several Org link types, which can be used to link to certain Magit buffers. Use the command `org-store-link' while such a buffer is current to store a link.…

emacs-origami-el 1.0-1.1f38085

This package provides a minor mode for collapsing and expanding regions of text without modifying the actual contents. …

emacs-outorg 2.0-1.78b0695

Outorg is for editing comment-sections of source-code files in temporary Org-mode buffers. It turns conventional literate-programming upside-down in that the default mode is the programming-mode, and special action has to be taken…

emacs-outshine 3.0.1

Outshine attempts to bring the look and feel of `org-mode' to an Emacs outside of the Org major-mode. It is an extension of `outline-minor-mode' (`org-mode' itself derives from outline-mode), so there…

emacs-ov 1.0.6

`ov.el' provides a simple way to manipulate overlays in Emacs. …

emacs-ox-epub 0.3

`ox-epub' extends the (X)HTML exporter to generate `.epub' files directly from OrgMode. This will export EPUB version 2, which should give broad compatibility. It should also be relatiely easy to…

emacs-ox-hugo 0.8

Ox-hugo is an Org exporter backend that exports Org to Hugo-compatible Markdown, Blackfriday, and also generates the front-matter in TOML or YAML format. …

emacs-ox-pandoc 20180510

`ox-pandoc' is an exporter for converting Org-mode files to numerous other formats via Pandoc. …

emacs-ox-twbs 1.1.1

This Emacs package outputs your org-mode docs with a simple, clean and modern look. It implements a new HTML back-end for exporting org-mode docs as HTML compatible with Twitter Bootstrap. …

emacs-pabbrev 4.2.1

The code provides a abbreviation expansion for Emacs. It is fairly similar to Dabbrev expansion, which works based on the contents of the current buffer (or other buffers). Predictive abbreviation expansion works…

emacs-package-lint 0.5-1.69bb89d

This provides a list of issues with the Emacs package metadata of a file, e.g. the package dependencies it requires. See function `package-lint-buffer'. Checks will currently be enabled only if a…

emacs-page-break-lines 0.11

This library provides a global mode which displays form feed characters as horizontal rules. …

Packages menu:

Browse alphabetically

0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z