I often use the commands sublime.log_commands(True) and sublime.log_input(True). May I make so that these commands functioned by default when I start Sublime Text 3 that I didn’t need to enter every time these commands into the console? And if I want to terminate commands, I can always enter into the console sublime.log_commands(False) and sublime.log_input(False).
Thanks.