diff options
author | Peter | 2019-08-07 16:46:29 +0100 |
---|---|---|
committer | Peter | 2019-08-07 16:46:29 +0100 |
commit | ce168de9c3dc2a14491522362a8dd4a7ce4be145 (patch) | |
tree | 22f85d91a30de19042a4a56dd3922b16ebb768c5 | |
parent | 16d72828b066879a2a337e0bfa2e468eb4068327 (diff) | |
download | ahka-ce168de9c3dc2a14491522362a8dd4a7ce4be145.tar.gz ahka-ce168de9c3dc2a14491522362a8dd4a7ce4be145.tar.bz2 ahka-ce168de9c3dc2a14491522362a8dd4a7ce4be145.zip |
Fix atm autocomplete
-rw-r--r-- | ahk-assistant.ahk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index 638ea33..2854d37 100644 --- a/ahk-assistant.ahk +++ b/ahk-assistant.ahk @@ -469,7 +469,7 @@ Insert::appendClipboard() ; general abbreviations
:*:afaik::as far as I know
-:*:atm::at the moment
+:*:atm ::at the moment{space} ; space is for when I type atmosphere
:*:bbs::be back soon
:*:brb::be right back
:*:btw::by the way
|