Skip to content

Commit 11401cf

Browse files
committed
emacs-lisp: add point{,-max,-min} snippets
1 parent e24d064 commit 11401cf

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

snippets/emacs-lisp-mode/point

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
#name: point
1+
# name: point
2+
# key: pt
23
# --
34
(point)

snippets/emacs-lisp-mode/point-max

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#contributor: Xah Lee (XahLee.org)
2-
#name: point-max
3-
#key: point-max
1+
# name: point-max
42
# uuid: point-max
3+
# key: pmax
54
# --
65
(point-max)

snippets/emacs-lisp-mode/point-min

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
#contributor: Xah Lee (XahLee.org)
2-
#name: point-min
3-
#key: point-min
1+
# name: point-min
42
# uuid: point-min
5-
#key: pm
3+
# key: pmin
64
# --
75
(point-min)

0 commit comments

Comments
 (0)