Fork me on GitHub
#emacs
<
2016-06-24
>
escherize06:06:41

@jonpither: would "emacs people" use a non-free product?? Having said that, I'm also interested in such a slack!

benedek06:06:23

Perhaps irc? ;)

jonpither08:06:01

@fgiasson: I'd messed up the TODO states by redefining them at the top of the org-mode. Have changed this, and scheduled items that are DONE are no longer showing in org-agenda

bendy12:06:53

Hey all - I would think this would be a common question, but I can’t seem to find an answer online. Is there a plugin/elisp enippet that anyone knows of to jump to and from the test file for a given namespace? I’ve manually switched the buffer so many times I feel like there has to be a more developed solution 😆

bruceadams12:06:23

C-c p t runs the command projectile-toggle-between-implementation-and-test

bruceadams12:06:23

(That was a reply to @bendy: C-c p t …)

bendy12:06:53

the amount of time I could have saved!

bendy12:06:01

haha that’s awesome, thanks! glad I asked

dhruv114:06:13

i constantly get this errorr: (error "Required feature 'eval-sexp-fu' was not provided”)

dhruv114:06:32

here is how i’m setting it up:

(use-package eval-sexp-fu
  :init (custom-set-faces '(eval-sexp-fu-flash ((t (:foreground “blue" :weight bold))))))