emacs 如何在打开c-mode 时自动打开 hs-minor-mode
发表于 : 2009-08-27 15:57
我在.emacs 文件想在打开emacs就开启 hs-minor-mode,
(hs-minor-mode t)
但出现这样的错误
“Fundamental Mode doesn't support Hideshow Minor Mode“
然后想想我只是c-mode下在需要代码折叠,想请教如何在打开c 文件时自动打开c-mode。
(hs-minor-mode t)
但出现这样的错误
“Fundamental Mode doesn't support Hideshow Minor Mode“
然后想想我只是c-mode下在需要代码折叠,想请教如何在打开c 文件时自动打开c-mode。