diff options
author | bd <bdunahu@gmail.com> | 2024-01-05 00:58:12 -0700 |
---|---|---|
committer | bd <bdunahu@gmail.com> | 2024-01-05 00:58:12 -0700 |
commit | 422e24cc41af940ad9fc74a123899c0e4601596e (patch) | |
tree | 1861092165655b2552941422373305b6d03e6f21 /.config/emacs/bd-emms.el | |
parent | 749d18a05af98a51d468ffebd7b0e27b86a7d3cb (diff) |
Added time string to eshell prompt
Diffstat (limited to '.config/emacs/bd-emms.el')
-rw-r--r-- | .config/emacs/bd-emms.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/emacs/bd-emms.el b/.config/emacs/bd-emms.el index cc414ab..573f275 100644 --- a/.config/emacs/bd-emms.el +++ b/.config/emacs/bd-emms.el @@ -20,9 +20,9 @@ playback." (emms-shuffle)) (use-package emms - :bind (("C-c C-m" . 'emms-open-playlist-buffer) - ("C-c C-p" . 'emms-play-playlist) - ("C-c C-s" . 'emms-quickstart)) + :bind (("C-z C-m" . 'emms-open-playlist-buffer) + ("C-z C-p" . 'emms-play-playlist) + ("C-z C-s" . 'emms-quickstart)) :config (emms-all) (add-to-list 'emms-info-functions 'emms-info-functions 'emms-info-mpd) |