We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9442802 commit 673c662Copy full SHA for 673c662
βEmoji-Log.ahk
@@ -0,0 +1,12 @@
1
+#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
2
+; #Warn ; Enable warnings to assist with detecting common errors.
3
+SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
4
+SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
5
+
6
+::;gnew::π¦ NEW:
7
+::;gimp::π IMPROVE:
8
+::;gfix::π FIX:
9
+::;grlz::π RELEASE:
10
+::;gdoc::π DOC:
11
+::;gtst::π€ TEST:
12
+::;gbrk::βΌοΈ BREAKING:
0 commit comments