Skip to content

Commit

Permalink
fix: Fix theme commands (grey menu)
Browse files Browse the repository at this point in the history
  • Loading branch information
equinusocio committed Oct 11, 2016
1 parent c68a9b4 commit 733b4bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion plugins/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from .activation import *
from .changelog import *
from .config import *
from .environment import *
from .links import *
from .info import *
2 changes: 1 addition & 1 deletion plugins/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
'''
import sublime
import sublime_plugin
import os
import mdpopups
import os
from collections import OrderedDict

OPTIONS = OrderedDict(
Expand Down

0 comments on commit 733b4bb

Please sign in to comment.