This commit is contained in:
Zelong Kuang
2025-12-12 07:16:21 +11:00
parent 64e91031f3
commit 8ac4896415
3 changed files with 14 additions and 0 deletions

View File

@@ -15,6 +15,10 @@
:leader "y" 'copy-from-above-command
:desc "Copy from above")
(map! :map meow-normal-state-keymap
"s-k" 'kill-current-buffer
:desc "Kill current buffer")
(pcase system-type
('darwin ; macOS
(setq doom-font (font-spec :family "Maple Mono" :size 20))