Emacs, scripting and anything text oriented.
Kaushal Modi

Posts categorized in ‘theme’ (1)

How to save a function name in a variable in elisp?

I have a couple of theme packages installed on my emacs but I would like to assign a default theme.

I set the zenburn theme via a function zenburn. I set the leuven theme via another function leuven. But in my emacs startup I didn’t want to hard-code either of these function and thus arose the need to set a variable to one of these functions.