why cant emacs 24 find a custom theme I added?

前端 未结 4 1034
难免孤独
难免孤独 2021-02-04 12:10

My entire emacs setup is here

I loaded my init-theme.el file here

And supposedly that should make the darkclean theme available.

But when I type M-

4条回答
  •  无人及你
    2021-02-04 12:56

    init-themes has commented out the load path.

    I have this (add-to-list 'custom-theme-load-path "~/.emacs.d/themes") and i think it found all my themes with M-x load-theme, enter then hit tab to see all the themes.

    there was no search in the github for your repo, so i couldn't grep to see if you are doing it elsewhere. Also is your darkclean compatible with a 24 theme?

    Edit: 1

    actually i thought of another debug technique to rule out it being darkclean vs setup. put into your directory the solarized theme and if you don't see it in your load-theme you know it's you and not a theme, as solarized worked for me this way on emacs 24.

    I don't enjoy it, and prefer wombat actually.

提交回复
热议问题