Add point-min and point-max templates

This commit is contained in:
contrapunctus 2022-02-14 21:48:56 +05:30
parent 3b97dbdcb0
commit f1931a7768
1 changed files with 2 additions and 0 deletions

View File

@ -12,3 +12,5 @@ emacs-lisp-mode
(ls "(let* (" p ")" n> r> ")")
(cdg "(cl-defgeneric " p " (" ")" n> ")")
(cdm "(cl-defmethod " p " (" ")" n> ")")
(pm "(point-min)")
(pM "(point-max)")