Commit graph

4139 commits

Author SHA1 Message Date
sbenner a93fa1de25 Move user config and host config 2013-11-26 09:46:27 -05:00
sbenner 17f0151419 Remove key binding to mappy 2013-11-26 09:45:39 -05:00
sbenner 58c0ca6ebd Remove data/windows directory 2013-11-26 09:45:07 -05:00
sbenner 25bab03a81 Change font to Source Code Pro 2013-11-26 09:43:51 -05:00
syl20bnr 29ab549e21 Update Color Theme section of the readme 2013-11-26 00:55:59 -05:00
syl20bnr aa0c27d100 Update solarized theme 2013-11-26 00:32:00 -05:00
syl20bnr 52fc875131 Better support for on the fly theme change, flycheck new look and feel. 2013-11-26 00:24:50 -05:00
syl20bnr 503f6ef577 Default fringe on laptop 2013-11-26 00:23:47 -05:00
syl20bnr ff81202216 Improve smartparens 'paredit' key bindings 2013-11-25 21:04:49 -05:00
syl20bnr a2f47f53c0 Move major mode key bindings to their init files 2013-11-25 21:04:18 -05:00
sbenner 7699879490 Add helm-descbinds mode to list key bindings in a helm buffer. 2013-11-25 11:53:28 -05:00
syl20bnr c324c9927f Add ac-ispell mode 2013-11-25 00:19:04 -05:00
syl20bnr 503a01437d Add key binding to set source and target languages for google translate 2013-11-25 00:18:28 -05:00
syl20bnr cb15e87d75 Develop the How it works section of the readme 2013-11-23 23:35:14 -05:00
syl20bnr f3195f40d1 Add more accessible key sequence for go to beginning of line and end of line 2013-11-23 23:07:39 -05:00
syl20bnr 44ab9c9e3c Add spell check support to markdown files and text files 2013-11-23 23:04:26 -05:00
syl20bnr c11c8a0dd7 Add readme toc generated with doctoc 2013-11-23 23:00:41 -05:00
syl20bnr c68738293e Update readme 2013-11-23 22:50:11 -05:00
syl20bnr 3c93a7ab9d Vimacs readme 2013-11-23 01:12:46 -05:00
syl20bnr da3b21154d Ingore mouse click with centered-cursor mode and evil mode 2013-11-22 22:13:11 -05:00
sbenner 349887d29b Switch all paredit key bindings to smartparens equivalent (directly available in
all buffers)
2013-11-21 15:37:23 -05:00
sbenner e5d7472950 Fix lazy loading of flycheck 2013-11-21 15:37:07 -05:00
sbenner 8ce2ba9a1e Fix lazy loading of pylookup 2013-11-21 10:25:29 -05:00
syl20bnr 0df444e52a Add key binding to go to the next EDTS code issue 2013-11-20 22:54:00 -05:00
syl20bnr 08dc76c83c Fix erlang/EDTS lazy loading 2013-11-20 22:51:31 -05:00
syl20bnr 801a5494fa Fix initialization of auto-highlight-symbol-mode 2013-11-20 22:51:31 -05:00
sbenner e9b4b33d1e Some configuration need to be in :init to be set at emacs boot time 2013-11-20 22:51:31 -05:00
syl20bnr 1ffb42448e Migrate all package configs to use-package.
Total load time for 90+ packages without byte-compiling: 3s... amazing !
Thanks to \@jwiegley :-)
2013-11-20 00:30:48 -05:00
syl20bnr 9eed0e3078 Testing use-package 2013-11-19 00:09:42 -05:00
syl20bnr a9345bc847 Add use-package macro 2013-11-19 00:09:13 -05:00
sbenner 2d53525f3a Minor change 2013-11-18 16:13:29 -05:00
sbenner c34328d346 Change upcase-word to upcase-region command on SPC xU
Same thing of the downcase variant on xu
2013-11-18 15:49:16 -05:00
sbenner 16a2ea6b0d Remove deprecated macros 2013-11-18 15:37:06 -05:00
sbenner 58b2941c4f Recenter cursor at EOF 2013-11-18 14:30:29 -05:00
sbenner f7125b9a66 Diminish volatile-highlights mode indicator 2013-11-18 09:19:28 -05:00
syl20bnr 0a9dab659b Add volatile-highlights mode 2013-11-18 01:06:38 -05:00
syl20bnr cba91baa04 Add after macro 2013-11-18 01:06:08 -05:00
syl20bnr 6c36e18ed5 Add (setq window-combination-resize t) for golden-ratio mode to work properly 2013-11-18 00:00:35 -05:00
syl20bnr f28544921d Do not split windows evenly (since I use golden-ratio mode) 2013-11-17 23:59:59 -05:00
syl20bnr df244a0fb4 Add some slime nav keybindings 2013-11-17 23:59:09 -05:00
syl20bnr 306bd87174 Switch to official golden-ratio package 2013-11-17 21:45:13 -05:00
syl20bnr 86a62b3b85 Open init.el in current window instead of a new one 2013-11-17 21:14:33 -05:00
syl20bnr 76af14e6b8 Move global-centered-cursor-mode to the end of init.el
Seems that doing it in the init-centered-cursor file provokes
an infinite loop.
2013-11-15 22:45:13 -05:00
syl20bnr b00dcbe0ac Last commits for nose.el 2013-11-15 22:32:35 -05:00
syl20bnr 54d9804128 Always enable centered-cursor mode 2013-11-15 22:30:20 -05:00
syl20bnr b94bf108d8 Add last cherry pick from solarized-emacs 2013-11-15 21:58:55 -05:00
syl20bnr 3cb9fa25b9 Add Hy mode 2013-11-15 19:20:52 -05:00
sbenner 4c59c555d0 Remove flycheck integration with next-error
Prefere to call flycheck-next-error explicitly.
2013-11-15 12:03:25 -05:00
sbenner 8f1e088b0a Update erlang version 2013-11-15 12:02:13 -05:00
sbenner 6a5a866f95 Add find-user-init-file function 2013-11-15 10:55:23 -05:00