This commit is contained in:
Zelong Kuang
2025-12-15 22:08:54 +11:00
parent 919a73e896
commit 41f46f8294
4 changed files with 38 additions and 3 deletions

View File

@@ -14,7 +14,4 @@
(global-set-key (kbd "s-k") #'kill-current-buffer)
(global-set-key (kbd "C-c q r") #'restart-emacs)
(when (eq system-type 'darwin)
(global-set-key (kbd "s-x") #'execute-extended-command))
(provide 'init-bindings)