Hasliberg theme for Emacs has been designed for readability based on the LCH color space, to achieve a more homogenous color gradient for the theme.
This package provides SLIME's convenient M-.
and M-,
navigation in emacs-lisp-mode
, together with an elisp equivalent of slime-describe-symbol
.
This package provides tramp-auto-auth-mode
Emacs global minor mode whose purpose is to automatically feed TRAMP sub-processes with passwords for paths matching regexps.
This package generates drill cards based on an Org mode table in the current subtree. The cards are inserted under a new ``Cards'' heading in the current tree.
This package calculates a precise word count in org-mode by excluding unwanted elements such as code blocks, options, and drawers. The results are displayed on the modeline.
This package allows for bookmarking eshell
buffers. Upon visiting the bookmark, a new eshell
session will be opened in the appropriate directory if no eshell
session is active.
Spacemacs theme is an Emacs color theme that started as a theme for Spacemacs. The theme comes with dark and light variants and it should work well with 256 color terminals.
spacegray-theme
is an Emacs port of the Spacegray theme from Sublime Text. It features a dark blue/gray background and soft blue, green, orange and red as accent colors.
This is a collection of Evil bindings for the parts of Emacs that Evil does not cover properly by default, such as help-mode
, M-x calendar
, Eshell and more.
Smart Mode Line is a mode-line theme for Emacs. It aims to be easy to read from small to large monitors by using colors, a prefix feature, and smart truncation.
This package provides provides variants of eval-last-sexp
that work on the containing list or s-expression, as well as an option for visually flashing evaluated s-expressions.
clojure-ts-mode is an Emacs major mode that provides font-lock (syntax highlighting), indentation, and navigation support for the Clojure(Script) programming language, powered by the tree-sitter-clojure tree-sitter grammar.
emacs-evil-commentary
adds keybindings to easily comment out lines of code in evil mode. It provides gcc
to comment out lines, and gc
to comment out the target of a motion.
This package provides an optional extension to denote for naming files with a sequencing scheme. The idea is to establish hiearchical relationships between files, such that the contents of one logically follow or complement those of another.
Extension of ob-latex for supporting vectorial output for both ox-latex (inlined) and ox-html (through svg generation) backends. Note it also optionally support macros definition from emacs-ob-latexmacro through :usemacros t header argument.
This package generates and implements appealing SVG icons for the Emacs Speedbar. By default, it generates icons from the Font Awesome fontset. However, alternative fontsets may also be used, and the color of the icons may be customized.
Sage Shell mode provides an Emacs front-end for SageMath. It can run the Sage terminal inside Emacs, and allows editing .sage
source files with a dedicated major mode and sending their contents directly to that terminal.
The standard-themes are a pair of light and dark themes for GNU Emacs. They emulate the out-of-the-box looks of Emacs (which technically do not constitute a theme) while bringing to them thematic consistency, customizability, and extensibility.
This package permits navigation of undo
history in a temporary buffer, which is read-only save for undo
commands, and subsequent committal of a chain of undo
commands as a single edit in the undo
history.
This file provides a single function, scheme-smart-complete
, which you can use for intelligent, context-sensitive completion for any Scheme implementation in Emacs. To use it just load this file and bind that function to a key in your preferred mode.
Org Roam BibTeX is a library which offers a tighter integration between Org Roam, Helm-BibTeX, and Org Ref. It allows users to access their bibliographical notes in Org Roam directory via Helm BibTeX, Ivy BibTeX, or by opening Org Ref's cite:
links.
emacs-evil-quickscope
highlights targets for Evil mode’s f,F,t,T keys, allowing for quick navigation within a line. It is a port of quick-scope for Vim. Evil is an Emacs minor mode that emulates Vim features and provides Vim-like key bindings.
ace-window
is meant to replace other-window
. In fact, when there are only two windows present, other-window
is called. If there are more, each window will have its first character highlighted. Pressing that character will switch to that window.
This package allows you to get todo.org
into your magit status.
If you have a todo.org
file with TODO
items in the root of your repository, magit-org-todos
will create a section in your Magit status buffer with each of your todos.