Simplify cut code
parent
fd75de62fb
commit
79a5d333c6
@ -1,5 +0,0 @@
|
|||||||
# -*- mode: snippet -*-
|
|
||||||
# name: arrowdouble
|
|
||||||
# key: <->
|
|
||||||
# --
|
|
||||||
↔
|
|
@ -1,5 +0,0 @@
|
|||||||
# -*- mode: snippet -*-
|
|
||||||
# name: arrowleft
|
|
||||||
# key: <-
|
|
||||||
# --
|
|
||||||
←
|
|
@ -1,5 +0,0 @@
|
|||||||
# -*- mode: snippet -*-
|
|
||||||
# name: arrowright
|
|
||||||
# key: ->
|
|
||||||
# --
|
|
||||||
→
|
|
@ -1,10 +1,6 @@
|
|||||||
# name: dreamwidth-cut
|
# name: dreamwidth-cut
|
||||||
# key: dwcut
|
# key: dwcut
|
||||||
# --
|
# --
|
||||||
#+BEGIN_EXPORT html
|
#+HTML: <cut text="$1">
|
||||||
<cut text="$1">
|
|
||||||
#+END_EXPORT
|
|
||||||
$0
|
$0
|
||||||
#+BEGIN_EXPORT html
|
#+HTML: </cut>
|
||||||
</cut>
|
|
||||||
#+END_EXPORT
|
|
@ -1,6 +0,0 @@
|
|||||||
# name: insert-time
|
|
||||||
# key: time
|
|
||||||
# type: command
|
|
||||||
# binding: C-x t
|
|
||||||
# --
|
|
||||||
(insert (format-time-string "%H:%M"))
|
|
Loading…
Reference in New Issue