Jonathan Hayase

Results 142 comments of Jonathan Hayase

This is specific to evil-mode visual state pastes

Potentially, a list could be retrieved from texlab?

Fixed by making the `.git` directory readable. I don't think anything sensitive goes in `/etc/` so this should be fine.

Partial solution: ```emacs (defun tramp-handle-make-backup-file-name (filename) "Like `make-backup-file-name' for Tramp files." (if (tramp-tramp-file-p filename) (with-parsed-tramp-file-name filename nil (let ((backup-directory-alist (if tramp-backup-directory-alist (mapcar (lambda (x) (cons (car x) (if (and (stringp...

Should fix this before #142 since `magic-latex-buffer` absolutely nukes font-lock

Fun fact: there is no `\Chi` in LaTeX but MLB has a rule for it.

Since 79dc194653e4da2802ee103bd1d78dabe242ca18 this has gotten way worse, but on the other hand I got a faster computer and `native-comp` seems to help a lot so maybe this issue isn't as...

`smooth-scrolling` should be doing this?

Okay so `hl-line-mode` actually interferes with `scroll-margin` when positive. Namely, the behavior is that scrolling becomes choppy at the bottom of a file.

The solution may be to reimplement `smooth-scrolling`.