Fork me on GitHub
#emacs
<
2020-09-07
>
sogaiu00:09:02

after trying spacemacs and doom i also went back to my own setup, but adopted straight.el (thanks to doom and an ex-doom user). i also try to use use-package. i appreciate the existence of prelude, spacemacs, doom, etc. as they help to show what is possible.

vemv11:09:37

What's a great package for highlighting the current word? e.g. POINT is over foo which is an arg of the defn that I'm touching I should see all foos within that defn, but ideally not outside the defn. Also it should understand well what the word boundaries are, for clojure :)

vemv12:09:42

nice, appreciate the alternative approach!

dakra11:09:35

@vemv https://github.com/wolray/symbol-overlay you can (setq symbol-overlay-scope t) if you only want to highlight in the current function scope

vemv11:09:53

looks ace thanks! nice contributors list