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

@@ -234,8 +234,7 @@ Example defines
;; be loaded before, otherwise both versions will be loaded and will
;; conflict.
(use-package org
:load-path (lambda() (list (concat user-emacs-directory "lisp/org/lisp")
(concat user-emacs-directory "lisp/org/contrib/lisp")))
:load-path ("lisp/org/lisp" "lisp/org/contrib/lisp")
:delight (org-mode "🅞") ;; "Org "
:defer t
:init
@@ -422,7 +421,7 @@ Example defines
(use-package org-cliplink
:after (org)
:load-path (lambda() (concat user-emacs-directory "lisp/org-cliplink"))
:load-path "lisp/org-cliplink"
:config
(defun my-org-link-description-update ()
"."