emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
2020-06-25T12:28:11.489900Z

hello, I came to increment the count of emacs users.

🙌 3
2020-06-25T12:29:18.490500Z

I come from Cursive because it made my life too simple and I love challenges.

💪 2
Casey 2020-06-25T12:51:10.492500Z

Does anyone know the https://github.com/abo-abo/lispy command to turn

(comment (foo bar)
         (xxx yyy))
into:
(foo bar)
(comment (xxx yyy))

thom 2020-06-28T11:19:04.010900Z

Probably some form of lispy-barf

2020-06-25T13:19:40.493300Z

Welcome to emacs world. Life is difficult and fun with emacs.

Rameez 2020-06-25T13:46:43.494900Z

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?

dpsutton 2020-06-25T13:50:41.495200Z

try ctrl-p?

Rameez 2020-06-25T13:51:42.495600Z

Nah text is read-only is the output

practicalli-john 2020-06-25T13:52:18.495700Z

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/

👍 1
Rameez 2020-06-25T14:00:49.496300Z

Ah it was was ctrl-up . I should read the docs. 🙂 https://docs.cider.mx/cider/repl/keybindings.html

2020-06-25T14:59:06.497800Z

I think ctrl-p is very intuitive in emacs key chords.

👍 1
hugo 2020-06-25T15:32:54.498400Z

M-p / M-n

mtm 2020-06-25T16:23:44Z

in any sort of comint interface c-p/`c-n` moves the cursor; M-p/`M-n` moves through history

murtaza52 2020-06-25T18:48:11.002200Z

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 ?