https://github.com/mustache/emacs
In your shell:
cd ~/.emacs.d/vendor
curl -O https://github.com/mustache/emacs/raw/master/mustache-mode.elIn your Emacs config:
(add-to-list 'load-path "~/.emacs.d/vendor/mustache-mode.el")
| #include <iostream> | |
| #include <type_traits> | |
| #include <string> | |
| // primality test | |
| template<int N, int M> | |
| struct divides | |
| { | |
| enum { value = ((N%M) == 0) || divides<N, M-1>::value }; |
https://github.com/mustache/emacs
In your shell:
cd ~/.emacs.d/vendor
curl -O https://github.com/mustache/emacs/raw/master/mustache-mode.elIn your Emacs config:
(add-to-list 'load-path "~/.emacs.d/vendor/mustache-mode.el")