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
Today when there is multiple files that matches with possible init files (eg. init and init.sh) we just silently load the first one (which one is it ? I don't know =D). It would be nice to discuss this and get a better behavior.
The text was updated successfully, but these errors were encountered:
Hmmm and if we have the both file? Load both? Emacs, for instance, have this feature but I think it's pretty horrible. There are two init files:
~/.emacsrc
~/.emacs.d/init.el
However if (1) exists, (2) is not loaded. This can be tricky to understand in the first use of emacs (I need to debug this shit in past and was when I learnt that). I prefer just one case that be right, as $NASHPATH/init.<extension>, our current default.
Do you think that multiple init files can be useful in some way? I just can think being to add some mess to the conf stuff.
Currently, the init file is $NASHPATH/init but it mimics the behavior of the import keyword: if the file without extension does not exists it looks for one with ".sh" extension.
Today when there is multiple files that matches with possible init files (eg. init and init.sh) we just silently load the first one (which one is it ? I don't know =D). It would be nice to discuss this and get a better behavior.
The text was updated successfully, but these errors were encountered: