summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2025-09-21 19:34:47 +0100
committerjao <jao@gnu.org>2025-09-21 19:35:09 +0100
commitc986fbe8900cddafc5618a2dccffe8aae8bc5180 (patch)
tree077d49b5fc578ec2790f14436d3790ee36cd3e9f /init.el
parent8e2d4b9368237b7d356e491245c8445b59bfb4a9 (diff)
downloadelibs-c986fbe8900cddafc5618a2dccffe8aae8bc5180.tar.gz
elibs-c986fbe8900cddafc5618a2dccffe8aae8bc5180.tar.bz2
nit: diff-hl-margin-mode errors in nw
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 2 insertions, 2 deletions
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