emacscollective / no-littering

Help keeping ~/.config/emacs clean
GNU General Public License v3.0
635 stars 69 forks source link

logview: theme logview-cache-filename and logview-views-file #92

Closed dakra closed 5 years ago

dakra commented 5 years ago

logview-cache-filename:

logview-views-file:

Repo link: https://github.com/doublep/logview

tarsius commented 5 years ago

Did you check whether the package takes care of creating the directories if they don't exist? (Same for your other recent changes.)

dakra commented 5 years ago

Did you check whether the package takes care of creating the directories if they don't exist?

They're only a single file each and don't create any directories.

Same for your other recent changes dab-breakpoints is also a single file. lsp-java takes care of the directories. I'll mention it in the commit message for that.