Reorganize files to use stow for installation #dotfiles
This commit is contained in:
14
emacs/.config/doom/+music.el
Normal file
14
emacs/.config/doom/+music.el
Normal file
@ -0,0 +1,14 @@
|
||||
;;; -*- lexical-binding: t; -*-
|
||||
;;;
|
||||
|
||||
(defvar counsel-spotify-client-id "515f0ff545a349bcadf98efab945972f")
|
||||
(defvar counsel-spotify-client-secret "7618bf445df14b568782b13e37cf63e6")
|
||||
|
||||
(map!
|
||||
(:leader
|
||||
(:desc "applications" :prefix "a"
|
||||
(:desc "music" :prefix "m"
|
||||
:desc "Play/Pause Music" "m" #'counsel-spotify-toggle-play-pause
|
||||
:desc "Next song" "n" #'counsel-spotify-plus-next
|
||||
:desc "Search songs" "s" #'counsel-spotify-search-track
|
||||
:desc "Search albums" "a" #'counsel-spotify-search-album))))
|
||||
Reference in New Issue
Block a user