supeedbarを使うとディレクトリやファイルを
emacsで表示してくれます。
デフォルトの設定では、表示されない拡張子 が
あるので、.emacsに追加。
(require 'sr-speedbar)
(speedbar-add-supported-extension '(".txt" ".tex" ))
(global-set-key [f11] 'speedbar) ;F11キーで表示、非表示
起動時の画面のときにGNUのロゴや
ウィンドウが分割されてたりするので、それを無効化。
(setq inhibit-startup-message t)
Emacsのパッケージをemacsのコマンドからインストール
参考リンク:rubikitch
(require 'auto-install)
(setq auto-install-directory "~/.emacs.d/auto-install/")
(auto-install-update-emacswiki-package-name t)
(auto-install-compatibility-setup) ; 互換性確保
emacsで表示してくれます。
デフォルトの設定では、表示されない拡張子 が
あるので、.emacsに追加。
(require 'sr-speedbar)
(speedbar-add-supported-extension '(".txt" ".tex" ))
(global-set-key [f11] 'speedbar) ;F11キーで表示、非表示
起動時の画面のときにGNUのロゴや
ウィンドウが分割されてたりするので、それを無効化。
(setq inhibit-startup-message t)
Emacsのパッケージをemacsのコマンドからインストール
参考リンク:rubikitch
(require 'auto-install)
(setq auto-install-directory "~/.emacs.d/auto-install/")
(auto-install-update-emacswiki-package-name t)
(auto-install-compatibility-setup) ; 互換性確保