emacs: update the key bindings of the modus-themes when I am testing them

This commit is contained in:
Protesilaos Stavrou 2025-04-07 07:27:51 +03:00
parent 96d19e1900
commit 9102584338
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 6 additions and 2 deletions

View file

@ -100,6 +100,8 @@
;; Also check `modus-themes-select'. To list the palette's colours,
;; use `modus-themes-list-colors', `modus-themes-list-colors-current'.
(define-key global-map (kbd "<f5>") #'modus-themes-toggle)))
(define-key global-map (kbd "<f5>") #'modus-themes-toggle)
(define-key global-map (kbd "C-<f5>") #'modus-themes-select)
(define-key global-map (kbd "M-<f5>") #'modus-themes-rotate)))
(provide 'prot-emacs-modus-themes)

View file

@ -1430,7 +1430,9 @@ Note that the ~prot-emacs-comment~ is there for my testing purposes
;; Also check `modus-themes-select'. To list the palette's colours,
;; use `modus-themes-list-colors', `modus-themes-list-colors-current'.
(define-key global-map (kbd "<f5>") #'modus-themes-toggle)))
(define-key global-map (kbd "<f5>") #'modus-themes-toggle)
(define-key global-map (kbd "C-<f5>") #'modus-themes-select)
(define-key global-map (kbd "M-<f5>") #'modus-themes-rotate)))
(provide 'prot-emacs-modus-themes)
#+end_src