This commit is contained in:
2026-01-19 01:23:12 +08:00
parent 047d6048e8
commit 9aff8bacd7
4 changed files with 8 additions and 11 deletions
+4 -1
View File
@@ -89,7 +89,10 @@
(when (eq system-type 'darwin)
;; Use Command key as Meta
(setq mac-command-modifier 'meta
mac-option-modifier 'super))
u mac-option-modifier 'super)
;; Enable menu-bar for yabai tiling compatibility
;; Without this, yabai can't detect Emacs windows properly
(menu-bar-mode 1))
;; Better defaults for coding
(setq-default indent-tabs-mode nil