添加 dirvish 配置和其他调整
- 新增 init-dired.el 基础配置 - 调整 corfu 初始化方式 - 修改 dashboard 显示设置和快捷键 - 更新键位绑定 - 调整 org-journal 格式 - 修复 scratch buffer 模式设置 - 更新主题颜色
This commit is contained in:
@@ -29,11 +29,13 @@
|
||||
gud-mode
|
||||
vterm-mode)
|
||||
t))
|
||||
:hook ((after-init . global-corfu-mode)
|
||||
(global-corfu-mode . corfu-popupinfo-mode)
|
||||
:hook ((global-corfu-mode . corfu-popupinfo-mode)
|
||||
(global-corfu-mode . corfu-history-mode))
|
||||
|
||||
:init (global-corfu-mode)
|
||||
|
||||
:config
|
||||
(add-hook 'after-init-hook #'global-corfu-mode)
|
||||
;;Quit completion before saving
|
||||
(add-hook 'before-save-hook #'corfu-quit)
|
||||
(advice-add #'persistent-scratch-save :before #'corfu-quit)
|
||||
|
||||
Reference in New Issue
Block a user