branch: externals/system-packages
commit ba902ce6602649aefda675e3c3cfcf20ac7995f2
Author: Alex Branham <[email protected]>
Commit: Alex Branham <[email protected]>
Mention helm-system-packages in commentary and README
---
README.org | 2 ++
system-packages.el | 3 +++
2 files changed, 5 insertions(+)
diff --git a/README.org b/README.org
index 336b604..400ad23 100644
--- a/README.org
+++ b/README.org
@@ -87,3 +87,5 @@ You may then need to adjust =system-packages-package-manager=
and
(setq system-packages-use-sudo t)
(setq system-packages-package-manager "pacaur")
#+END_SRC
+* See also
+Helm users might like
[[https://github.com/emacs-helm/helm-system-packages][helm-system-packages]]
diff --git a/system-packages.el b/system-packages.el
index c21b81b..0387e8b 100644
--- a/system-packages.el
+++ b/system-packages.el
@@ -31,6 +31,9 @@
;; functions include installing packages, removing packages, listing
;; installed packages, and others.
+;; Helm users might also be interested in helm-system-packages.el
+;; <https://github.com/emacs-helm/helm-system-packages>
+
;; Usage:
;; (require 'system-packages)