From c986fbe8900cddafc5618a2dccffe8aae8bc5180 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 21 Sep 2025 19:34:47 +0100 Subject: nit: diff-hl-margin-mode errors in nw --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index eb710f8..3cf563b 100644 --- a/init.el +++ b/init.el @@ -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 -- cgit v1.2.3