The google-maps package displays Google Maps directly inside Emacs. It requires a Google Map Static API key to function.
This package provides daily journaling helpers. It is a bare-bones copy of the org-roam-dailies extension without org-roam.
Magit-delta provides a minor mode which configures emacs-magit to use delta for syntax highlighting when displaying diffs.
Evil Leader provides the <leader> feature from Vim that provides an easy way to bind keys under a configurable prefix key.
emacs-importmagic is an Emacs package inspired by thpython-importmagic library and PyCharm's ability to suggesimports for unresolved symbols.
An Emacs Lisp library for interacting with a Haskell language server such as haskell-language-server using Microsoft's Language Server Protocol.
This package is for people who use Anki as a spaced repetition system (SRS) but would like to make cards in Org mode.
This package provides convenient ways to interact with Claude from within Emacs, including sending commands, toggling the Claude window, and accessing slash commands.
ob-gptel is a backend for Org Babel. It provides an alternative interface to evaluate {gptel
This package provides an interface for viewing your Denote files that goes beyond using the standard Dired Emacs command to view your Denote directory.
dream-theme is a dark, clean theme for Emacs. It is inspired by zenburn, sinburn and similar themes, but slowly diverging from them.
plan9 is an Emacs theme with light colors and a classic look which is inspired by the colors of Plan 9 from Bell Labs.
The use-package macro allows you to isolate package configuration in your .emacs file in a way that is both performance-oriented and tidy.
This package provides support for the Puppet configuration language, including syntax highlighting, indentation of expressions and statements, linting of manifests and integration with Puppet Debugger.
This package provides a testeable Emacs Lisp API that wraps GNU Global calls and integration to editor using this API with project.el and xref.el.
This library provides a major-mode for viewing syslog files. You can highlight and filter the lines of the file by regular expressions and by timestamp.
This package provides both a basic major mode for editing CSound files, as well as a REPL for fast feedback when composing and sound-designing using CSound.
emacs-consult-lsp provides helpers for interactively selecting LSP workspace diagnostics, symbols, and file symbols from emacs-lsp-mode by leveraging emacs-consult APIs.
emacs-lsp-booster improves the performance of lsp-mode and eglot Emacs packages using a wrapper executable. See the home-page for configuration instructions.
This Emacs package provides a quick way to change the default directory for only the next invoked command. The directory selection can be done using Helm, Ido or Ivy.
This Emacs package allows you to show M-x speedbar in the same frame (in an extra window). You can customize the initial width of the speedbar window.
This package provides completion features that are not possible with lsp-mode and company-capf alone, including support for trigger characters and asynchronous fetching of completion candidates.
This package is a major mode for Emacs that provides syntax highlighting for SPARQL. It can also execute queries against a SPARQL HTTP endpoint, such as Fuseki or DBPedia.
emacs-wrap-region is a minor mode for Emacs that wraps a region with punctuations. For tagged markup modes, such as HTML and XML, it wraps with tags.