Fix cmd keys

This commit is contained in:
Joe Frikker
2026-01-05 11:10:40 -05:00
parent 81ed779718
commit cd06038a78

View File

@@ -697,7 +697,7 @@ Use variable-width fonts in text buffers. ~mixed-pitch-mode~ keeps most code blo
| s-F | Switch project (C-x p p) |
| S-s | Switch tab (C-x t RET) |
,#+BEGIN_SRC elisp :noweb no :noweb-ref emacs_config
#+BEGIN_SRC elisp :noweb no :noweb-ref emacs_config
(bind-keys ("s-f" . project-find-file)
("s-F" . project-switch-project))
(bind-keys :map tab-bar-mode-map