DarthFennec / highlight-indent-guides

Emacs minor mode to highlight indentation
566 stars 27 forks source link

defadvice `enable-theme` rather than `load-theme` #114

Open Dickby opened 2 years ago

Dickby commented 2 years ago

load-theme is not the function that actually changes the theme. It even has an argument NO-ENABLE. enable-theme changes the theme and is run at the end of load-theme if NO-ENABLE is nil. defadvising load-theme has no effect at all if the theme was already loaded.