Skip to content

Commit

Permalink
Use org-table for commands in help
Browse files Browse the repository at this point in the history
  • Loading branch information
thierryvolpiatto committed Mar 24, 2021
1 parent 6a6d228 commit c952b5d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions helm-apt.el
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,12 @@ If nil default `helm-apt-cache-show-1' will be used."
** Commands
\\<helm-apt-map>
\\[helm-apt-show-all]\t\tShow all packages.
\\[helm-apt-show-only-installed]\t\tShow installed packages only.
\\[helm-apt-show-only-not-installed]\t\tShow non-installed packages only.
\\[helm-apt-show-only-deinstalled]\t\tShow uninstalled (not purged yet) packages only.")
|Keys|Description
|-----------+----------|
|\\[helm-apt-show-all]|Show all packages.
|\\[helm-apt-show-only-installed]|Show installed packages only.
|\\[helm-apt-show-only-not-installed]|Show non-installed packages only.
|\\[helm-apt-show-only-deinstalled]|Show uninstalled (not purged yet) packages only.")


(defvar helm-source-apt
Expand Down

0 comments on commit c952b5d

Please sign in to comment.