diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2018-11-14 16:43:30 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2018-11-14 16:45:20 +0100 |
| commit | 7c417fad2c3d694dc5465e127cc5a45e4101f4e3 (patch) | |
| tree | 8f9a283e790a55dd328226cd5de1c9599e1a63c6 /.emacs-custom.el | |
| parent | 7efc3746722f70193c4f56bf62051d4800c47c6e (diff) | |
| download | dotfiles-7c417fad2c3d694dc5465e127cc5a45e4101f4e3.tar.xz | |
Add VC hints in the margin
Diffstat (limited to '.emacs-custom.el')
| -rw-r--r-- | .emacs-custom.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.emacs-custom.el b/.emacs-custom.el index 4936b62..2ef8691 100644 --- a/.emacs-custom.el +++ b/.emacs-custom.el @@ -11,6 +11,7 @@ '(column-number-mode t) '(comint-scroll-show-maximum-output nil) '(delete-selection-mode t) + '(diff-hl-flydiff-mode t) '(dired-listing-switches "-al -Fhv --group-directories-first") '(ediff-merge-split-window-function (quote split-window-vertically)) '(ediff-split-window-function (quote split-window-horizontally)) @@ -26,6 +27,7 @@ '(git-commit-setup-hook (quote (git-commit-save-message git-commit-setup-changelog-support git-commit-turn-on-auto-fill git-commit-turn-on-flyspell git-commit-propertize-diff with-editor-usage-message my/buffer-justify-full))) + '(global-diff-hl-mode t) '(global-page-break-lines-mode t nil (page-break-lines)) '(hscroll-step 1) '(icomplete-mode t) @@ -49,7 +51,7 @@ ("gnu" . "http://elpa.gnu.org/packages/")))) '(package-selected-packages (quote - (rg delight paradox flycheck magit markdown-mode page-break-lines rust-mode wgrep))) + (diff-hl rg delight paradox flycheck magit markdown-mode page-break-lines rust-mode wgrep))) '(page-break-lines-modes (quote (fundamental-mode text-mode prog-mode special-mode))) '(paradox-execute-asynchronously t) '(paradox-github-token t) |
