Matus Goljer

Results 262 issues of Matus Goljer

The packages in vendor and dev have no managed autoloads like the code provided by package.el so we should do this semi-manually with a bit of elisp magic in a...

enhancement

When this https://github.com/TatriX/pomidor/issues/21 is resolved edit the capture template (`C-M-r r`) to automatically add `:pomodoro:` tag.

I have to repeat the same code all over again and again in my personal configuration to update paths to use local installations. (example) ```elisp ;; inside setup hook (-when-let...

https://github.com/bastibe/annotate.el

`rainbow-colorize-match` should not put the properties itself, rather it should only return the list and let font-lock do it. Contact https://julien.danjou.info/about/ about a patch because there is no github repo...

bug

In numbered lists or checkbox lists ret makes a new bullet but in a regular list of one item ``` - foo ``` it makes a headline instead

See compile-eslint and how we look back for the filename on each error for each section.

blog

We could use something reasonable like spacemacs has: https://github.com/syl20bnr/spacemacs/blob/master/layers/%2Bdistributions/spacemacs-base/keybindings.el

Something simple like buffer local function and a unified binding + setup for various languages/modes. Right now we use: - gtags (php/c/...) - lsp (php) - flow (js) - `find-function`...

enhancement
cleanup

This will make it possible to install the configuration without having the dev stuff present. Since we put the /dev directory in front of the `load-path` adding the projects later...