diff --git a/default.config.yml b/default.config.yml index 7537dcd..6af7e2f 100644 --- a/default.config.yml +++ b/default.config.yml @@ -64,7 +64,7 @@ homebrew_cask_appdir: /Applications homebrew_cask_apps: - docker - dropbox - - fing + # - fing # Download link keeps getting changed, d'oh! - firefox - google-chrome - handbrake diff --git a/files/sublime/Library/Packages/User/Preferences.sublime-settings b/files/sublime/Library/Packages/User/Preferences.sublime-settings index 9856e06..812fd29 100644 --- a/files/sublime/Library/Packages/User/Preferences.sublime-settings +++ b/files/sublime/Library/Packages/User/Preferences.sublime-settings @@ -32,4 +32,6 @@ "folder_exclude_patterns": ["node_modules", ".svn", ".git", ".hg", "CVS", "vendor", ".bundle", ".vagrant"], "file_exclude_patterns": ["*.pyc", "*.pyo", "*.exe", "*.dll", "*.obj","*.o", "*.a", "*.lib", "*.so", "*.dylib", "*.ncb", "*.sdf", "*.suo", "*.pdb", "*.idb", ".DS_Store", "*.class", "*.psd", "*.db", "*.sublime-workspace"], "binary_file_patterns": ["generated/*", "*.tbz2", "*.gzip", "*.jpg", "*.jpeg", "*.png", "*.gif", "*.ttf", "*.tga", "*.dds", "*.ico", "*.eot", "*.pdf", "*.swf", "*.jar", "*.zip"] + "auto_complete": false, + "auto_complete_commit_on_tab": true, }