Skip to content

Commit 7102c6e

Browse files
committed
emacs-lisp: shorten pmax->pma, pmin->pmi triggers
1 parent 91bc392 commit 7102c6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

emacs-lisp-mode/point-max

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# name: point-max
22
# uuid: point-max
3-
# key: pmax
3+
# key: pma
44
# --
55
(point-max)

emacs-lisp-mode/point-min

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# name: point-min
22
# uuid: point-min
3-
# key: pmin
3+
# key: pmi
44
# --
55
(point-min)

0 commit comments

Comments
 (0)