Dennisn't

Results 59 comments of Dennisn't

Is there anything I can do to help debug this? Just let me know.

> ![test](https://user-images.githubusercontent.com/554281/83580698-a9ff6600-a577-11ea-909c-e396cebe919c.png) > > I cannot reproduce. Does this issue still happens ? It does happen randomly with long lists of text + code markup; a 4-element list is just...

Here's another example: Check lines 286 and 287, how the commands between `backticks` are correctly highlighted, and line 289 isn't, but lines 290 and 291 are inversely highlighted, line 295...

Hi @hlissner! Thanks for considering my PR; no worries, standardization is something I'd do myself for a project like this, with the least amount of friction possible. Cheers!

Or somehow establishing the corresponding theme at init time, and not letting `desktop-read` manage the theme state.

According to the _Hasklig_ maintainers, the following symbols have been implemented: `` `` `` `+++` `` `=>` `>>` `=` `=

The workaround doesn't work as of March 21 2020 What does work, however, is the following code snippet under `(defun dotspacemacs/user-config ())`: ```elisp (defun git-gutter+-remote-default-directory (dir file) (let* ((vec (tramp-dissect-file-name...

> > Edit: it works sometimes. > > I put this _inside_ `dotspacemacs/user-config`, and it seems to be working for me. The patched functions would have to be added after...