minor fix

This commit is contained in:
js0ny 2025-03-12 04:20:44 +00:00
parent 180de92998
commit b8df5bd6a0
3 changed files with 45 additions and 9 deletions

View file

@ -103,7 +103,7 @@
(add-to-list 'recentf-exclude "\\.#.+$")
(add-to-list 'recentf-exclude "^/tmp/")
(add-to-list 'recentf-exclude "COMMIT_EDITMSG\\'")
)[1][2]
)[1][2]
@ -131,13 +131,13 @@
)
(if (not (eq system-type 'windows-nt))
(if (eq system-type 'gnu/linux)
(use-package! rime
:config
(setq default-input-method "rime")
(add-hook! (org-mode markdown-mode) (activate-input-method default-input-method))
(setq rime-user-data-dir (expand-file-name "emacs-rime" (getenv "XDG_CONFIG_HOME")))
))
:config
(setq default-input-method "rime")
(add-hook! (org-mode markdown-mode) (activate-input-method default-input-method))
(setq rime-user-data-dir (expand-file-name "emacs-rime" (getenv "XDG_CONFIG_HOME")))
))
(load! "calendar.el")

View file

@ -10,10 +10,14 @@ move_visual_mark_down n
screen_down N
screen_up E
## Zoom
zoom_in =
### Search
next_item k
previous_item K
previous_item K
### Toggles
@ -21,7 +25,7 @@ toggle_fullscreen ,f
toggle_custom_color ,d
# toggle_dark_mode D
toggle_dark_mode ,D
## SyncTeX for LaTeX
## SyncTeX for LaTeX
toggle_synctex ,s
# Mark