diff options
| author | benj <benj@rse8.com> | 2018-03-17 20:03:19 -0700 |
|---|---|---|
| committer | benj <benj@rse8.com> | 2018-03-17 20:03:19 -0700 |
| commit | eb7fa99cc8afbc47306f112eed8f9a68d4cd06ef (patch) | |
| tree | d52841596ed5bef10366fbb7b8c7bc8417ab5ebe /templates/snippets | |
| parent | c38ef385a9af288cf2d2ff0f306b6b2176fcf47d (diff) | |
| download | emacs-eb7fa99cc8afbc47306f112eed8f9a68d4cd06ef.tar emacs-eb7fa99cc8afbc47306f112eed8f9a68d4cd06ef.tar.gz emacs-eb7fa99cc8afbc47306f112eed8f9a68d4cd06ef.tar.bz2 emacs-eb7fa99cc8afbc47306f112eed8f9a68d4cd06ef.tar.lz emacs-eb7fa99cc8afbc47306f112eed8f9a68d4cd06ef.tar.xz emacs-eb7fa99cc8afbc47306f112eed8f9a68d4cd06ef.tar.zst emacs-eb7fa99cc8afbc47306f112eed8f9a68d4cd06ef.zip | |
1. refactored snippets into templates
2. added slime for common lisp
3. created some auto-templates for c
Diffstat (limited to '')
| l--------- | templates/snippets/c-mode/doxycomments (renamed from snippets/c-mode/doxycomments) | 0 | ||||
| -rw-r--r-- | templates/snippets/c-mode/headerDEF (renamed from snippets/c-mode/headerDEF) | 0 | ||||
| -rw-r--r-- | templates/snippets/clojure-mode/defn (renamed from snippets/clojure-mode/defn) | 0 | ||||
| -rw-r--r-- | templates/snippets/clojure-mode/let (renamed from snippets/clojure-mode/let) | 0 | ||||
| -rw-r--r-- | templates/snippets/doxygen/doxycomments (renamed from snippets/doxygen/doxycomments) | 0 | ||||
| -rw-r--r-- | templates/snippets/python-mode/import_from (renamed from snippets/python-mode/import_from) | 0 | ||||
| -rw-r--r-- | templates/snippets/python-mode/lambda (renamed from snippets/python-mode/lambda) | 0 | ||||
| -rw-r--r-- | templates/snippets/python-mode/print (renamed from snippets/python-mode/print) | 0 | ||||
| -rw-r--r-- | templates/snippets/python-mode/print format (renamed from snippets/python-mode/print format) | 0 | ||||
| -rw-r--r-- | templates/snippets/python-mode/script (renamed from snippets/python-mode/script) | 0 |
10 files changed, 0 insertions, 0 deletions
diff --git a/snippets/c-mode/doxycomments b/templates/snippets/c-mode/doxycomments index 62fd598..62fd598 120000 --- a/snippets/c-mode/doxycomments +++ b/templates/snippets/c-mode/doxycomments diff --git a/snippets/c-mode/headerDEF b/templates/snippets/c-mode/headerDEF index a07587b..a07587b 100644 --- a/snippets/c-mode/headerDEF +++ b/templates/snippets/c-mode/headerDEF diff --git a/snippets/clojure-mode/defn b/templates/snippets/clojure-mode/defn index 0907e4a..0907e4a 100644 --- a/snippets/clojure-mode/defn +++ b/templates/snippets/clojure-mode/defn diff --git a/snippets/clojure-mode/let b/templates/snippets/clojure-mode/let index 426caa2..426caa2 100644 --- a/snippets/clojure-mode/let +++ b/templates/snippets/clojure-mode/let diff --git a/snippets/doxygen/doxycomments b/templates/snippets/doxygen/doxycomments index 94209bc..94209bc 100644 --- a/snippets/doxygen/doxycomments +++ b/templates/snippets/doxygen/doxycomments diff --git a/snippets/python-mode/import_from b/templates/snippets/python-mode/import_from index 767f344..767f344 100644 --- a/snippets/python-mode/import_from +++ b/templates/snippets/python-mode/import_from diff --git a/snippets/python-mode/lambda b/templates/snippets/python-mode/lambda index 08b268b..08b268b 100644 --- a/snippets/python-mode/lambda +++ b/templates/snippets/python-mode/lambda diff --git a/snippets/python-mode/print b/templates/snippets/python-mode/print index 2392fbd..2392fbd 100644 --- a/snippets/python-mode/print +++ b/templates/snippets/python-mode/print diff --git a/snippets/python-mode/print format b/templates/snippets/python-mode/print format index 704cb53..704cb53 100644 --- a/snippets/python-mode/print format +++ b/templates/snippets/python-mode/print format diff --git a/snippets/python-mode/script b/templates/snippets/python-mode/script index 3113da9..3113da9 100644 --- a/snippets/python-mode/script +++ b/templates/snippets/python-mode/script |
