Skip to content

Commit

Permalink
add-to-list
Browse files Browse the repository at this point in the history
  • Loading branch information
pkryger committed Nov 28, 2024
1 parent 39153ce commit 922cd9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ Set to stable melpa.org if you want stable.")
(unless (or (member (file-name-as-directory pkg-dir) load-path)
(member (directory-file-name pkg-dir) load-path))
(message "*** Adding: %s" pkg-dir)
(push pkg-dir load-path))))
(add-to-list 'load-path pkg-dir))))
(cond
((fboundp 'package--reload-previously-loaded) ;; Since Emacs-29
(advice-add 'package--reload-previously-loaded
Expand Down

0 comments on commit 922cd9d

Please sign in to comment.