corgi-emacs / corgi

Unbundled Emacs configuration aimed at Clojure developers
181 stars 18 forks source link

Theme is being constantly overriden somehow.. #37

Closed Ramblurr closed 1 day ago

Ramblurr commented 1 day ago

This is strange, but the default tomorrow theme is like a zombie, I can't kill it.

Reproduction:

  1. Clone sample config:

    git clone https://github.com/lambdaisland/corgi /tmp/corgi
    cp -r /tmp/corgi/sample-config ~/.emacs.corgi
  2. Edit ~/.emacs.corg/init.el, and Replace these lines with:

    
    (use-package kanagawa-themes
      :ensure t
      :config
      (load-theme 'kanagawa-wave t))
  3. Open emacs: emacs --init-directory ~/.emacs.corgi

  4. Wait awhile for everything to clone and build

Result:

FWIW I am using GNU Emacs 29.4 on NixOS

Ramblurr commented 1 day ago

Ugh ok, sorry for the noise. I just purged all emacs config on my system, and also reinstalled emacs from scratch, and it is working now. I suspect there was some sort of caching going on.