diff options
-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 |