All Projects → dandavison → Magit Delta

dandavison / Magit Delta

Licence: mit
Use delta (https://github.com/dandavison/delta) when viewing diffs in Magit

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
Emacs Vdiff
Like vimdiff for Emacs
Stars: ✭ 165 (+51.38%)
Mutual labels:  emacs, diff
Slime
The Superior Lisp Interaction Mode for Emacs
Stars: ✭ 1,541 (+1313.76%)
Mutual labels:  emacs
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 Brain
Org-mode wiki + concept-mapping
Stars: ✭ 1,512 (+1287.16%)
Mutual labels:  emacs
Json Git
A pure JS local Git to versionize any JSON
Stars: ✭ 109 (+0%)
Mutual labels:  diff
Jeison
An Emacs library for declarative JSON parsing
Stars: ✭ 106 (-2.75%)
Mutual labels:  emacs
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
Reason Mode
Emacs major mode for working with ReasonML
Stars: ✭ 108 (-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
Web Mode
web template editing mode for emacs
Stars: ✭ 1,470 (+1248.62%)
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
Lsp Pyright
lsp-mode ❤️ pyright
Stars: ✭ 111 (+1.83%)
Mutual labels:  emacs

This Emacs package provides a minor mode which configures Magit to use delta when displaying diffs.

  1. Install delta.
  2. Install magit-delta from MELPA.
  3. 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)))
    


image

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].