This commit is contained in:
2021-01-27 21:50:40 +01:00
parent d8336fbbae
commit 34f76c13d8
25 changed files with 109 additions and 159 deletions

View File

@@ -2,7 +2,7 @@
;;; Commentary:
;;; Code:
(use-package my
:load-path (lambda() (concat user-emacs-directory "lisp/my"))
:load-path "lisp/my"
:config
(with-eval-after-load 'org
(add-hook 'org-mode-hook 'my-org-link-color-hook)