Skip to content

Commit

Permalink
Revert "Test bugfix"
Browse files Browse the repository at this point in the history
This reverts commit 1d8f0e9.
  • Loading branch information
Silex committed Nov 10, 2023
1 parent 1d8f0e9 commit 949d3ab
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Eldev
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,5 @@
(eldev-use-package-archive 'melpa)
(eldev-use-package-archive 'gnu-elpa)

(defun sanityinc/reload-previously-loaded-with-load-path-updated (orig pkg-desc)
(let ((load-path (cons (package-desc-dir pkg-desc) load-path)))
(funcall orig pkg-desc)))

(advice-add 'package--reload-previously-loaded :around
'sanityinc/reload-previously-loaded-with-load-path-updated)

(with-eval-after-load 'bytecomp
(setf byte-compile-warnings '(not docstrings)))

0 comments on commit 949d3ab

Please sign in to comment.