diff options
author | jao <jao@gnu.org> | 2025-09-21 19:34:47 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-09-21 19:35:09 +0100 |
commit | c986fbe8900cddafc5618a2dccffe8aae8bc5180 (patch) | |
tree | 077d49b5fc578ec2790f14436d3790ee36cd3e9f | |
parent | 8e2d4b9368237b7d356e491245c8445b59bfb4a9 (diff) | |
download | elibs-c986fbe8900cddafc5618a2dccffe8aae8bc5180.tar.gz elibs-c986fbe8900cddafc5618a2dccffe8aae8bc5180.tar.bz2 |
nit: diff-hl-margin-mode errors in nw
-rw-r--r-- | init.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -51,7 +51,7 @@ warning-suppress-types '((comp))) ;;; Paths -(defvar jao-local-lisp-dir (jao-d-l "~/Library/elisp" "~/lib/elisp") +(defvar jao-local-lisp-dir (jao-d-l "~/.local/lib/elisp" "~/lib/elisp") "Directory for external elisp libraries and repos") (defvar jao-data-dir (expand-file-name "data" jao-emacs-dir) @@ -1555,7 +1555,7 @@ (add-hook 'magit-post-refresh-hook 'diff-hl-magit-post-refresh)) (global-diff-hl-mode 1) -(unless (display-graphic-p) (diff-hl-margin-mode 1)) +;; (unless (display-graphic-p) (diff-hl-margin-mode 1)) ;;;; magit/forge (use-package magit |