chore: use symbols instead of strings on position entries of each abbreviation
parent
ecd5d2c56f
commit
5d52361682
13
radio.scm
13
radio.scm
|
@ -244,37 +244,37 @@
|
|||
(list #|Quick access|#
|
||||
(abbreviation
|
||||
(name "@punk")
|
||||
(position "anywhere")
|
||||
(position 'anywhere)
|
||||
(expansion
|
||||
(format #f "~a/cpp/Punk"
|
||||
code-projects)))
|
||||
(abbreviation
|
||||
(name "@guix")
|
||||
(position "anywhere")
|
||||
(position 'anywhere)
|
||||
(expansion
|
||||
(format #f "~a/scm/guix"
|
||||
code-projects)))
|
||||
(abbreviation
|
||||
(name "@radix")
|
||||
(position "anywhere")
|
||||
(position 'anywhere)
|
||||
(expansion
|
||||
(format #f "~a/scm/radix"
|
||||
code-projects)))
|
||||
(abbreviation
|
||||
(name "@files")
|
||||
(position "anywhere")
|
||||
(position 'anywhere)
|
||||
(expansion
|
||||
(format #f "~a/scm/radix/files"
|
||||
code-projects)))
|
||||
(abbreviation
|
||||
(name "@modules")
|
||||
(position "anywhere")
|
||||
(position 'anywhere)
|
||||
(expansion
|
||||
(format #f "~a/scm/radix/modules/radix"
|
||||
code-projects)))
|
||||
(abbreviation
|
||||
(name "@research")
|
||||
(position "anywhere")
|
||||
(position 'anywhere)
|
||||
(expansion "$HOME/area/research"))
|
||||
|
||||
#|Quick edit|#
|
||||
|
@ -317,6 +317,7 @@
|
|||
(expansion "zcat % | $EDITOR"))
|
||||
(abbreviation
|
||||
(name "tf")
|
||||
(position 'anywhere)
|
||||
(expansion
|
||||
"setsid -f %>/dev/null 2>&1 & disown"))
|
||||
(abbreviation
|
||||
|
|
Loading…
Reference in New Issue