From 422e24cc41af940ad9fc74a123899c0e4601596e Mon Sep 17 00:00:00 2001 From: bd Date: Fri, 5 Jan 2024 00:58:12 -0700 Subject: Added time string to eshell prompt --- .config/emacs/bd-emms.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config/emacs/bd-emms.el') 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) -- cgit v1.2.3