syl20bnr
346e9b5d27
Completely changed the philosophy of iedit state
...
It is now a stock normal state adapted to iedit
2014-12-06 00:57:20 -05:00
syl20bnr
3c676497c8
Change color of iedit states
2014-12-06 00:56:16 -05:00
syl20bnr
934e2e7916
Activate leader in iedit and iedit-insert states
2014-12-06 00:55:56 -05:00
syl20bnr
736962cec6
Update iedit layer readme
2014-12-05 22:15:55 -05:00
syl20bnr
a6d45faba0
Enable evil-escape fd
in iedit states to exit to normal state
2014-12-05 22:15:17 -05:00
syl20bnr
9c036007fb
Remove Shift+Return to exit iedit-insert state
...
It is not consistent with the rest of spacemacs
2014-12-05 22:14:35 -05:00
Herbert Jones
86dd3cbc86
Integrate ahs with evil search functionality
...
When auto-highlight-symbol is used, it does not currently place the
searched term into the search ring, so that after ahs mode is left,
hitting "n" or "N" does not return to the search term that was selected
by hitting "*" or "#". Some extra steps must be taken to perform the
expected search behavior of "n" and "N" after "*" or "#".
This also integrates the searched term into the ex mode substitute
command, so that "%s//replace/" works as expected.
2014-12-05 20:45:08 -05:00
Chris Barrett
7138f594c9
Skip installation of nonexistent packages
...
When attempting to install a package on startup, test whether it is in
the package archives list. If it is not, skip the installation attempt
and issue a warning.
Resolves #212
2014-12-05 20:41:19 -05:00
Ian Ker-Seymer
bb5f2738c1
Clarify adding package in configuration layer
2014-12-05 20:40:39 -05:00
syl20bnr
de2183054f
Fix missing ~
in README and missing Paradox link in DOC
2014-12-05 20:35:39 -05:00
Chris Barrett
3ba098db94
Features, Installation and updates, Configuration and typos
...
Streamline descriptions and remove some lists of specific features. Also
reorder headings to focus on features with lists and pretty pictures to
make things more attractive.
I felt that drawing attention to specific Emacs packages in the readme
would be meaningless to people coming from Vim. They're covered in the
main documentation file anyway.
Properly define what a configuration layer is, and describe the main
roles of the ~/.spacemacs file.
Provide a brief overview on how to load config layers, since this is the
something users will probably want to do immediately.
Fix typos: Identified in review of c36a36fecf7
2014-12-05 20:19:33 -05:00
syl20bnr
ec20d9e69e
Add C-g
to iedit and iedit-instert states
2014-12-05 15:41:21 -05:00
syl20bnr
528c4efec3
Add p
to iedit state to replace occurrence with last yanked (copied) text
2014-12-05 15:32:41 -05:00
syl20bnr
75b8db0857
Fix lazy loading of iedit
2014-12-05 10:21:52 -05:00
syl20bnr
9a71c65e6a
Add hjkl navigration to iedit state
2014-12-05 10:20:40 -05:00
syl20bnr
73d7c29f9a
iedit state: c
is now evil-change
2014-12-05 10:19:19 -05:00
Daniel Wu
478ffb98cf
bind other-frame to SPC w o
2014-12-05 01:10:30 -05:00
Chris Barrett
62d74bb818
Introduction
...
Rework the introduction to be clearer about Spacemacs' goals and its
differentiating features.
2014-12-05 01:10:05 -05:00
syl20bnr
a6cb2c670f
Missing info in iedit layer readme
2014-12-05 01:09:00 -05:00
syl20bnr
48d3f859f2
Improve iedit layer readme
2014-12-05 01:07:38 -05:00
syl20bnr
97d1addf24
Remove unneeded eval-after-load
in ahs initialization
2014-12-05 00:59:57 -05:00
syl20bnr
a48c0a2207
Add iedit layer
2014-12-05 00:59:35 -05:00
syl20bnr
2d726f21a0
Rename spacemacs//diminish to spacemacs|diminish
...
and spacemacs//hide-lighter to spacemacs|hide-lighter
to respect the conventions on macros name
2014-12-03 22:39:18 -05:00
syl20bnr
585c7d7e5e
Fix helm-resume key bindings conflict, now using <SPC> h l
...
for helm last buffer
2014-12-03 22:38:47 -05:00
syl20bnr
a959a654c0
Change implementation of window-resize micro-state
...
Remove advice and define wrapper functions, it prevents
unwanted trigger of the micro-state when calling the
magit status buffer for instance.
2014-12-03 22:07:04 -05:00
syl20bnr
c43716310a
Fix *
and #
with ahs
...
Now pressing `*` correctly goes to the next occurrence
and `#` to the previous occurrence
2014-12-03 22:06:14 -05:00
Chris Sattinger
9526997f9c
change "key sequence" fd to "key chord"
...
typing the key sequence (one after another) results in inserting "fd"
holding them together results in escaping to normal mode.
so I think "key chord" is correct, though I don't understand how you could set it to "jj".
2014-12-03 20:37:03 -05:00
Ryan Phillips
5c4f0af65c
fix paradox keybinding
2014-12-03 20:36:56 -05:00
syl20bnr
abc0a22e5c
Fixes #195 Add documentation for <SPC> o
(reserved to users)
2014-12-03 00:32:25 -05:00
syl20bnr
491aef548b
Fixes #196 Move <SPC> w v and <SPC> w b and window resize micro-state
2014-12-03 00:20:18 -05:00
syl20bnr
fd6ade2141
Update micro-state minibuffer text for ahs
2014-12-03 00:19:42 -05:00
syl20bnr
ef84f917af
Align tables in documentation
2014-12-03 00:19:14 -05:00
syl20bnr
81d0694497
Move paradox to spacemacs layer
2014-12-02 23:41:06 -05:00
syl20bnr
21a4812b06
Evilify magit buffers, paradox buffer and gist-list buffer
2014-12-02 23:36:58 -05:00
syl20bnr
f8aa878ff1
Add evilify functions and macros
2014-12-02 23:34:16 -05:00
Ian Ker-Seymer
c4abd5d96a
Fix typo in DOCUMENTATION.md
2014-12-02 19:10:44 -05:00
syl20bnr
8ea0b4a7db
Disable auto-highlight of symbol
...
Must now be performed on demand with `<SPC> s h`
2014-12-02 16:27:27 -05:00
syl20bnr
fda445bfad
Disable auto-highlight-symbol in org-mode
2014-12-02 00:19:54 -05:00
syl20bnr
99aa246e7d
Add leuven theme from MELPA
2014-12-02 00:15:38 -05:00
syl20bnr
322fceb207
Fixes #186 Extend support for native themes.
2014-12-01 23:56:54 -05:00
jesse keane
309e033590
fix template location in DOCUMENTATION.md
2014-12-01 23:23:48 -05:00
syl20bnr
5295e9e3a3
Move Haskell to its own lang contrib layer
2014-12-01 23:22:45 -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
ae99d41aac
Add 200th star achievement
2014-12-01 21:48:21 -05:00
syl20bnr
1c9831541a
Better definition of custom ido key binidngs
2014-12-01 21:45:42 -05:00
syl20bnr
a7e7646256
Add smex configuration layer
2014-12-01 21:45:05 -05:00
David C. Bishop
766dbc81db
Update spacemacs.template file location.
2014-12-01 20:09:37 -05:00
syl20bnr
957e76e9cd
Merge branch 'trishume/fix-up-contrib' into develop
2014-12-01 19:33:50 -05:00
Tristan Hume
c5eb258404
Extracted a separate layer for Auctex
2014-12-01 18:31:12 -05:00