Move emacs 27 to $XDG_CONFIG_HOME/emacs
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: elisp-copy
|
||||
# key: <el
|
||||
# --
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
$0
|
||||
#+END_SRC
|
||||
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: html
|
||||
# key: <html
|
||||
# --
|
||||
@@html:<${1:tag}>@@${2:content}@@html:</${1:$(yas-text)}>@@$0
|
||||
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: source
|
||||
# key: <s
|
||||
# --
|
||||
#+BEGIN_SRC ${1:language}
|
||||
$0
|
||||
#+END_SRC
|
||||
Reference in New Issue
Block a user