Fork me on GitHub
#emacs
<
2018-10-12
>
zalky17:10:24

Hey all: I need a function that is basically a predicate for whether or not I'm writing lisp code. I was thinking I could set a buffer local variable via a lisp-mode-hook, and then just check the value of that variable, but there's probably a easier way, no?