Alexander-Miller

Results 286 comments of Alexander-Miller

> I'm setting it like this: (set-face-background 'treemacs-hl-line-face "orange") There's no such face in treemacs, unless doom added one. Anyway you can use `treemacs-window-background-color` to customize how treemacs looks, like...

> Thanks. According to the readme file it's there, but I figured it's a typo or something: That face only appears in the readme and I'll remove it now. I...

Treemacs only spawns new file descriptors for filewatch-mode, however it only watches the directories you expand, not individual files. It also stops watching the directory, dropping its file descriptor, the...

I got it working with `(define-key treemacs-mode-map (kbd "SPC") #'treemacs-visit-node-default)` so my first guess would be that you don't need the .

Stayin alive. I've had little time for treemacs recently, but this feature is on my list.

Toml files are mapped to `(all-the-icons-octicon "file-code" :v-adjust 0 :face 'treemacs-all-the-icons-file-face)`, alongside cask, vimrc, vimperatorrc files and a few others. Do these extensions look broken for you as well?

I've looked at this problem another time now. I cannot reproduce the original issue, lock and toml files are clearly mapped. I don't know what's going on there, so all...