Fork me on GitHub
#emacs
<
2018-01-28
>
qqq07:01:49

What's a good emacs theme where the bg is completely black?

qqq07:01:02

Many of the *-dark themes have a dark gray, but not pure black bg.

felipebarros07:01:23

@qqq try cyberpunk-theme, which is the official theme of emacs-live

kitallis16:01:01

does anyone know how to do to multi-sexp raise-sexp?

qqq16:01:40

I think lispy has a "multi cursor" setup

kitallis16:01:51

oh, with paredit, I mean

qqq16:01:04

funny, as I've been thinking this exact problem past few days

kitallis16:01:29

regular select + raise-sexp does not work – it does weird things

kitallis16:01:22

no, I don’t think this a multi-cursor problem technically

kitallis16:01:32

though I can see how it would solve it

kitallis16:01:54

I don’t want any of the ViMsy stuff in lispy

kitallis16:01:00

Is there a way to disable all of that?

qqq16:01:18

it only happens when you rcursor is in front of ( or right after a )

qqq16:01:28

otherwise, you won't trigger anything

kitallis16:01:34

let me try it

kitallis16:01:52

otherwise it appears to be paredit-compatible everything else

qqq16:01:52

I used to use paredit, switched to lispy, and now love it

qqq16:01:18

there's one thing to be care of, ()[]{} is a bit weird

kitallis16:01:39

in what way?

qqq16:01:58

you probably want (general-define-key :keymaps 'lispy-mode-map "[" 'lispy-brackets) somewhere

qqq16:01:09

otherwise, [ may insert {} or something else instead

qqq16:01:04

I'm a terrible salesman, maybe I should have waited until you tried lispy before mentioning this, lol.

kitallis16:01:18

@qqq what’s the lispy alternative to M-left / M-right

kitallis16:01:26

basically move inside a sexp

kitallis17:01:53

oh, nvm that command is in bindings.el

kitallis17:01:59

lispy seems to be jacking it

kitallis17:01:03

with (lispy-outline-demote)

qqq17:01:39

sorry, was afk

qqq17:01:43

http://oremacs.com/lispy/ <-- full docs of all keys / commands

qqq17:01:03

TIL it's possible to customize face directly from describe-face 🙂 🙂 🙂