diff options
Diffstat (limited to '.emacs.d/mysnippets/text-mode/f90-mode')
26 files changed, 0 insertions, 110 deletions
diff --git a/.emacs.d/mysnippets/text-mode/f90-mode/au b/.emacs.d/mysnippets/text-mode/f90-mode/au deleted file mode 100644 index 1f0af73..0000000 --- a/.emacs.d/mysnippets/text-mode/f90-mode/au +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #contributor: Li Zhu <http://www.zhuli.name> | ||
| 2 | #name : automatic | ||
| 3 | # -- | ||
| 4 | automatic $0 | ||
diff --git a/.emacs.d/mysnippets/text-mode/f90-mode/bd b/.emacs.d/mysnippets/text-mode/f90-mode/bd deleted file mode 100644 index 8840102..0000000 --- a/.emacs.d/mysnippets/text-mode/f90-mode/bd +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #contributor: Li Zhu <http://www.zhuli.name> | ||
| 2 | #name : block data | ||
| 3 | # -- | ||
| 4 | block data $0 | ||
diff --git a/.emacs.d/mysnippets/text-mode/f90-mode/c b/.emacs.d/mysnippets/text-mode/f90-mode/c deleted file mode 100644 index c7182e4..0000000 --- a/.emacs.d/mysnippets/text-mode/f90-mode/c +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #contributor: Li Zhu <http://www.zhuli.name> | ||
| 2 | #name : continue | ||
| 3 | # -- | ||
| 4 | continue $0 | ||
diff --git a/.emacs.d/mysnippets/text-mode/f90-mode/ch b/.emacs.d/mysnippets/text-mode/f90-mode/ch deleted file mode 100644 index 7e6b4cb..0000000 --- a/.emacs.d/mysnippets/text-mode/f90-mode/ch +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #contributor: Li Zhu <http://www.zhuli.name> | ||
| 2 | #name : character | ||
| 3 | # -- | ||
| 4 | character $0 | ||
diff --git a/.emacs.d/mysnippets/text-mode/f90-mode/cx b/.emacs.d/mysnippets/text-mode/f90-mode/cx deleted file mode 100644 index 8feb41e..0000000 --- a/.emacs.d/mysnippets/text-mode/f90-mode/cx +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #contributor: Li Zhu <http://www.zhuli.name> | ||
| 2 | #name : complex | ||
| 3 | # -- | ||
| 4 | complex $0 | ||
diff --git a/.emacs.d/mysnippets/text-mode/f90-mode/dc b/.emacs.d/mysnippets/text-mode/f90-mode/dc deleted file mode 100644 index 1992b1b..0000000 --- a/.emacs.d/mysnippets/text-mode/f90-mode/dc +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #contributor: Li Zhu <http://www.zhuli.name> | ||
| 2 | #name : double complex | ||
| 3 | # -- | ||
| 4 | double complex $0 | ||
diff --git a/.emacs.d/mysnippets/text-mode/f90-mode/do b/.emacs.d/mysnippets/text-mode/f90-mode/do deleted file mode 100644 index 2c117fd..0000000 --- a/.emacs.d/mysnippets/text-mode/f90-mode/do +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | #contributor: Li Zhu <http://www.zhuli.name> | ||
| 2 | #name : do while (...) end do | ||
| 3 | # -- | ||
| 4 | do while (${1:condition}) | ||
| 5 | $0 | ||
| 6 | end do | ||
diff --git a/.emacs.d/mysnippets/text-mode/f90-mode/dp b/.emacs.d/mysnippets/text-mode/f90-mode/dp deleted file mode 100644 index ad014b7..0000000 --- a/.emacs.d/mysnippets/text-mode/f90-mode/dp +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #contributor: Li Zhu <http://www.zhuli.name> | ||
| 2 | #name : double precision | ||
| 3 | # -- | ||
| 4 | double precision $0 | ||
diff --git a/.emacs.d/mysnippets/text-mode/f90-mode/eq b/.emacs.d/mysnippets/text-mode/f90-mode/eq deleted file mode 100644 index 0c6d09f..0000000 --- a/.emacs.d/mysnippets/text-mode/f90-mode/eq +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #contributor: Li Zhu <http://www.zhuli.name> | ||
| 2 | #name : equivalence | ||
| 3 | # -- | ||
| 4 | equivalence $0 | ||
diff --git a/.emacs.d/mysnippets/text-mode/f90-mode/ib b/.emacs.d/mysnippets/text-mode/f90-mode/ib deleted file mode 100644 index 9275a12..0000000 --- a/.emacs.d/mysnippets/text-mode/f90-mode/ib +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #contributor: Li Zhu <http://www.zhuli.name> | ||
| 2 | #name : implicit byte | ||
| 3 | # -- | ||
| 4 | implicit byte $0 | ||
diff --git a/.emacs.d/mysnippets/text-mode/f90-mode/ic b/.emacs.d/mysnippets/text-mode/f90-mode/ic deleted file mode 100644 index 79842ea..0000000 --- a/.emacs.d/mysnippets/text-mode/f90-mode/ic +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #contributor: Li Zhu <http://www.zhuli.name> | ||
| 2 | #name : implicit complex | ||
| 3 | # -- | ||
| 4 | implicit complex $0 | ||
diff --git a/.emacs.d/mysnippets/text-mode/f90-mode/ich b/.emacs.d/mysnippets/text-mode/f90-mode/ich deleted file mode 100644 index 53c7f81..0000000 --- a/.emacs.d/mysnippets/text-mode/f90-mode/ich +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #contributor: Li Zhu <http://www.zhuli.name> | ||
| 2 | #name : implicit character | ||
| 3 | # -- | ||
| 4 | implicit character $0 | ||
diff --git a/.emacs.d/mysnippets/text-mode/f90-mode/if b/.emacs.d/mysnippets/text-mode/f90-mode/if deleted file mode 100644 index b4fb526..0000000 --- a/.emacs.d/mysnippets/text-mode/f90-mode/if +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | #contributor: Li Zhu <http://www.zhuli.name> | ||
| 2 | #name : if then end if | ||
| 3 | # -- | ||
| 4 | if ( ${1:condition} ) then | ||
| 5 | $0 | ||
| 6 | end if | ||
diff --git a/.emacs.d/mysnippets/text-mode/f90-mode/ii b/.emacs.d/mysnippets/text-mode/f90-mode/ii deleted file mode 100644 index 4b1fee5..0000000 --- a/.emacs.d/mysnippets/text-mode/f90-mode/ii +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #contributor: Li Zhu <http://www.zhuli.name> | ||
| 2 | #name : implicit integer | ||
| 3 | # -- | ||
| 4 | implicit integer $0 | ||
diff --git a/.emacs.d/mysnippets/text-mode/f90-mode/il b/.emacs.d/mysnippets/text-mode/f90-mode/il deleted file mode 100644 index 8658af5..0000000 --- a/.emacs.d/mysnippets/text-mode/f90-mode/il +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #contributor: Li Zhu <http://www.zhuli.name> | ||
| 2 | #name : implicit logical | ||
| 3 | # -- | ||
| 4 | implicit logical $0 | ||
diff --git a/.emacs.d/mysnippets/text-mode/f90-mode/in b/.emacs.d/mysnippets/text-mode/f90-mode/in deleted file mode 100644 index 0c1d5e1..0000000 --- a/.emacs.d/mysnippets/text-mode/f90-mode/in +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #contributor: Li Zhu <http://www.zhuli.name> | ||
| 2 | #name : implicit none | ||
| 3 | # -- | ||
| 4 | implicit none | ||
diff --git a/.emacs.d/mysnippets/text-mode/f90-mode/inc b/.emacs.d/mysnippets/text-mode/f90-mode/inc deleted file mode 100644 index dd649c4..0000000 --- a/.emacs.d/mysnippets/text-mode/f90-mode/inc +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #contributor: Li Zhu <http://www.zhuli.name> | ||
| 2 | #name : include | ||
| 3 | # -- | ||
| 4 | include $0 | ||
diff --git a/.emacs.d/mysnippets/text-mode/f90-mode/intr b/.emacs.d/mysnippets/text-mode/f90-mode/intr deleted file mode 100644 index 147fffd..0000000 --- a/.emacs.d/mysnippets/text-mode/f90-mode/intr +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #contributor: Li Zhu <http://www.zhuli.name> | ||
| 2 | #name : intrinsic | ||
| 3 | # -- | ||
| 4 | intrinsic $0 | ||
diff --git a/.emacs.d/mysnippets/text-mode/f90-mode/ir b/.emacs.d/mysnippets/text-mode/f90-mode/ir deleted file mode 100644 index fb37082..0000000 --- a/.emacs.d/mysnippets/text-mode/f90-mode/ir +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #contributor: Li Zhu <http://www.zhuli.name> | ||
| 2 | #name : implicit real | ||
| 3 | # -- | ||
| 4 | implicit real $0 | ||
diff --git a/.emacs.d/mysnippets/text-mode/f90-mode/l b/.emacs.d/mysnippets/text-mode/f90-mode/l deleted file mode 100644 index 8605d69..0000000 --- a/.emacs.d/mysnippets/text-mode/f90-mode/l +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #contributor: Li Zhu <http://www.zhuli.name> | ||
| 2 | #name : logical | ||
| 3 | # -- | ||
| 4 | logical $0 | ||
diff --git a/.emacs.d/mysnippets/text-mode/f90-mode/pa b/.emacs.d/mysnippets/text-mode/f90-mode/pa deleted file mode 100644 index 1b1b503..0000000 --- a/.emacs.d/mysnippets/text-mode/f90-mode/pa +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #contributor: Li Zhu <http://www.zhuli.name> | ||
| 2 | #name : parameter | ||
| 3 | # -- | ||
| 4 | parameter $0 | ||
diff --git a/.emacs.d/mysnippets/text-mode/f90-mode/pr b/.emacs.d/mysnippets/text-mode/f90-mode/pr deleted file mode 100644 index e0f8baa..0000000 --- a/.emacs.d/mysnippets/text-mode/f90-mode/pr +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | #contributor: Li Zhu <http://www.zhuli.name> | ||
| 2 | #name : program ... end program ... | ||
| 3 | # -- | ||
| 4 | program ${1:name} | ||
| 5 | $0 | ||
| 6 | end program ${1:name} | ||
diff --git a/.emacs.d/mysnippets/text-mode/f90-mode/re b/.emacs.d/mysnippets/text-mode/f90-mode/re deleted file mode 100644 index 08c7ba0..0000000 --- a/.emacs.d/mysnippets/text-mode/f90-mode/re +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #contributor: Li Zhu <http://www.zhuli.name> | ||
| 2 | #name : read (*,*) | ||
| 3 | # -- | ||
| 4 | read (${1:*},${2:*}) $0 | ||
diff --git a/.emacs.d/mysnippets/text-mode/f90-mode/st b/.emacs.d/mysnippets/text-mode/f90-mode/st deleted file mode 100644 index 23ae7d0..0000000 --- a/.emacs.d/mysnippets/text-mode/f90-mode/st +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #contributor: Li Zhu <http://www.zhuli.name> | ||
| 2 | #name : structure | ||
| 3 | # -- | ||
| 4 | structure $0 | ||
diff --git a/.emacs.d/mysnippets/text-mode/f90-mode/su b/.emacs.d/mysnippets/text-mode/f90-mode/su deleted file mode 100644 index d3857b8..0000000 --- a/.emacs.d/mysnippets/text-mode/f90-mode/su +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #contributor: Li Zhu <http://www.zhuli.name> | ||
| 2 | #name : subroutine | ||
| 3 | # -- | ||
| 4 | subroutine $0 | ||
diff --git a/.emacs.d/mysnippets/text-mode/f90-mode/wr b/.emacs.d/mysnippets/text-mode/f90-mode/wr deleted file mode 100644 index 1ac3eb9..0000000 --- a/.emacs.d/mysnippets/text-mode/f90-mode/wr +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #contributor: Li Zhu <http://www.zhuli.name> | ||
| 2 | #name : write (*,*) | ||
| 3 | # -- | ||
| 4 | write (${1:*},${2:*}) $0 | ||
