Commit graph

1537 commits

Author SHA1 Message Date
syl20bnr 76648c8575 Add documentation for <SPC> t L toggle visual lines 2014-11-24 22:58:13 -05:00
mooglinux 60f6240163 Added toggle for visual-line-mode 2014-11-24 22:57:39 -05:00
syl20bnr fc28fb4993 Lazy load recentf mode 2014-11-24 22:49:10 -05:00
syl20bnr 6ddde97ee9 Remove projectile-commander. Define explicit key bindings
This is better because now `<SPC> p` is a correct prefix binding
and we can benefit from guide-key and `<SPC> ?`
2014-11-23 23:35:58 -05:00
syl20bnr b6496323c4 Remove unneeded variable spacemacs-mode-line-flycheckp 2014-11-23 23:15:11 -05:00
syl20bnr 94c2f61f9c Replace lambda for <SPC> TAB with spacemacs/last-buffer 2014-11-23 23:10:04 -05:00
syl20bnr 247ceb765c Typo in readme 2014-11-23 22:58:24 -05:00
syl20bnr c10a112b8e Readme modifications (key bindings and contribution) 2014-11-23 22:55:35 -05:00
syl20bnr 677e33657a Add quick install to readme 2014-11-23 22:42:31 -05:00
syl20bnr 8a88c06241 Fixes #146 Add support for fancy-battery in mode-line 2014-11-23 22:34:57 -05:00
syl20bnr 2d9547d278 Add CONVENTIONS.md file 2014-11-23 10:27:22 -05:00
syl20bnr 570033214d Add makefile to launch tests and dummy tests
Using ERT
2014-11-23 10:24:24 -05:00
syl20bnr 0fd950f6ae Update evil-plugins submodule 2014-11-23 00:46:02 -05:00
syl20bnr 99fdb754d1 Fixes #136 add truncate lines toggle key bindings
Also update the documentation about toggles and simplify the
toggle frame related bindings
2014-11-23 00:41:29 -05:00
syl20bnr 616ced2283 Update buffer key bindings documentation and remove lambdas
Add confirmation for revert and erase functions.
2014-11-23 00:41:27 -05:00
Tristan Hume bb1a0c4fcf Problems with company-auctex fixed upstream 2014-11-22 20:14:52 -05:00
Tristan Hume 09c0910a33 Better Readme and Docs 2014-11-22 16:53:38 -05:00
syl20bnr bdd2047d8f Minor README change 2014-11-22 01:31:33 -05:00
syl20bnr a6ee4eaa6a Improve configuration layer documentation 2014-11-22 01:17:38 -05:00
syl20bnr 829b2569cb readme tweaks 2014-11-22 00:53:13 -05:00
syl20bnr 8f6410b4cb Split readme into README.md and DOCUMENTATION.md 2014-11-22 00:45:19 -05:00
Daniel Wu aed0fc8ef8 use another way to not auto-indent in python mode 2014-11-22 00:10:06 -05:00
syl20bnr 382a72c9a3 Add function to create a new configuration layer 2014-11-22 00:08:44 -05:00
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