Config: fix fix-theme-colors.el

This commit is contained in:
User
2026-03-31 07:54:08 +08:00
parent 25a95c87b2
commit fdd6243bd3
2 changed files with 35 additions and 13 deletions

View File

@@ -342,7 +342,6 @@ Disable jinx-mode if it's enable and global-jinx-mode is disable , otherwise tog
(local-set-key (kbd "<prior>") 'emms-previous)
(local-set-key (kbd "<next>") 'emms-next)))
(defun switch-to-emms-playlist()
"Switch to emms playlist."
(interactive)
@@ -351,7 +350,6 @@ Disable jinx-mode if it's enable and global-jinx-mode is disable , otherwise tog
(global-set-key (kbd "C-c m d") 'my-emms-play-directory)
(provide 'init-kbd)
;;; init-kbd.el ends here