-
In my config, (use-package no-littering
:demand t)
(use-package yasnippet
:hook (after-init-hook . yas-global-mode)
:config (setq yas-verbosity 2)) I appreciate this may be an issue for |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It might also be an issue with sometimes using There isn't anything |
Beta Was this translation helpful? Give feedback.
It might also be an issue with sometimes using
emacs -Q
but then somehow ending up loadingyasnippet
and that then creating the (unthemed) directory. It also happens with certain built-in functionality (which is "always" loaded) when usingemacs -Q
.There isn't anything
no-littering
can do about it.