Skip to content

ludwigpacifici/algorithm-mnemonics-emacs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

Algorithm Mnemonics: Increase Productivity with STL Algorithms for GNU Emacs

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published