[streamlink] Revise layer

This commit is contained in:
Maxi Wolff 2021-09-11 22:45:17 +02:00
parent 069fa87583
commit d9fde24ae1
No known key found for this signature in database
GPG Key ID: 2DD07025BFDBD89A
2 changed files with 3 additions and 5 deletions

View File

@ -23,4 +23,4 @@ file.
| Key Binding | Description |
|---------------+--------------------------|
| ~SPC a w s o~ | Open URL with streamlink |
| ~SPC a w s s~ | Open URL with streamlink |

View File

@ -1,4 +1,4 @@
;;; packages.el --- streamlink layer packages file for Spacemacs.
;;; packages.el --- Streamlink Layer Packages File For Spacemacs.
;;
;; Copyright (c) 2021 Sylvain Benner & Contributors
;;
@ -20,8 +20,6 @@
;; You should have received a copy of the GNU General Public License
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;; Code:
(defconst streamlink-packages
'(streamlink))
@ -31,4 +29,4 @@
:init (progn
(spacemacs/declare-prefix "aws" "stream")
(spacemacs/set-leader-keys
"awso" 'streamlink-open-url))))
"awss" 'streamlink-open-url))))