clean up
This commit is contained in:
@@ -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 ()
|
||||
"."
|
||||
|
||||
Reference in New Issue
Block a user