File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1147,6 +1147,7 @@ ref:https://github.com/manateelazycat/toggle-one-window
11471147*** eshell 基本配置
11481148#+begin_src elisp
11491149 (use-package eshell
1150+ :disabled
11501151 :defer t
11511152 :custom
11521153 (eshell-kill-processes-on-exit t)
@@ -1189,6 +1190,7 @@ ref:https://github.com/manateelazycat/toggle-one-window
11891190
11901191#+begin_src elisp
11911192 (use-package em-hist
1193+ :disabled
11921194 :defer t
11931195 :custom
11941196 (eshell-history-size 10240)
@@ -1200,6 +1202,7 @@ ref:https://github.com/manateelazycat/toggle-one-window
12001202
12011203#+begin_src elisp
12021204 (use-package esh-mode
1205+ :disabled
12031206 :bind (:map eshell-mode-map
12041207 ("C-r" . consult-history)))
12051208#+end_src
@@ -1208,6 +1211,7 @@ ref:https://github.com/manateelazycat/toggle-one-window
12081211
12091212#+begin_src elisp
12101213 (use-package eshell-git-prompt
1214+ :disabled
12111215 :straight t
12121216 :after esh-mode
12131217 :config
@@ -1218,6 +1222,7 @@ ref:https://github.com/manateelazycat/toggle-one-window
12181222
12191223#+begin_src elisp
12201224 (use-package eshell
1225+ :disabled
12211226 :defer t
12221227 :config
12231228 (require 'em-dirs)
@@ -1907,6 +1912,13 @@ ref:https://github.com/manateelazycat/toggle-one-window
19071912 vars)))))
19081913#+end_src
19091914
1915+ *** cmake-integration 配置
1916+
1917+ #+begin_src elisp
1918+ (use-package cmake-integration
1919+ :straight (cmake-integration :type git :host github :repo "darcamo/cmake-integration"))
1920+ #+end_src
1921+
19101922** Rust 开发配置
19111923
19121924#+begin_src elisp
You can’t perform that action at this time.
0 commit comments