This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-07-24
Channels
is this the best way to check if I'm in a certain mode?
(when (eq major-mode 'clojure-mode)
(message "in clojure-mode"))
I looked for things like clojure-mode-p
, but coudn't find anything more compact.馃憤 1