diff options
author | William Carroll <wpcarro@gmail.com> | 2016-06-23T15·13-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2016-06-23T15·13-0400 |
commit | 92fda930031f3fb64ce3f353845a01f05dd25cf4 (patch) | |
tree | 9beee2209a711999894be880d8c4e27a1ad9f3dc | |
parent | 28804c7bd243953ef4736d64288c24a2ed638424 (diff) |
Hyperlinks to user settings
-rw-r--r-- | README.md | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/README.md b/README.md index 97fa07ea5731..64ad5243ae4e 100644 --- a/README.md +++ b/README.md @@ -32,23 +32,7 @@ I'm documenting this for personal use. Shell settings, vim settings, commonly us #### Sublime preferences (user) -``` -{ - "color_scheme": "Packages/User/SublimeLinter/Oceanic Next (SL).tmTheme", - "font_face": "Source Code Pro", - "font_size": 12, - "ignored_packages": - [ - "Vintage", - "VintageousOrigami" - ], - "tab_size": 2, - "theme": "Oceanic Next.sublime-theme", - "translate_tabs_to_spaces": true, - "vintage_start_in_command_mode": true, - "vintageous_use_ctrl_keys": true -} -``` +[Preferences.sublime-settings](https://github.com/wpcarro/pc_settings/blob/master/Preferences.sublime-settings) ### other notes * add Adobe Source Code Pro font for shell and text editors |