
- コンパクトで軽量な日本語ディストリビューション -
Vine Linux 4.2 以前におけるユーザ初期設定ファイル ~/.emacs.el には、 ユーザ用初期化ファイル ~/.emacs.my.el 1 があれば、 それを読み込む仕組みがありました。 Vine Linux 5 以降では、第3章 - Vine Linux のデフォルト設定:vine-default に移行したため、 ~/.emacs.my.el を読み込む仕組みは廃止しました。
もし過去の ~/.emacs.my.el を流用したい場合は、 以下のようにして ~/.emacs.my.el を読み込ませることができます。
(if (file-exists-p (expand-file-name "~/.emacs.my.el"))
(load (expand-file-name "~/.emacs.my.el") nil t nil))