Murilo Pereira
Murilo Pereira
I added the following to my Emacs configuration: ``` (use-package atomic-chrome :config (setq atomic-chrome-url-major-mode-alist '(("github\\.com" . gfm-mode))) (atomic-chrome-start-server) (defun mpereira/prevent-buffer-kill () (interactive) (emacs-lock-mode 'kill)) (add-hook 'atomic-chrome-edit-mode-hook #'mpereira/prevent-buffer-kill)) ``` `mpereira/prevent-buffer-kill` causes...
I just lost a buffer I was working on for a couple of hours...
Another workaround is preventing buffers opened from atomic-chrome sessions to be killed: https://github.com/alpha22jp/atomic-chrome/issues/52#issuecomment-561796497
@o8e thanks for submitting this PR. @jgthms fwiw, I'd use the print column classes.
Hi @alphapapa, First of all, thanks for even spending your time going through my configuration. Sorry for the delay in replying, I haven't had much free time lately. The code...
I started seeing the same today. I tried running `M-x vterm-module-compile` but nothing changed afterwards. ``` $ emacs --version GNU Emacs 29.0.50 Development version 363821344d17 on master branch; build date...
> It would be nice to provide a formatter that's compatible with it, but I don't know yet if that's practical or the best solution. I agree. I'm currently moving...
In the same sentiment, is it currently possible to emulate the effect of `org-agenda-sorting-strategy` within `org-ql-block`?
Thanks for the pointer @alphapapa, I'll be on the lookout!
> @dandavison: in particular, I find that up/down arrow (magit-prev-line /magit-next-line) in magit diff buffers become very slow sometimes but I still haven't worked out why. What does the profiler...