Algorithm Mnemonics: Increase Productivity with STL Algorithms.
Original idea from Tommy Bennett. It's a port of algorithm-mnemonics for GNU Emacs. It converts the algorithm mnemonic XML for YASnippet.
Build it with Leiningen:
lein uberjar
Create the snippets:
$ java -jar <path_to_algorithm-mnemonics-emacs-X.Y.Z-standalone.jar> -p <path_to_write_snippets>
Snippets are available by default with YASnippet.
Add to your emacs configuration file:
(add-to-list 'yas-snippet-dirs "<path_to_snippets>")
Enable YASnippet:
M-x yas-minor-mode
If necessary, relaod snippets:
M-x yas-reload-all
Please use GitHub issues.
Tommy Bennett - “Algorithm Mnemonics: Increase your Productivity with STL Algorithms"