diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/snippets/text-mode/f90-mode/ic | 4 | ||||
-rw-r--r-- | emacs.d/snippets/text-mode/f90-mode/ich | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/emacs.d/snippets/text-mode/f90-mode/ic b/emacs.d/snippets/text-mode/f90-mode/ic new file mode 100644 index 0000000..79842ea --- /dev/null +++ b/emacs.d/snippets/text-mode/f90-mode/ic @@ -0,0 +1,4 @@ +#contributor: Li Zhu <http://www.zhuli.name> +#name : implicit complex +# -- +implicit complex $0 diff --git a/emacs.d/snippets/text-mode/f90-mode/ich b/emacs.d/snippets/text-mode/f90-mode/ich new file mode 100644 index 0000000..53c7f81 --- /dev/null +++ b/emacs.d/snippets/text-mode/f90-mode/ich @@ -0,0 +1,4 @@ +#contributor: Li Zhu <http://www.zhuli.name> +#name : implicit character +# -- +implicit character $0 |