Commit graph

1314 commits

Author SHA1 Message Date
syl20bnr
8cb1230e7e Add function dotspacemacs/install 2014-11-21 22:33:54 -05:00
syl20bnr
cb5b079970 Move variable definitions from init.el to spacemacs-mode.el 2014-11-21 22:14:58 -05:00
syl20bnr
0c8f599a22 Discover private configuration layers 2014-11-21 22:06:04 -05:00
syl20bnr
a045a2edd0 Clean .projectile file content 2014-11-21 21:55:19 -05:00
syl20bnr
97145c1781 Rename contribsys.el to config-system.el 2014-11-21 21:55:00 -05:00
syl20bnr
28c6cd2a91 Move dotfile related stuff into dotspacemacs.el file 2014-11-21 21:20:20 -05:00
syl20bnr
c8992dfb7b Add empty templates for configuration layers 2014-11-21 21:07:05 -05:00
syl20bnr
30e4d9d48b Move .spacemacs.template to template directory 2014-11-21 21:06:41 -05:00
syl20bnr
33a5bad727 Create private directory 2014-11-21 21:06:11 -05:00
Nate Wolfe
91cee121d6 Add a link to the use-package macro in README#initialization 2014-11-21 17:09:25 -08:00
Tristan Hume
9e874f5e6b Use the new exclusion feature for company contrib 2014-11-20 20:24:11 -05:00
sbenner
5979724964 Fix rainbow-identifiers faces update when theme is specified in dotfile 2014-11-20 16:49:19 -05:00
syl20bnr
987871a749 Add function to go to the last occurrence of the last symbol searched
with ahs

Bound on `<SPC> s b`
2014-11-20 01:16:18 -05:00
syl20bnr
be9e7ba88a Merge branch 'trishum' into develop
- Aggressive indent
- Hungry delete
- Remove smooth scrolling which is now in spacemacs layer
2014-11-19 22:18:59 -05:00
Brannon Lucas
c3a0ff5394 typo 2014-11-19 22:17:50 -05:00
Tristan Hume
6db5407dd4 More fanciness for my contrib 2014-11-19 20:34:23 -05:00
syl20bnr
7b0ae5320e Add 100th star achievement and shift markdown header levels 2014-11-19 20:11:46 -05:00
syl20bnr
7494c8df90 Disable temporarily evil-plugins
Due to a bug in evil-little-word
2014-11-19 00:26:21 -05:00
syl20bnr
15a5da621c Add twitter link 2014-11-18 23:49:54 -05:00
syl20bnr
d39f528709 Sort in alphabetical order init function in spacemacs/packages.el 2014-11-18 21:46:52 -05:00
syl20bnr
cd867f2d08 Put all evil packages initialization in their own init function 2014-11-18 21:46:47 -05:00
syl20bnr
467b70100b Prepend '(Spacemacs)' for all spacemacs messages 2014-11-18 21:46:46 -05:00
syl20bnr
d3a6b67a35 Enable full navigaton on hjkl in magit buffers 2014-11-18 21:46:45 -05:00
syl20bnr
1649479fd2 Fixes #128 Cannot use <SPC> leader in Magit buffers 2014-11-18 21:46:43 -05:00
Daniel Wu
25f2bce641 bug fix: electric-indent-mode causes incorrent indentation when adding comma after if statement 2014-11-18 13:37:05 -05:00
syl20bnr
bf5075ccd2 Remove deprecated comment 2014-11-17 21:04:41 -05:00
syl20bnr
f601e7acc9 Fix counter when installing package 2014-11-17 21:01:58 -05:00
syl20bnr
066ced8ad0 Remove temporary hack for evil-search-highlight-persist
Fix is now upstream and available in MELPA
2014-11-17 20:56:54 -05:00
syl20bnr
69dfc7cb13 Use smooth-scrolling package 2014-11-17 20:42:45 -05:00
sbenner
a9c39ee9f8 Add variable dotspacemacs-smooth-scrolling to enable smooth-scrolling 2014-11-17 15:41:15 -05:00
sbenner
c266d0dcbd Add smooth scrolling mode 2014-11-17 15:12:43 -05:00
sbenner
4678be559b Revert ahs binding on <SPC> t h
ahs = auto-highlight-symbol
2014-11-17 15:12:10 -05:00
sbenner
eebb017be2 Fix "jk" experimental feature for projectile find find using ido 2014-11-17 08:46:23 -05:00
syl20bnr
b063d1bb6b Really fixes #115 2014-11-17 00:09:24 -05:00
syl20bnr
9c46f350b6 Fixes #115 Unable to customize org agenda files 2014-11-16 23:40:05 -05:00
Sylvain Benner
0374dee8b7 Merge pull request #125 from danielwuz/evil-join-to-J
Swap `J` and `<SPC> j k` to stick with Vim default

Also enhance `<SPC> j k` with prefix argument
2014-11-16 23:33:04 -05:00
capdevc
a7d9e66d23 Fix find-dotfile function
The contribsys/dotfile-location function wasn't being evaluated
2014-11-16 23:18:29 -05:00
syl20bnr
d7c8cf147d Merge branch 'smooth-startup' into develop 2014-11-16 22:45:28 -05:00
syl20bnr
9234f47852 Move coffeescript init to appropriate place 2014-11-16 22:44:45 -05:00
syl20bnr
37e57f2659 Remove solarized theme init from spacemacs/extensions.el 2014-11-16 22:41:11 -05:00
syl20bnr
39f4dbdab1 Update load-theme advice to lazy create solarized-dark 2014-11-16 22:41:11 -05:00
syl20bnr
4b46e83172 Move theme and UI elements config to spacemacs-mode 2014-11-16 22:41:11 -05:00
syl20bnr
668b9f88f9 Move contribsys package.el initialization in a function 2014-11-16 22:41:05 -05:00
Daniel Wu
3eb6400959 added an optional parameter to allow indent many lines 2014-11-16 21:30:48 -05:00
Daniel Wu
854626d634 bring join-line back to default 'J' 2014-11-16 20:38:09 -05:00
syl20bnr
50c9893ce7 Documentation update for ido + documentation for evil leader on "jk"
in readme
2014-11-16 00:15:45 -05:00
syl20bnr
82e0efa70e Add feature toggle for evil leader on "jk" in ~/.spacemacs 2014-11-16 00:15:16 -05:00
syl20bnr
707c101fa3 Add evil leader on "jk" in ido minibuffer 2014-11-16 00:14:50 -05:00
syl20bnr
1e3e8c6ccc Add evil leader on "jk" in helm buffers 2014-11-16 00:14:31 -05:00
syl20bnr
ca4c55bc44 Add evil leader on "jk" in insert state 2014-11-16 00:14:08 -05:00