fleimgruber

Results 178 comments of fleimgruber
trafficstars

Thanks for the quick reply! I see, so what is the recommendation for "evilifying" *-jump and other commands to make them work more nicely with C-o & C-i? The latter...

Oh, I misread your comment then. It sounded to me as if you were saying that `spacemacs/helm-jump-in-buffer` does what it should, i.e. that it is supposed to not remember the...

@haji-ali I see the same error and subsequent behaviour. Were you able to solve this?

See also https://github.com/dengste/org-caldav/issues/230.

@dengste could you give us a hint on how to debug this?

@odi thanks for sharing this! Adding the calendar file to `org-agenda-files` solves this for me as well.

Thanks for checking back. With debug log level I am getting ``` EDTS [debug]: Compiling proj async on dev_proj EDTS [debug]: Sending async call to http://0:4587/compile_and_load EDTS [debug]: Reply 200...

I am new to Erlang, so just to be sure: You mean whether there is a `.beam` file in one of the dirs in `code:get_path()`? The only `.beam` I can...

Emacs 25.2.1 EDTS 20170821.149 Erlang/OTP 20 ``` mkdir hello cd hello echo '-module(hello).\n-export([start/0]).\n\nstart() ->\n io:format("Hello World!~n").' > hello.erl ``` With point in the hello.erl buffer, start `edts-shell`, output: ``` Erlang/OTP...

yep, you got it. Changes are loaded into that shell alright. Now then when doing an `edts-shell` it could check whether a node already exists for that project and switch...