Commit graph

19 commits

Author SHA1 Message Date
vkz bd432752bc Replace after-init-hook with emacs-startup-hook
This has a benefit of not assuming that the user .emacs.d/ is in the
user home directory. Should continue to work as expected when this is
the case, but you could also start a fresh Emacs session like
so (assumes OSX):
open -a Emacs.app -n --args -q -l /path/to/emacs.d/init.el
So you don't have to muddle with symlinking your ~/.emacs.d or replacing
it with another just to try Spacemacs (or any other config). Note, that
this won't work with `after-init-hook` which doesn't appear to run when
Emacs is run with -q flag. As a result the `dotspacemacs/config` in your
.spacemacs won't run.
2015-08-04 23:17:12 -04:00
Diego Berrocal 460ce54006 Org conversion of all READMEs ! 2015-06-11 21:31:42 -04:00
Eivind Fonn 5c0862c4aa Fix smex prompt whitespace 2015-05-27 23:03:35 -04:00
syl20bnr fdd4e944ef Reload dotfile and layer anywhere with SPC f e R
Replace `SPC m c c` and `C-c C-c` in the dotfile

Resolve #1210
2015-04-18 23:40:24 -04:00
syl20bnr 53edf82299 Use helm by default for all key bindings equivalent to M-x
Resolves #901
2015-03-21 13:18:33 -04:00
syl20bnr 7cd4973237 Define dotspacemacs-command-key key-bindings in an after-init-hook
Allows the user to overwrite any key binding
2015-03-03 00:14:00 -05:00
syl20bnr 96723eb7eb Update wrong code snippets in READMEs 2015-02-17 22:36:12 -05:00
sbenner c4247b9fe3 Fix error when invoking ido
Occurs if `dotspacemacs-toggle-feature-leader-on-jk` is suppressed
from .spacemacs
2015-01-23 11:16:05 -05:00
syl20bnr db09ca3d9c Remove leader on jk from smex layer README 2015-01-20 12:25:58 -05:00
syl20bnr 5dcb78ed1d Remove key-chord dependency
Resolves #371 #439
2015-01-18 00:32:27 -05:00
syl20bnr ceefe88b75 Update CONTRIBUTE.md and add file headers
Also add default file header to layer templates.
2015-01-13 23:12:56 -05:00
syl20bnr fd0e9abbe7 Move layer images into img directories 2014-12-24 01:03:49 -05:00
syl20bnr 299e404600 Reformat smex layer 2014-12-14 00:16:04 -05:00
syl20bnr 4add1b7a62 Remove absolute links in READMEs 2014-12-11 19:55:44 -05:00
syl20bnr be11d44009 Fixes #236 custom ex-command and M-x command key
New variable: dotspacemacs-command-key
2014-12-10 22:12:54 -05:00
syl20bnr 68fbb286de Fix defvar instead of setq in readme 2014-12-09 23:50:48 -05:00
syl20bnr 845a5d69d3 Add github configuration layer 2014-12-01 22:54:19 -05:00
syl20bnr e993927b97 Missing smex png 2014-12-01 21:49:01 -05:00
syl20bnr a7e7646256 Add smex configuration layer 2014-12-01 21:45:05 -05:00