summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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