Config: add org-ql config, fix coding system of ripgrep

This commit is contained in:
trogloxene
2026-04-08 20:13:04 +08:00
parent f415371331
commit 73692fb225
7 changed files with 67 additions and 21 deletions

View File

@@ -18,8 +18,7 @@
(add-to-list 'consult-buffer-sources persp-consult-source))
(setq switch-to-prev-buffer-skip
(lambda (win buff bury-or-kill)
(not (persp-is-current-buffer buff))))
)
(not (persp-is-current-buffer buff)))))
(provide 'init-workspace)