Fork me on GitHub
#emacs
<
2017-03-11
>
qqq00:03:06

in emacs org mode, it appears that for each tangle block, emacs opens the file, appends the block, then closes the file

qqq00:03:33

instead, I'd prefer that emacs looks at all my blocks, finds all blocks that goes to a single file -- and writes that file in a single swoop

meta-meta02:03:51

anyone here familiar with building emacs from source for windows?

qqq03:03:46

this is kind of crazy, what if, in evil mode, h/l moved by words instead of chars

qqq03:03:00

how do I fiz parts of a word? I don't I just cw and rewrite the word

qqq04:03:33

(define-key lispy-mode-map-lispy (kbd "\"") 'paredit-doublequotes)
(define-key evil-insert-state-map (kbd "\"") 'paredit-doublequotes)
yet, when I press ", it's still lispy-quotes, not paredit-doublequotes how do I make " bound to paredit-doublequotes instead of lispy-quotes ?

lepistane07:03:23

how do i make it so my emacs command C-c C-f open home folder instead of downloads/emacs24 when i first start emacs

dpsutton12:03:40

don't think you can. It defaults to the current working directory

dpsutton12:03:48

and i guess your executable is in downloads?

richiardiandrea18:03:47

Confirm it opens in pwd, that is why projectile is a fundamental piece of my emacs conf

andrea.crotti18:03:42

yes with helm-projectile you never have to worry about where you are

andrea.crotti18:03:50

since you can jump to any project in the same way