Results 87 comments of Art

That makes sense, I thought it was a parser, because I expected the space character to be inside the "value" property. And a structure like `children: [ { { {...

I have a problem while typing in a typescript block. But this does not happen on all files. I tried to add `(add-to-list 'mmm-save-local-variables '(syntax-ppss-table buffer))` but it didn't solve...

The same situation. Now I am using web mode, there are also some problems like poor pug mode support and wrong indentation in sass mode, but this is better than...

Hello, thanks for your suggestion! I was thinking about a similar functionality, but I was considering hash copying. I will check how to bind click event to overlay I don't...

I've changed access to annotation binding a bit. Now to implement the functionality you need you can pass alist from pairs ` . callback` function, with commit-info argument (plist) commit...

Hello, thanks for your suggestion. I thought about this functionality, but found a similar package on reddit, so I focused on the overlay. I have a parallel branch to work...

Hi, please try the last version. You can use `blamer-show-posframe-commit-info` function and configure posframe via `blamer-posframe-configurations` variable

Unable to reproduce. But I noticed a small typo in the config, try this ```elisp (use-package blamer :quelpa (blamer :fetcher github :repo "artawower/blamer.el") :custom (blamer-idle-time 0.3) (blamer-min-offset 70) :custom-face (blamer-face...

Its look like emacs is trying to execute shell comand inside directory that doesn't exist.. Could you check the output from `M-:` (or M-x eval-expression) `(shell-command "pwd")` ? (You can...

I apologize for such a long reply. A few days ago I encountered a very similar problem, it happened when I tried to make a new yasnippet inside a folder...