This commit is contained in:
Zelong Kuang
2026-02-22 20:44:07 +11:00
parent eece95c95e
commit b1cc14a607
6 changed files with 62 additions and 51 deletions

View File

@@ -15,6 +15,6 @@
(global-set-key (kbd "C-c q r") #'restart-emacs)
(global-set-key (kbd "C-c C-c") #'compile)
(global-set-key (kbd "C-x C-b") #'ibuffer)
;; (global-set-key (kbd "C-x C-b") #'ibuffer)
(provide 'init-bindings)