chore: use symbols instead of strings on position entries of each abbreviation

pull/1/head
anemofilia 2023-09-25 01:02:28 -03:00
parent ecd5d2c56f
commit 5d52361682
No known key found for this signature in database
GPG Key ID: 5A8F3D62C87A2B33
1 changed files with 7 additions and 6 deletions

View File

@ -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