dandavison / Magit Delta
Licence: mit
Use delta (https://github.com/dandavison/delta) when viewing diffs in Magit
Stars: ✭ 109
Projects that are alternatives of or similar to Magit Delta
Nord Emacs
An arctic, north-bluish clean and elegant Emacs theme.
Stars: ✭ 379 (+247.71%)
Mutual labels: emacs, color
Smart Scan
Jumps between other symbols found at point in Emacs
Stars: ✭ 110 (+0.92%)
Mutual labels: emacs
Chalk Animation
🎬 Colorful animations in terminal output
Stars: ✭ 1,489 (+1266.06%)
Mutual labels: color
Org Pandoc Import
Save yourself from non-org formats, thanks to pandoc
Stars: ✭ 111 (+1.83%)
Mutual labels: emacs
Monolog Colored Line Formatter
Colored/ANSI Line Formatter for Monolog
Stars: ✭ 108 (-0.92%)
Mutual labels: color
Company Irony
company-mode completion back-end for irony-mode
Stars: ✭ 110 (+0.92%)
Mutual labels: emacs
Smartparens
Minor mode for Emacs that deals with parens pairs and tries to be smart about it.
Stars: ✭ 1,529 (+1302.75%)
Mutual labels: emacs
Centered Window Mode
Keep your text centered when there's only one window.
Stars: ✭ 107 (-1.83%)
Mutual labels: emacs
Emacs Everywhere
System-wide popup Emacs windows for quick edits
Stars: ✭ 108 (-0.92%)
Mutual labels: emacs
Vscode Partial Diff
Visual Studio Code Extension. Take a diff of 2 parts of text(s)
Stars: ✭ 106 (-2.75%)
Mutual labels: diff
Tui.el
An experimental text-based UI framework for Emacs modeled after React - **requires emacs 26.1**
Stars: ✭ 108 (-0.92%)
Mutual labels: emacs
Ls colors
A collection of LS_COLORS definitions; needs your contribution!
Stars: ✭ 1,568 (+1338.53%)
Mutual labels: color
This Emacs package provides a minor mode which configures Magit to use delta when displaying diffs.
- Install delta.
- Install magit-delta from MELPA.
- Use
M-x magit-delta-mode
to toggle between using delta, and normal magit behavior. To activate it automatically:(add-hook 'magit-mode-hook (lambda () (magit-delta-mode +1)))
![]() |
If you run emacs as a terminal application (emacs -nw
) and colors are not being rendered correctly, then follow the instructions here: https://www.gnu.org/software/emacs/manual/html_node/efaq/Colors-on-a-TTY.html.
Credit
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].