mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43: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:
|
;; accept. For example:
|
||||||
;;
|
;;
|
||||||
;; https://emacs-china.org/t/doom-emacs/23513/13
|
;; 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-serif-font doom-font
|
||||||
doom-symbol-font (font-spec :family "LXGW WenKai Mono")
|
doom-symbol-font (font-spec :family "LXGW WenKai Mono")
|
||||||
doom-variable-pitch-font (font-spec :family "LXGW WenKai Mono" :weight 'extra-bold))
|
doom-variable-pitch-font (font-spec :family "LXGW WenKai Mono" :weight 'extra-bold))
|
||||||
|
|
|
||||||
|
|
@ -21,4 +21,7 @@
|
||||||
(map! :leader
|
(map! :leader
|
||||||
";" #'execute-extended-command
|
";" #'execute-extended-command
|
||||||
":" #'pp-eval-expression
|
":" #'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")))
|
:recipe (:host github :repo "copilot-emacs/copilot.el" :files ("*.el")))
|
||||||
(package! evil-matchit)
|
(package! evil-matchit)
|
||||||
(package! rime)
|
(package! rime)
|
||||||
|
(package! ox-typst)
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
"a" #'treemacs-create-file
|
"a" #'treemacs-create-file
|
||||||
"A" #'treemacs-create-dir
|
"A" #'treemacs-create-dir
|
||||||
"c" #'treemacs-copy-file
|
"c" #'treemacs-copy-file
|
||||||
|
"x" #'treemacs-move-file
|
||||||
"d" #'treemacs-delete-file
|
"d" #'treemacs-delete-file
|
||||||
"r" #'treemacs-rename-file
|
"r" #'treemacs-rename-file
|
||||||
"q" #'treemacs-quit
|
"q" #'treemacs-quit
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue