init.el cleaning
This commit is contained in:
parent
3d89285e58
commit
f152a04f7f
2 changed files with 22 additions and 0 deletions
|
|
@ -48,6 +48,10 @@
|
|||
(setq tramp-default-method "sshx")
|
||||
|
||||
;; Windowスプリットするサイズを自動調整
|
||||
(use-package golden-ratio
|
||||
:ensure t
|
||||
:config
|
||||
(golden-ratio-mode 1))
|
||||
(golden-ratio-mode -1)
|
||||
(add-to-list 'golden-ratio-exclude-buffer-names " *NeoTree*")
|
||||
(add-to-list 'golden-ratio-exclude-buffer-names " *Ilist*")
|
||||
|
|
|
|||
18
inits/OLLAMA.md
Normal file
18
inits/OLLAMA.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# emacsの設定ファイルをuse-package仕様に
|
||||
- インストールされていないpackageはuse-packageにより自動インストールしたい
|
||||
- リファクタリングして欲しいファイルの一覧は以下になります
|
||||
/home/user/.emacs.d/00-reload.el
|
||||
/home/user/.emacs.d/10-iroiro.el
|
||||
/home/user/.emacs.d/10-theme.el
|
||||
/home/user/.emacs.d/11-vertico.el
|
||||
/home/user/.emacs.d/14-hokan.el
|
||||
/home/user/.emacs.d/20-gptel.el
|
||||
/home/user/.emacs.d/20-ollama-buddy.el
|
||||
/home/user/.emacs.d/23-aider.el
|
||||
/home/user/.emacs.d/40-git.el
|
||||
/home/user/.emacs.d/40-python.el
|
||||
/home/user/.emacs.d/40-rust.el
|
||||
/home/user/.emacs.d/50-faces-cui-gui-color.el
|
||||
/home/user/.emacs.d/61-mouse.el
|
||||
- 一つずつリファクタリングすれば処理が速いと思います
|
||||
|
||||
Loading…
Reference in a new issue