diego
diego
This is because `term-mode-hook` seems to be running twice, which you can confirm in `emacs -q` with: ``` (add-hook 'term-mode-hook (lambda () (message "TIME: %s" (format-time-string "%3N")))) ``` Then running...
I use fzf-tab, which uses this library, and found that there's a parse error on line 64 of ls-colors.zsh in zsh 5.0.2. I know that's a way old zsh version,...
Is this possible? It would be nice to be able to `brew install zsh-git-prompt --with-haskell` or something like that, though I'm not sure how to go about that. Edit: This...
Right now remembering the passphrase is either on or off, but it would be nice to have the option to remember it for, say, 15 mins, 30 mins, 1 hr...
I was playing around with adding syntax highlighting in `sly-mrepl-mode` and copying `font-lock-defaults` from `lisp-mode` _almost_ got me there: ```emacs-lisp (add-hook 'sly-mrepl-mode-hook (lambda () (setq font-lock-defaults '((lisp-cl-font-lock-keywords lisp-cl-font-lock-keywords-1 lisp-cl-font-lock-keywords-2) nil...
I'm not really sure what the source of this is, but I'm getting a lot of `(error http 403)` messages on calling `org-gcal-sync`, even though I think that the sync...
There doesn't appear to be a section on serialization. Maybe a whole extra section isn't necessary, but I think it would be nice to at least mention [cl-store](https://cl-store.common-lisp.dev/).
`ranger-travel` uses counsel instead of helm if counsel is available and this option is set to `t`.
It would be nice if deer-jump-other-window would restore the buffer that was there before (if there was one), or otherwise close the window it created on ranger-close. Currently, it does...
https://github.com/expez/evil-smartparens/commit/026d4a3cfce415a4dfae1457f871b385386e61d3 needs to be more carefully thought out - it only partially fixed the issue. More specifically, as soon as evil-smartparens is loaded at all (in any buffer), the `DEL`...