emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
slipset 2021-02-18T12:04:11.076Z

So peeps on emacs and macos. How have you configured `Super` ? I realize that I now reveal myself as a total emacs n00b.

2021-02-18T12:11:00.077500Z

For us Norwegians, I think it’s difficult to have Super work alongside regular editing. I myself use evil-mode and other bindings to achieve the things that Super is usually used for

2021-02-18T12:11:43.078200Z

I rebind caps-lock to esc, but that could have been used for super instead I guess

slipset 2021-02-18T12:19:55.079Z

I’m on a us keyboard, and my caps is control. I guess I could map it to right-shift?

2021-02-18T12:22:14.080600Z

I tried that for a while; thinking I didn’t use it that much, but I apparently use it a lot! So it wasn’t a good option for me, but it may be different for you

vemv 2021-02-18T16:14:29.081200Z

what emacs are you on? GUI or terminal? I use GUI emacs, have three modifiers:

(when (eq system-type 'darwin)
  (setq mac-control-modifier 'super)
  (setq mac-option-modifier 'meta)
  (setq mac-command-modifier 'control))
(you might need to assign different values - IIRC my assignments are non-standard)

Bret Horne 2021-02-18T18:05:09.081500Z

I use a qmk board