diff --git a/inits/00-reload.el b/inits/00-reload.el index 5a43513..90258c5 100644 --- a/inits/00-reload.el +++ b/inits/00-reload.el @@ -1,3 +1,7 @@ +;; 00-reload.el +;; Use-package compatible configuration + +;; Reload the main init file (defun reload-init () "Reload the init file." (interactive) diff --git a/inits/OLLAMA.md b/inits/OLLAMA.md index acaeb60..74e4348 100644 --- a/inits/OLLAMA.md +++ b/inits/OLLAMA.md @@ -1,5 +1,6 @@ # emacsの設定ファイルをuse-package仕様に - インストールされていないpackageはuse-packageにより自動インストールしたい +- 処理を各ファイル個別に一つずつリファクタリングしてください - リファクタリングして欲しいファイルの一覧は以下になります /home/user/.emacs.d/00-reload.el /home/user/.emacs.d/10-iroiro.el @@ -14,5 +15,3 @@ /home/user/.emacs.d/40-rust.el /home/user/.emacs.d/50-faces-cui-gui-color.el /home/user/.emacs.d/61-mouse.el -- 一つずつリファクタリングすれば処理が速いと思います -