aboutsummaryrefslogtreecommitdiffstats
path: root/commands/terminal/terminal.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/terminal/terminal.go')
-rw-r--r--commands/terminal/terminal.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/commands/terminal/terminal.go b/commands/terminal/terminal.go
index c93f80ec..edc8429f 100644
--- a/commands/terminal/terminal.go
+++ b/commands/terminal/terminal.go
@@ -4,9 +4,7 @@ import (
"git.sr.ht/~rjarry/aerc/commands"
)
-var (
- TerminalCommands *commands.Commands
-)
+var TerminalCommands *commands.Commands
func register(cmd commands.Command) {
if TerminalCommands == nil {