Skip to content

Commit

Permalink
Revert "temporary fix for issue with gutter icons in ST3"
Browse files Browse the repository at this point in the history
This reverts commit 423242d.
  • Loading branch information
Aleksandr Gornostal committed Feb 28, 2013
1 parent 6279f55 commit 987cd0e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Modific.py
Expand Up @@ -8,19 +8,6 @@
import re


def plugin_loaded():
"""
Ugly hack for icons in ST3
kudos: https://github.com/facelessuser/BracketHighlighter/blob/BH2ST3/bh_core.py#L1380
"""
from os import makedirs
from os.path import exists, join

icon_path = join(sublime.packages_path(), "Theme - Default")
if not exists(icon_path):
makedirs(icon_path)


def get_settings():
return sublime.load_settings("Modific.sublime-settings")

Expand Down

0 comments on commit 987cd0e

Please sign in to comment.