This package tracks org-agenda-files precisely to speed-up org-agenda.
Pulsemixer is a PulseAudio mixer with command-line and curses-style interfaces with Emacs keybindings.
Provides commands to help open external terminal emulators in the directory of the current buffer.
This package provides an Emacs minor mode to highlight each source code identifier uniquely based on its name.
This meta-package propagates the TeX Live packages minimally required by the LaTeX output produced by Org mode.
ElementaryX: Elementary Emacs configuration coupled with Guix. Setup for nerd-icons. See also emacs-elementaryx-all-the-icons alternative.
This package provides the current day's name from the Swedish name day calendar. It is integrated with the Emacs calendar and diary.
This package allows you to execute org-mode source code blocks with eval-in-repl
. It can execute code blocks asynchronously, without needing to write the result into the buffer.
This minor mode highlights indentation levels via font-lock.
ElementaryX: Elementary Emacs configuration coupled with Guix. Dev minimal setup.
ElementaryX: Elementary Emacs configuration coupled with Guix. Minimal org-mode setup.
An Emacs interface to pass, the standard Unix password manager.
This package provides evil-mode
text objects for Python.
Tentative portable (latex and html) usage of vector pictures for org-mode.
This package provides an ESS-like binding to send lines or regions to a REPL from Javascript buffers.
Simple corfu as-you-type auto-suggestion candidate overlay with a visual indication of whether there are many or exactly one candidate available.
This package provides a minor mode that calls whitespace-cleanup
before saving the current buffer only if the whitespace in the buffer was initially clean.
emacs-git-messenger
provides git-messenger:popup-message
, a function that when called, will popup the last git commit message for the current line. This uses git-blame internally.
This package is a theme for emacs-spaceline
that recreates most of the segments available in that package using icons from emacs-all-the-icons
. Icon fonts allow for more tailored and detailed information in the mode line.
This package provides a hook variable switch-buffer-functions
. The hooks will be run when the current buffer is changed after an interactive command, i.e., when post-command-hook
hooks are run. The hooked functions will be called with both the previous and the current buffer.
This package provides a minor mode to highlight indentation levels via font-lock. Indent widths are dynamically discovered, which means this correctly highlights in any mode, regardless of indent width, even in languages with non-uniform indentation such as Haskell. This mode works properly around hard tabs and mixed indentation and behaves well in large buffers.
This package adds icons to completion candidates using the built-in completion metadata functions. For example, with this package, find-file
can display a file icon for each candidate based on the file type.
This package provides the ability to include files used by other programs in the candidate lists of commands like consult-recent-file
and consult-buffer
. This allows using the same interface for file opening.
On systems that comply with the XDG specification, these files are listed in the file recently-used.xbel
, which is found in the directory ~/.local/share
or the location described by the environment variable XDG_DATA_HOME
.
This library provides common desirable features using the Org interface for blocks and links: 0. A unified interface, the ‘defblock’ macro, for making new block and link types. 1. Colours: Regions of text and inline text can be coloured using 19 colours; easily extendable; below is an example. #+begin_red org /This/ *text* _is_ red! #+end_red 2. Multiple columns: Regions of text are exported into multiple side-by-side columns 3. Remarks: First-class visible editor comments 4. Details: Regions of text can be folded away in HTML 5. Badges: SVG badges have the pleasant syntax badge:key|value|colour|url|logo; only the first two are necessary. 6. Tooltips: Full access to Lisp documentation as tooltips, or any other documentation-backend, including user-defined entries; e.g., doc:thread-first retrives the documentation for thread-first and attachs it as a tooltip to the text in the HTML export and as a glossary entry in the LaTeX export 7. Various other blocks: Solution, org-demo, spoiler (“fill in the blanks”). This file has been tangled from a literate, org-mode, file; and so contains further examples demonstrating the special blocks it introduces. Full documentation can be found at https://alhassy.github.io/org-special-block-extras