Add more emacs keys

This commit is contained in:
js0ny 2025-02-20 01:52:04 +00:00
parent d9aa8fafdb
commit 0f7a700cac
4 changed files with 7 additions and 2 deletions

View file

@ -22,7 +22,7 @@
;; accept. For example:
;;
;; https://emacs-china.org/t/doom-emacs/23513/13
(setq doom-font (font-spec :family "Iosevka Nerd Font Propo" :size 14)
(setq doom-font (font-spec :family "LXGW WenKai Mono" :size 14)
doom-serif-font doom-font
doom-symbol-font (font-spec :family "LXGW WenKai Mono")
doom-variable-pitch-font (font-spec :family "LXGW WenKai Mono" :weight 'extra-bold))

View file

@ -21,4 +21,7 @@
(map! :leader
";" #'execute-extended-command
":" #'pp-eval-expression
"f h" #'consult-recent-file)
"f h" #'consult-recent-file
"b D" #'kill-some-buffers
"f c" #'doom/open-private-config
"f C" #'editorconfig-find-current-editorconfig)

View file

@ -53,3 +53,4 @@
:recipe (:host github :repo "copilot-emacs/copilot.el" :files ("*.el")))
(package! evil-matchit)
(package! rime)
(package! ox-typst)

View file

@ -10,6 +10,7 @@
"a" #'treemacs-create-file
"A" #'treemacs-create-dir
"c" #'treemacs-copy-file
"x" #'treemacs-move-file
"d" #'treemacs-delete-file
"r" #'treemacs-rename-file
"q" #'treemacs-quit