Use defcustom and Change Some Wording#32
Conversation
README.org
Outdated
| @@ -84,7 +84,7 @@ The =string-inflection-all-cycle=, conversion often. However, | |||
| conversion occurs even when there is no need to lower-camelcase. | |||
| Therefore so difficult to use, is not recommended | |||
There was a problem hiding this comment.
Is this comment still accurate after 4df4b62?
There was a problem hiding this comment.
Accurate.
I still do not use string-infection-all-cycle.
It is better to use the appropriate function to match the emacs major-mode.
There was a problem hiding this comment.
It is better to use the appropriate function to match the emacs major-mode.
Cool, I've amended the commit to include this.
|
Thanks to this PR. |
Use defcustom for string-inflection-skip-backward-when-done instead of defvar and create a custom group. Improve the wording in some parts of the README.
83d1402 to
ecb58dd
Compare
No problem, mostly the meaning comes across fine, only the wording is a little strange 🙂 |
Hi! I think this package is really neat. I've put together this PR which changes
string-inflection-skip-backward-when-doneto be defined viadefcustom.I've also changed some of the wording in the README so it's closer to English language norms - I hope this is useful and not too intrusive 🙂