Fork me on GitHub
#emacs
<
2016-02-28
>
fenton03:02:53

thanks! i settled on 'highlight-parenthesis' package, with some custom colors. I like that it only highlights my current sexp and dynamically changes depending on which sibling sexp I'm in. I found show-parens-mode redundant with this. I also tried the show-parens-mode 'expression' which was okay, but it killed the syntax highlighting, which i didn't like.

fenton03:02:20

do other people use lispy for structural editing?

fenton03:02:57

@jethroksy: yeah, i figured that here would have some of the best emacsen being already clojure fans! simple_smile

fenton03:02:21

i really don't like other-window function C-x o. So i wanted to use ace-window, but i can't override A-p in the cider REPL buffer...hmmm

fenton03:02:08

(define-key cider-repl-mode-map (kbd "A-p") 'ace-window) doesn't work 😞

fenton03:02:29

ooops rookie mistake...duh M-p works! yay!