Skip to content

Commit

Permalink
* move mods out of dist_dir in preparation for manual loading
Browse files Browse the repository at this point in the history
  • Loading branch information
DisposaBoy committed Feb 4, 2013
1 parent 59b6873 commit d481700
Show file tree
Hide file tree
Showing 15 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions gosubl/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

9 changes: 5 additions & 4 deletions gscommon.py → gosubl/gs.py
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,8 @@ def sel(view, i=0):
LOGFILE = DEVNULL
notice(NAME, 'Cannot create log file. Remote(margo) and persistent logging will be disabled. Error: %s' % ex)

# init
settings_obj().clear_on_change("GoSublime.settings")
settings_obj().add_on_change("GoSublime.settings", sync_settings)
sync_settings()
def gs_init():
# init
settings_obj().clear_on_change("GoSublime.settings")
settings_obj().add_on_change("GoSublime.settings", sync_settings)
sync_settings()
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d481700

Please sign in to comment.