You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In particular,
Configuration files should go under $XDG_CONFIG_HOME (if empty, $HOME/.config/)
Data files should go under $XDG_DATA_HOME (if empty, $HOME/.local/share/)
The text was updated successfully, but these errors were encountered:
Hi!
On Linux, elan stores files in
~/.elan
.It may be better to follow the XDG desktop specification.
In particular,
Configuration files should go under
$XDG_CONFIG_HOME
(if empty,$HOME/.config/
)Data files should go under
$XDG_DATA_HOME
(if empty,$HOME/.local/share/
)The text was updated successfully, but these errors were encountered: