Commit graph

1026 commits

Author SHA1 Message Date
syl20bnr f0c1cae973 Fix a bug with yasnippet loading 2014-10-14 01:22:39 -04:00
syl20bnr a6c10aeed4 Add ido-vertical-mode with doc in readme 2014-10-14 01:20:59 -04:00
syl20bnr c5fed34020 Reformat Lisp section in readme 2014-10-14 00:35:00 -04:00
syl20bnr 93c97c54e5 Add missing URL in readme 2014-10-14 00:23:54 -04:00
syl20bnr e757878da5 Update doc. about Lisp in readme 2014-10-14 00:22:24 -04:00
syl20bnr c366e4e38d Fix incorrect base state after fd
The solution was to make spacemacs-last-base-state variable
a buffer local variable.
2014-10-13 21:22:26 -04:00
syl20bnr 6974e1cd8a Move gitter badge 2014-10-13 20:59:44 -04:00
Sylvain Benner e082578e20 Merge pull request #13 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
2014-10-13 20:55:01 -04:00
The Gitter Badger d57e1c3fe5 Added Gitter badge 2014-10-14 00:54:05 +00:00
syl20bnr dc6a817914 Update to last key bindings for lisp state 2014-10-13 00:29:41 -04:00
syl20bnr 0d458c0e64 Update title 2014-10-13 00:03:43 -04:00
syl20bnr baffa23b84 Replace ASCII art by screenshot 2014-10-12 23:56:29 -04:00
syl20bnr 32b0ea6635 Add tips for advanced users in readme 2014-10-12 23:53:27 -04:00
syl20bnr 6129b7c8c9 Move window-numbering key bindings to packages.el 2014-10-12 23:30:02 -04:00
syl20bnr 0d23f82b99 Correctly define variable spacemacs-last-base-state 2014-10-12 23:23:05 -04:00
syl20bnr 9db88d8928 Move evil key bindings from keybindings.el to packages.el
In init-evil :config
2014-10-12 23:22:22 -04:00
syl20bnr dad4ab60b7 Add new concept of base state 2014-10-12 22:31:53 -04:00
syl20bnr 3ad4412c2d Fix wrong state when leaving insert state in some cases
Example: if you are in base state lisp, then go in
visual state to select some text and then go in insert
state (by pressing `c` or instance), when you leave
the insert state, instead of ending up in lisp state you
end up in normal state.
2014-10-12 21:48:38 -04:00
syl20bnr e57cb4a0fa Fix fd issue in minibuffer 2014-10-12 14:01:02 -04:00
syl20bnr fd3efcdf00 Change Neo Tree key binding to ft and configure the mode 2014-10-12 12:07:49 -04:00
syl20bnr 068c9ca7ea Add Neo Tree buffer with <SPC> p b key binding 2014-10-12 10:29:00 -04:00
syl20bnr 0f2e5495cd Change key binding for projectile switch buffer to <SPC> p s 2014-10-12 10:23:53 -04:00
syl20bnr 08763b466a Quit minibuffer with fd
Define this key binding for all minibuffer keymaps
2014-10-12 10:18:32 -04:00
syl20bnr 5719aae314 Lisp state color is pink and cursor is a bar 2014-10-12 01:42:26 -04:00
syl20bnr c11fc6cff4 Minor change in readme 2014-10-12 00:23:28 -04:00
syl20bnr d3c60fb33c Fix some typo in Git section in readme 2014-10-12 00:21:02 -04:00
syl20bnr 9ac1e38116 Add Git section in readme 2014-10-12 00:12:16 -04:00
syl20bnr 44c6ff7b37 Typo in readme 2014-10-11 22:02:04 -04:00
syl20bnr 982a26d673 Add section for beginners in readme 2014-10-11 21:35:19 -04:00
syl20bnr 2c28314ac6 Add a description of states in readme 2014-10-11 21:32:02 -04:00
syl20bnr 2462f617c8 Update evil-lisp-state key bindings in readme 2014-10-11 18:31:08 -04:00
syl20bnr 4a74e6b3b6 Remove config for unused paredit mode
Spacemacs uses smartparens instead
2014-10-11 01:07:50 -04:00
syl20bnr 9bcdad2f5f Fix diminish of smartparens lighter 2014-10-11 01:03:36 -04:00
syl20bnr 433fe391f9 Fix bug when invoking a helm window 2014-10-11 00:40:35 -04:00
syl20bnr 487a030cf8 Fix 'fd' trigger for helm 2014-10-11 00:33:29 -04:00
syl20bnr 4f3c45c5de Rewrite "return to normal" mode function
Now there should be no annoying side effects with
the escape sequence 'fd'. It should also work for
custom sequences.
2014-10-11 00:24:15 -04:00
syl20bnr 646c25e031 Leaving insert state now return to previous state instead of normal state
Handy to go back and forth between lisp and insert state.
2014-10-10 11:32:03 -04:00
syl20bnr 8201b19a94 Switch to MELPA package for evil-lisp-state 2014-10-10 11:25:46 -04:00
syl20bnr 7fdecc6efc Change cursor shape for evil-lisp-state to a box 2014-10-10 09:57:43 -04:00
syl20bnr 6dcd8ae5b5 Update to last evil-state-map 2014-10-10 09:55:27 -04:00
syl20bnr b2245bfb3b Add evil-lisp-state to navigate and edit sexp trees 2014-10-10 00:38:57 -04:00
syl20bnr f245f20fa0 Start an Emacs server at the end of init.el 2014-10-09 14:06:59 -04:00
syl20bnr ccc557b62f Global scope for ace-jump mode 2014-10-09 14:05:02 -04:00
syl20bnr a6d55c5382 Add a bunch of command to lisp micro-state
Advice is not the good approach, will do a mode.
2014-10-09 00:55:48 -04:00
syl20bnr af720161f5 switch-to-normal-mode now works with read-only buffers 2014-10-06 13:07:06 -04:00
syl20bnr b8cd058602 Revert back to fd to return to normal mode
see modified readme for more info
2014-10-06 12:54:27 -04:00
syl20bnr 7724561280 Add Lisp micro-state screenshot 2014-10-06 00:49:31 -04:00
syl20bnr 07042fc745 Add Lisp documenation in readme 2014-10-06 00:37:56 -04:00
syl20bnr 9028ebaabf Add smartparens micro-state to navigate in Lisp code 2014-10-06 00:12:01 -04:00
syl20bnr c15dcfd71f Replace mini-mode by micro-state in comment 2014-10-06 00:10:59 -04:00