text-mode snippets
This commit is contained in:
parent
ba62fecbdc
commit
fd75de62fb
4 changed files with 21 additions and 0 deletions
5
snippets/text-mode/arrowdouble
Normal file
5
snippets/text-mode/arrowdouble
Normal file
|
@ -0,0 +1,5 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: arrowdouble
|
||||
# key: <->
|
||||
# --
|
||||
↔
|
5
snippets/text-mode/arrowleft
Normal file
5
snippets/text-mode/arrowleft
Normal file
|
@ -0,0 +1,5 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: arrowleft
|
||||
# key: <-
|
||||
# --
|
||||
←
|
5
snippets/text-mode/arrowright
Normal file
5
snippets/text-mode/arrowright
Normal file
|
@ -0,0 +1,5 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: arrowright
|
||||
# key: ->
|
||||
# --
|
||||
→
|
6
snippets/text-mode/time
Normal file
6
snippets/text-mode/time
Normal file
|
@ -0,0 +1,6 @@
|
|||
# name: insert-time
|
||||
# key: time
|
||||
# type: command
|
||||
# binding: C-x t
|
||||
# --
|
||||
(insert (format-time-string "%H:%M"))
|
Loading…
Add table
Add a link
Reference in a new issue