feat: add highlighting in eshell , install eshell-syntax-highlighting
fix: typo in init-kbd.el
This commit is contained in:
@@ -27,6 +27,12 @@
|
||||
(:map corfu-map
|
||||
("RET" . nil)))
|
||||
|
||||
;; 在eshell中使用tab打开补全
|
||||
(add-hook 'eshell-mode-hook
|
||||
(lambda ()
|
||||
(setq-local corfu-auto nil)
|
||||
(local-set-key (kbd "TAB") 'completion-at-point)))
|
||||
|
||||
(use-package emacs
|
||||
:custom
|
||||
(tab-always-indent 'complete)
|
||||
|
||||
Reference in New Issue
Block a user