Commit 2299d5f7c72c7aad8ccd3313ccd60d7558838b08
1 parent
6368bf6431
Exists in
master
added new sublime settings
Showing 2 changed files with 8 additions and 2 deletions Side-by-side Diff
openbox/openbox/menu.xml
View file @
2299d5f
... | ... | @@ -244,7 +244,7 @@ |
244 | 244 | </menu> |
245 | 245 | <separator/> |
246 | 246 | <menu execute="cb-places-pipemenu" id="pipe-placesmenu" label="Places"/> |
247 | - <menu execute="cb-recent-files-pipemenu" id="pipe-recentfilesmenu" label="Recent Files"/> | |
247 | + <!--<menu execute="cb-recent-files-pipemenu" id="pipe-recentfilesmenu" label="Recent Files"/>--> | |
248 | 248 | <separator/> |
249 | 249 | <menu id="settings" label="Settings"> |
250 | 250 | <menu execute="cb-compositor" id="CompositingPipeMenu" label="Compositor"/> |
sublime-text-3/User/Preferences.sublime-settings
View file @
2299d5f
... | ... | @@ -147,6 +147,12 @@ |
147 | 147 | "use_simple_full_screen": false, |
148 | 148 | "use_tab_stops": true, |
149 | 149 | "word_wrap": false, |
150 | - "wrap_width": 0 | |
150 | + "wrap_width": 0, | |
151 | + // Display file encoding in the status bar | |
152 | + "show_encoding": false, | |
153 | + | |
154 | + // Display line endings in the status bar | |
155 | + "show_line_endings": false, | |
156 | + | |
151 | 157 | } |