Pascal van Kooten

Results 276 comments of Pascal van Kooten

Not sure, but I think I might have done it to prevent "accidental" replacements. How about adding: for i in range(10): month[:3] + " {}".format(i) Like this we can ensure...

PR Proposal in https://github.com/osener/emacs-afternoon-theme/pull/4

I am a bit confused. It seems as if you want to put a timeout there, while I'm talking about the crawling "get" (targeting the server). It would seem the...

I put it at both places, and that seems to solve some issues. But now whenever the queue is empty it will try to stop the worker, and it will...

This would be super useful, my main struggle is indeed that it seems all tiles have to be 50% of others

I was also looking for this. Please consider the merge.

When I try to create a new persp it says: ``` persp-add-new: Symbol's function definition is void: make-persp-internal ``` SOLVED: Resolved long time ago by https://github.com/Bad-ptr/persp-mode.el/issues/9

I'm really trying, but I do not see how all the dired buffers are grouped together? When I do `persp-switch-to-buffer`, it offers all buffers?

I currently have this: ``` emacs (with-eval-after-load "persp-mode-autoloads" (setq wg-morph-on nil) ;; switch off animation (setq persp-autokill-buffer-on-remove 'kill-weak) (add-hook 'after-init-hook #'(lambda () (persp-mode 1)))) (with-eval-after-load "persp-mode-autoload" (with-eval-after-load "dired" (def-auto-persp "dired"...

@Bad-ptr That would be very much appreciated! I believe you should try to come up with "the one way to do it". Then people will take their own spin on...