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

@@ -24,6 +24,10 @@
(map! :map meow-normal-state-keymap
: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")
#+end_src
** Appearance settings
#+begin_src emacs-lisp