Skip to content

Latest commit

 

History

History
43 lines (22 loc) · 1.21 KB

README.md

File metadata and controls

43 lines (22 loc) · 1.21 KB

algorithm-mnemonics-emacs

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.

Usage of the Clojure script

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>

Installation

Via Yasnippet

Snippets are available by default with YASnippet.

Manual

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

Bugs

Please use GitHub issues.

CppCon 2016

Tommy Bennett - “Algorithm Mnemonics: Increase your Productivity with STL Algorithms"