Change how doom/info lists private packages
This commit is contained in:
parent
c8cd94a5d2
commit
fff4968da9
2 changed files with 14 additions and 10 deletions
|
@ -131,10 +131,10 @@ was installed with."
|
|||
;;
|
||||
;;; Package list getters
|
||||
|
||||
(defun doom--read-module-packages-file (file &optional eval noerror)
|
||||
(defun doom--read-module-packages-file (file &optional noeval noerror)
|
||||
(with-temp-buffer ; prevent buffer-local settings from propagating
|
||||
(condition-case e
|
||||
(if (not eval)
|
||||
(if (not noeval)
|
||||
(load file noerror t t)
|
||||
(when (file-readable-p file)
|
||||
(insert-file-contents file)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue