Switching to vertico, corfu, orderless instead of sel, comp, presc.
This commit is contained in:
parent
940d93d262
commit
2ea83b0a00
7 changed files with 515 additions and 112 deletions
5
yasnippets/eshell-mode/for
Normal file
5
yasnippets/eshell-mode/for
Normal file
|
@ -0,0 +1,5 @@
|
|||
# -*- mode: eshell-mode -*-
|
||||
# name: for
|
||||
# key: for
|
||||
# --
|
||||
for f in ${1:*} { ${2:echo} "$f"; $3} $0
|
5
yasnippets/eshell-mode/unless
Normal file
5
yasnippets/eshell-mode/unless
Normal file
|
@ -0,0 +1,5 @@
|
|||
# -*- mode: eshell-mode -*-
|
||||
# name: unless
|
||||
# key: un
|
||||
# --
|
||||
unless { $1 } { $2 }
|
|
@ -1,4 +1,4 @@
|
|||
# -*- mode: snippet -*-
|
||||
# -*- mode: org-mode -*-
|
||||
# name: Demo
|
||||
# key: <el
|
||||
# --
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# -*- mode: snippet -*-
|
||||
# -*- mode: org-mode -*-
|
||||
# name: Quote
|
||||
# key: <q
|
||||
# --
|
||||
|
|
8
yasnippets/org-mode/title
Normal file
8
yasnippets/org-mode/title
Normal file
|
@ -0,0 +1,8 @@
|
|||
# -*- mode: org-mode -*-
|
||||
# name: title
|
||||
# key: <t
|
||||
# --
|
||||
#+TITLE: ${1:title}
|
||||
#+AUTHOR: Chris Cochrun
|
||||
|
||||
$0
|
Loading…
Add table
Add a link
Reference in a new issue