hello, I came to increment the count of emacs users.
I come from Cursive because it made my life too simple and I love challenges.
Does anyone know the https://github.com/abo-abo/lispy command to turn
(comment (foo bar)
(xxx yyy))
into:
(foo bar)
(comment (xxx yyy))
Probably some form of lispy-barf
Welcome to emacs world. Life is difficult and fun with emacs.
Hey folks! Excuse the beginner here. 🙂 Any doom emacs users here? For the life of me I can't figure out how to choose a previous command in the Cider repl, previously this used to be ctrl-k (spacemacs) for me. Any ideas?
try ctrl-p
?
Nah text is read-only
is the output
If you like challenges then you probably won't want to read my book on using Emacs with Clojure. It will only make things easier, especially if you use Spacemacs https://practicalli.github.io/spacemacs/
Ah it was was ctrl-up
. I should read the docs. 🙂 https://docs.cider.mx/cider/repl/keybindings.html
I think ctrl-p
is very intuitive in emacs key chords.
M-p
/ M-n
in any sort of comint
interface c-p
/`c-n` moves the cursor; M-p
/`M-n` moves through history
I created a project using a clj template, and when I try to search through the files using projectile, all the files start from ./
, like ./src... etc. This odd behaviour only happens for this project. Any ideas what could be wrong ?