text-mode snippets

This commit is contained in:
trémeur 2021-11-06 21:29:14 +00:00
parent ba62fecbdc
commit fd75de62fb
4 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: arrowdouble
# key: <->
# --

View file

@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: arrowleft
# key: <-
# --

View file

@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: arrowright
# key: ->
# --

6
snippets/text-mode/time Normal file
View file

@ -0,0 +1,6 @@
# name: insert-time
# key: time
# type: command
# binding: C-x t
# --
(insert (format-time-string "%H:%M"))