What to do if I cannot find my emacs init file?

早过忘川 提交于 2019-11-27 05:22:56

C-x C-f ~/.emacs will take you to it.

See the Emacs manual, nodes Init File and Find Init.

To open your emacs init file, type M-: (find-file user-init-file) RET. If you only want to see its path, you can use C-h v user-init-file RET.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!