mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
Add more emacs keys
This commit is contained in:
parent
d9aa8fafdb
commit
0f7a700cac
4 changed files with 7 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -53,3 +53,4 @@
|
|||
:recipe (:host github :repo "copilot-emacs/copilot.el" :files ("*.el")))
|
||||
(package! evil-matchit)
|
||||
(package! rime)
|
||||
(package! ox-typst)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue