aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-ui.el
diff options
context:
space:
mode:
authorbard <[email protected]>2024-01-18 06:04:48 -0500
committerbard <[email protected]>2024-01-18 06:04:48 -0500
commit470c5a5fe3297f75850b5d07e8458ebea5cfb76d (patch)
tree30ab43d4f6c5d9a18818a2a25b01b7379c1a7ecd /bard-emacs-modules/bard-emacs-ui.el
parent7fa437a632b4d48dbfcc2309745369c5c7a2995f (diff)
fix keybind for fontaine
Diffstat (limited to 'bard-emacs-modules/bard-emacs-ui.el')
-rw-r--r--bard-emacs-modules/bard-emacs-ui.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/bard-emacs-modules/bard-emacs-ui.el b/bard-emacs-modules/bard-emacs-ui.el
index f266abb..0af2842 100644
--- a/bard-emacs-modules/bard-emacs-ui.el
+++ b/bard-emacs-modules/bard-emacs-ui.el
@@ -90,7 +90,7 @@
(dolist (hook '(modus-themes-after-load-theme-hook ef-themes-post-load-hook))
(add-hook hook #'fontaine-apply-current-preset))
-(define-key global-map (kbd "<f6>") #'fontaine-set-preset)
+(define-key global-map (kbd "<f7>") #'fontaine-set-preset)
;; Switching themes
;; (defun bard/disable-all-themes ()