更换emacs的主题为molokai
作者:互联网
目的:把emacs主题更换为一个 molokai 样式。
地址: https://github.com/hbin/molokai-theme
emacs的配置文件
wsl2的debian: ~/.emacs.d/init.el
windows下: C:\Users\jack\AppData\Roaming\.emacs.d\init.el
操作:
1、下载molokai-theme.el 并放到
~/.emacs.d/themes/
2、编辑 init.el
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/") (load-theme 'molokai t)
完成。
标签:load,el,molokai,init,theme,emacs,更换 来源: https://www.cnblogs.com/litifeng/p/16172584.html