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
|
||||
# key: dwcut
|
||||
# --
|
||||
#+BEGIN_EXPORT html
|
||||
<cut text="$1">
|
||||
#+END_EXPORT
|
||||
#+HTML: <cut text="$1">
|
||||
$0
|
||||
#+BEGIN_EXPORT html
|
||||
</cut>
|
||||
#+END_EXPORT
|
||||
#+HTML: </cut>
|
@ -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