Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これは私の.emacsです。それでも、開いたときに行番号が読み込まれません。そのようなオプションを有効にするには、「Mx linum-mode」が必要です。何か案は?
これを試して:
(require 'linum) ;; you miss this line (global-linum-mode 1)
最終的に、 Linum を有効にする別の方法を確認できます。
.emacslinum-mode を有効にするための呼び出しの前にバグがあるのでしょうか? たとえば、load指定したファイル名がファイルではなくディレクトリを指しているように見えるため、Tuareg-mode は疑わしいように見えます。IOW、バッファを確認するか、.emacs以外の*Messages*すべてを削除してみてください。(global-linum-mode 1)
.emacs
load
*Messages*
(global-linum-mode 1)