Open MMirelli opened 3 years ago
[UPDATE: done]
I removed <slovarik-home>/slovarik.el
as importing all files in <slovarik-home>/src
seems more neat to me. I do this in my init.el
:
(add-to-list 'load-path "<slovarik-home>/src")
(load "slovarik")
The best way would be perhaps importing all files in <slovarik-home>/src
into <slovarik-home>/slovarik.el
and adding to load-path
list only <slovarik-home>
.
Perhaps this is also a WIP on me.
slovarik-insert-word
:src/user/conf.el
) containing the slovarik home pathslovarik-home
and other user's specific settings<slovarik-path>/src/user/adjectives.el
<slovarik-path>/src/user/nouns.el
<slovarik-path>/src/user/verbs.el
slovarik-reset-user-env
: if the user confirms and their environment has been setup, it erases the environment and all the user's wordlists.Closes #8