mirror of
https://github.com/larstvei/Try.git
synced 2024-11-26 11:38:30 +00:00
Add autoload to try-and-refresh
This commit is contained in:
parent
ba3b4c3e58
commit
7989e0d111
1
try.el
1
try.el
@ -106,6 +106,7 @@
|
|||||||
(pkgs (mapcar f archive)))
|
(pkgs (mapcar f archive)))
|
||||||
(completing-read "url or package: " pkgs)))
|
(completing-read "url or package: " pkgs)))
|
||||||
|
|
||||||
|
;;;###autoload
|
||||||
(defun try-and-refresh ()
|
(defun try-and-refresh ()
|
||||||
"Refreshes package-list before calling `try'."
|
"Refreshes package-list before calling `try'."
|
||||||
(interactive)
|
(interactive)
|
||||||
|
Loading…
Reference in New Issue
Block a user