TatriX

Results 106 comments of TatriX

I don't really use history functionality. @wandersoncferreira if you could check the solution from the comment above it would be very kind of you.

Sorry, I don't think I can help you with that as I'm only using Emacs on desktop.

Hi! I'm not entirely sure what specifically you want your workflow to be, but let's say you want to run some action when you press `SPC` to start "break" period....

What is the current bundle size? I think we can put similar chart to the site/readme: ![](https://elm-lang.org/assets/home/asset-sizes.png) Source: https://elm-lang.org/

I think we cannot directly compare js bundle size vs wasm bundle size, because as far as I know wasm was optimized for streaming and interpretation speed, i.e. wasm bundle...

Have you tried removing `fmakunbound` from your config and restarting Emacs?

This looks useful! @weirdNox how's your availability nowadays, will you have time to check pending PRs?

I think it would be nice to prevent completion in strings in comments, but I'm not sure if this is possible.

The profile I've showed in the first post is made by typing random letters in the top level comment. lsp/rust related config: ```lisp (use-package lsp-mode) (use-package lsp-ui :config (setq lsp-ui-sideline-delay...

> ``` > (add-hook 'rust-mode-hook > (lambda () (setq company-backends > (delete 'company-capf company-backends)))) > ``` This helps, thanks!