mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: update the key bindings of the modus-themes when I am testing them
This commit is contained in:
parent
96d19e1900
commit
9102584338
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue