Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keybinding suggestions #183

Open
arichiardi opened this issue Jan 25, 2015 · 0 comments
Open

Keybinding suggestions #183

arichiardi opened this issue Jan 25, 2015 · 0 comments

Comments

@arichiardi
Copy link
Contributor

A couple of suggestions for this wonderful emacs bundle. I have noticed that clojure-mode's paredit-forward-down was masked in cider-mode and I had to define my:

(define-key cider-mode-map (kbd "C-M-i") nil)

Moreover, given that at the moment paredit-forward-down is bound to C-M-i and C-M-d I think it makes sense (also cause of the d letter) to bind live-paredit-delete-horizontal-space:

;; My clojure mode
(define-key clojure-mode-map (kbd "C-M-d") nil)
(define-key clojure-mode-map (kbd "C-M-d") 'live-paredit-delete-horizontal-space)

And a question: when I start working on a Clojure file auto-complete works as expected, but then, when I fire up a repl and the switch it off, auto-complete stops working. Do you know why?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant