Browse Source

Updated sublime prefs and added keybinds; add emacs prefs and packages list

master
Macoy Madson 5 years ago
parent
commit
a106b082f1
  1. 314
      Emacs/emacsConfig.txt
  2. 21
      Emacs/emacsPackages.txt
  3. 9
      SublimeText3/SublimeKeybinds.json
  4. 49
      SublimeText3/SublimeSettings.json

314
Emacs/emacsConfig.txt

File diff suppressed because one or more lines are too long

21
Emacs/emacsPackages.txt

@ -0,0 +1,21 @@
ace-jump-mode 2.0.0.0 a quick cursor location minor mode for emacs
ag 20180225.240 A front-end for ag ('the silver searcher'), the C ack replacement.
alect-themes 20180322.1408 Configurable light, dark and black themes for Emacs 24 or later
avy 20180415.1259 Jump to arbitrary positions in visible text and select text quickly.
base16-theme 20180320.2254 Collection of themes built on combinations of 16 base colors
better-defaults 0.1.2 Fixing weird quirks and poor defaults
darktooth-theme 20171206.639 From the darkness... it watches
dtrt-indent 0.2.0 Adapt to foreign indentation offsets
dumb-jump 20180323.1942 jump to definition for multiple languages without configuration.
fiplr 0.1.3 Fuzzy finder for files in a project.
flx-ido 20180117.719 flx integration for ido
ido-vertical-mode 0.1.1 Makes ido-mode display vertically.
marmalade-demo 0.0.5 a demonstration elpa package
multiple-cursors 20180406.1350 Multiple cursors for Emacs.
powerline 20180321.1948 Rewrite of Powerline
projectile 20180324.2226 Manage and navigate projects in Emacs easily
smex 3.0 M-x interface with Ido-style fuzzy matching.
smooth-scrolling 20161002.1249 Make emacs scroll smoothly
sublime-themes 20170606.1144 A collection of themes based on Sublime Text
xah-find 20180310.450 find replace in pure emacs lisp. Purpose similar to grep/sed.
zenburn-theme 2.1 A low contrast color theme for Emacs.

9
SublimeText3/SublimeKeybinds.json

@ -0,0 +1,9 @@
[
{ "keys": ["ctrl+m", "ctrl+l"], "command": "fold_by_level", "args": {"level": 1} },
{ "keys": ["ctrl+m", "ctrl+m"], "command": "unfold_all" },
{ "keys": ["ctrl+shift+alt+a"], "command": "alignment" },
{ "keys": ["ctrl+alt+p"], "command": "prompt_select_workspace"},
{ "keys": ["ctrl+j"], "command": "ace_jump_word"},
{ "keys": ["ctrl+shift+j"], "command": "ace_jump_char"},
{ "keys": ["ctrl+shift+g"], "command": "ace_jump_line"}
]

49
SublimeText3/SublimeSettings.json

@ -1,24 +1,29 @@
{
"added_words":
[
"Macoy"
],
"auto_match_enabled": false,
"caret_extra_width": 1,
"color_scheme": "Packages/User/Color Highlighter/themes/laravel.tmTheme",
"enable_tab_scrolling": false,
"font_face": "Consolas",
"font_size": 10,
"ignored_packages":
[
"Vintage"
],
"predawn_tabs_active_underline": true,
"predawn_tabs_small": true,
"rulers":
[
100
],
"theme": "Adaptive.sublime-theme",
"word_wrap": "false"
"added_words":
[
"Macoy"
],
"auto_match_enabled": false,
"caret_extra_width": 1,
"color_scheme": "Packages/Dayle Rees Color Schemes/sublime/contrast/earthsong-contrast.tmTheme",
"enable_tab_scrolling": false,
"font_face": "Ubuntu Mono",
"font_options":
[
"directwrite",
"subpixel_antialias"
],
"font_size": 11,
"ignored_packages":
[
"Vintage"
],
"predawn_tabs_active_underline": true,
"predawn_tabs_small": true,
"rulers":
[
100
],
"theme": "Adaptive.sublime-theme",
"word_wrap": "false"
}

Loading…
Cancel
Save