Skip to content

Commit

Permalink
tweak(core): minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 18, 2024
1 parent 0ec668a commit d428aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/me-lib-extra.el
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ it forget them only when we are sure they don't exist."
(defun +list-external-dependencies ()
"Show the list of declared external dependencies."
(interactive)
(unless (featurep 'me-external-tools) (+load minemacs-core-dir "me-external-tools.el"))
(require 'me-external-tools)
(with-current-buffer (get-buffer-create "*external-dependencies*")
(read-only-mode -1)
(delete-region (point-min) (point-max))
Expand Down

0 comments on commit d428aa6

Please sign in to comment.