Fork me on GitHub
#spacemacs
<
2017-01-27
>
jamieorc14:01:33

Also, how to make a search in buffer case sensitive?

chris19:01:17

you need evil-ex-case-search, the default is smart

chris19:01:34

or there is likely an equivalent for emacs mode

chris19:01:53

company-flx exists, although I’ve never used it so ymmv

ag19:01:20

does anyone use indirect buffers? so when I try to edit code in indirect buffer, it suddenly highlights all parens in the parent buffer. and I don’t know how to clear that

ag19:01:08

it does sometimes clear that automatically, sometimes it gets stuck

eggsyntax19:01:37

I do occasionally, don't recall having that problem. You might try evil-search-highlight-persist-remove-all, whatever that's bound to for you (I use : for it...maybe it's ; by default?)

ag19:01:03

I don’t think it’s evil-search-highlight… it lights up ALL parens, like the forms are horridly corrupt. I don’t ever see such thing since I have strict parens enabled, but with indirect buffers it happens. strangely I couldn’t reproduce it in emacs-lisp mode. but in clojurescript and clojure it does shit like that ;(