File tree 25 files changed +33
-33
lines changed
25 files changed +33
-33
lines changed Original file line number Diff line number Diff line change @@ -109,11 +109,11 @@ to_string()
109
109
If this variable is non-nil, this package will define the following shortcut
110
110
function aliases for your convenience:
111
111
112
- + ` !%! ` = ` (doom-snippet -format "%n%s%n") `
113
- + ` !% ` = ` (doom-snippet -format "%n%s") `
114
- + ` %$ ` = ` (doom-snippet -format "%>") `
115
- + ` (%expand ...) ` = ` (doom-snippet -expand ...) `
116
- + ` (%format ...) ` = ` (doom-snippet -format ...) `
112
+ + ` !%! ` = ` (doom-snippets -format "%n%s%n") `
113
+ + ` !% ` = ` (doom-snippets -format "%n%s") `
114
+ + ` %$ ` = ` (doom-snippets -format "%>") `
115
+ + ` (%expand ...) ` = ` (doom-snippets -expand ...) `
116
+ + ` (%format ...) ` = ` (doom-snippets -format ...) `
117
117
+ ` (%without-trigger ...) ` = ` (doom-snippets-without-trigger ...) `
118
118
119
119
Original file line number Diff line number Diff line change 32
32
(defvar doom-snippets-enable-short-helpers nil
33
33
" If non-nil, defines convenience aliases for doom-snippets' api.
34
34
35
- + `!%!' = (doom-snippet -format \" %n%s%n\" )
36
- + `!%' = (doom-snippet -format \" %n%s\" )
37
- + `%$' = (doom-snippet -format \" %e\" )
38
- + `%expand' = `doom-snippet -expand'
39
- + `%format' = `doom-snippet -format'
35
+ + `!%!' = (doom-snippets -format \" %n%s%n\" )
36
+ + `!%' = (doom-snippets -format \" %n%s\" )
37
+ + `%$' = (doom-snippets -format \" %e\" )
38
+ + `%expand' = `doom-snippets -expand'
39
+ + `%format' = `doom-snippets -format'
40
40
+ `%without-trigger' = `doom-snippets-without-trigger' " )
41
41
42
42
;;;### autoload
Original file line number Diff line number Diff line change 3
3
# uuid : deft
4
4
# type : command
5
5
# --
6
- (doom-snippet -expand :uuid " ert-deftest" )
6
+ (doom-snippets -expand :uuid " ert-deftest" )
Original file line number Diff line number Diff line change 3
3
# uuid : desc
4
4
# type : command
5
5
# --
6
- (doom-snippet -expand :uuid " describe" )
6
+ (doom-snippets -expand :uuid " describe" )
Original file line number Diff line number Diff line change 3
3
# uuid : ex
4
4
# type : command
5
5
# --
6
- (doom-snippet -expand :uuid " expect" )
6
+ (doom-snippets -expand :uuid " expect" )
Original file line number Diff line number Diff line change 4
4
# uuid : ah
5
5
# type : command
6
6
# --
7
- (doom-snippet -expand :uuid " add-hook" )
7
+ (doom-snippets -expand :uuid " add-hook" )
Original file line number Diff line number Diff line change 3
3
# uuid : cdef
4
4
# type : command
5
5
# --
6
- (doom-snippet -expand :uuid " cl-defun" )
6
+ (doom-snippets -expand :uuid " cl-defun" )
Original file line number Diff line number Diff line change 3
3
# uuid : cdefm
4
4
# type : command
5
5
# --
6
- (doom-snippet -expand :uuid " cl-defmacro" )
6
+ (doom-snippets -expand :uuid " cl-defmacro" )
Original file line number Diff line number Diff line change 3
3
# uuid : def
4
4
# type : command
5
5
# --
6
- (doom-snippet -expand :uuid " defun" )
6
+ (doom-snippets -expand :uuid " defun" )
Original file line number Diff line number Diff line change 3
3
# uuid : defm
4
4
# type : command
5
5
# --
6
- (doom-snippet -expand :uuid " defmacro" )
6
+ (doom-snippets -expand :uuid " defmacro" )
Original file line number Diff line number Diff line change 4
4
# uuid : AH
5
5
# type : command
6
6
# --
7
- (doom-snippet -expand :uuid " add-hook!" )
7
+ (doom-snippets -expand :uuid " add-hook!" )
Original file line number Diff line number Diff line change 3
3
# uuid : opt
4
4
# type : command
5
5
# --
6
- (doom-snippet -expand :uuid " optional" )
6
+ (doom-snippets -expand :uuid " optional" )
Original file line number Diff line number Diff line change 3
3
# uuid : req
4
4
# type : command
5
5
# --
6
- (doom-snippet -expand :uuid " require" )
6
+ (doom-snippets -expand :uuid " require" )
Original file line number Diff line number Diff line change 3
3
# uuid : cl
4
4
# type : command
5
5
# --
6
- (doom-snippet -expand :uuid " class" )
6
+ (doom-snippets -expand :uuid " class" )
Original file line number Diff line number Diff line change 3
3
# key : fu
4
4
# type : command
5
5
# --
6
- (doom-snippet -expand :uuid (if (doom-snippets-bolp) " function_block" " function_inline" ))
6
+ (doom-snippets -expand :uuid (if (doom-snippets-bolp) " function_block" " function_inline" ))
Original file line number Diff line number Diff line change 3
3
# uuid : imp
4
4
# type : command
5
5
# --
6
- (doom-snippet -expand :uuid " import" )
6
+ (doom-snippets -expand :uuid " import" )
Original file line number Diff line number Diff line change 3
3
# uuid : req
4
4
# type : command
5
5
# --
6
- (doom-snippet -expand :uuid " require" )
6
+ (doom-snippets -expand :uuid " require" )
Original file line number Diff line number Diff line change 3
3
# type : command
4
4
# uuid : dol
5
5
# --
6
- (doom-snippet -expand :uuid " dolist" )
6
+ (doom-snippets -expand :uuid " dolist" )
Original file line number Diff line number Diff line change 3
3
# type : command
4
4
# uuid : dot
5
5
# --
6
- (doom-snippet -expand :uuid " dotimes" )
6
+ (doom-snippets -expand :uuid " dotimes" )
Original file line number Diff line number Diff line change 3
3
# key : <E
4
4
# type : command
5
5
# --
6
- (doom-snippet -expand :uuid " export" )
6
+ (doom-snippets -expand :uuid " export" )
Original file line number Diff line number Diff line change 3
3
# key : <s
4
4
# type : command
5
5
# --
6
- (doom-snippet -expand :uuid " src" )
6
+ (doom-snippets -expand :uuid " src" )
Original file line number Diff line number Diff line change 3
3
# key : <v
4
4
# type : command
5
5
# --
6
- (doom-snippet -expand :uuid " verse" )
6
+ (doom-snippets -expand :uuid " verse" )
Original file line number Diff line number Diff line change 4
4
# key : ma
5
5
# type : command
6
6
# --
7
- (doom-snippet -expand :uuid " match" )
7
+ (doom-snippets -expand :uuid " match" )
Original file line number Diff line number Diff line change 5
5
# type : command
6
6
# condition : (doom-snippets-bolp)
7
7
# --
8
- (doom-snippet -expand :uuid " struct" )
8
+ (doom-snippets -expand :uuid " struct" )
Original file line number Diff line number Diff line change 4
4
# key : tr
5
5
# type : command
6
6
# --
7
- (doom-snippet -expand :uuid " trait" )
7
+ (doom-snippets -expand :uuid " trait" )
You can’t perform that action at this time.
0 commit comments