zed initial setup

This commit is contained in:
js0ny 2025-02-10 22:32:18 +00:00
parent da0cc1d6e8
commit 56faf63bd2
5 changed files with 66 additions and 6 deletions

View file

@ -0,0 +1,27 @@
{
"src": {
"prefix": "src",
"body": ["#+begin_src $1", "$0", "#+end_src"],
"description": "Source code block"
},
"ex": {
"prefix": "ex",
"body": ["#+begin_example", "$0", "#+end_example"],
"description": "Example block"
},
"begin": {
"prefix": "begin",
"body": ["#+begin_$1", "$0", "#+end_$1"],
"description": "Begin block"
},
"【【": {
"prefix": "[[",
"body": ["[[$0]]"],
"description": "Chinese link"
},
"elisp": {
"prefix": "elisp",
"body": ["#+begin_src emacs-lisp :tangle yes", "$0", "#+end_src"],
"description": "Emacs Lisp code block"
}
}