Commit graph

2529 commits

Author SHA1 Message Date
Alan Zimmerman 718035d905 Note vim incompatility for , key. 2015-03-16 23:56:30 -04:00
Endre Bakken Stovner 49ffac8ad6 Added advice to prevent spc-menu in bzg 2015-03-16 23:56:28 -04:00
Rodolfo Hansen bd0721ca39 Declare floobits prefix description 2015-03-16 23:56:24 -04:00
syl20bnr 68243291ad Clean org-bullets configuration 2015-03-16 23:56:22 -04:00
Sam Gwydir 285d43580e fix org-bullets loading
fixes 'Error (use-package): Could not load package org-bullets'
2015-03-16 23:56:20 -04:00
Daniel Wu 92d20a43ea update evil-terminal-cursor due to upstream change 2015-03-16 23:56:19 -04:00
syl20bnr 7bcf1dca34 Fix error for emacs versions built without graphics support 2015-03-16 23:56:17 -04:00
syl20bnr 8918725119 Reset progress bar when C-c C-c in the dotfile 2015-03-16 23:56:16 -04:00
syl20bnr a0fb7c77b2 Update logos for fsharp and dockerfile 2015-03-16 23:56:14 -04:00
syl20bnr 0ef9f1ecbe Fast forward version to 0.100.0 2015-03-16 01:57:02 -04:00
syl20bnr 4753502945 haskell layer: Update readme 2015-03-16 01:56:28 -04:00
Pierre Radermecker 3deb06fec9 haskell layer: haskell-enable-hindent-support requires a style name
Fixes #758
2015-03-16 01:45:14 -04:00
Diego Berrocal 8223282795 dim:rcirc function needs rcirc to be loaded before 2015-03-16 01:43:38 -04:00
syl20bnr f527c1c5ff Fix window-numbering duplicated mode-line indicator 2015-03-16 01:34:32 -04:00
syl20bnr 1ea3da322c Non blocking errors at startup + inline reports in spacemacs buffer
The mode line turns red when errors have been detected
and displays the number of errors.

Fixes #440
2015-03-16 01:29:39 -04:00
syl20bnr 8b175d6eb6 Simplify ruby layer use-package
`:mode` implies `:defer t` so I removed all the `:defer t` when
`:mode` is used
2015-03-15 23:48:58 -04:00
syl20bnr 96e96ae8e4 Fix clojure lazy-loading 2015-03-15 23:48:47 -04:00
syl20bnr a9c15cd153 Fix bookmark lazy-loading 2015-03-15 23:48:31 -04:00
syl20bnr 68fa27aa8d Fix lazy-loading of auto-highlight symbol 2015-03-15 23:27:29 -04:00
syl20bnr 0dc43cb1c8 Remove deprecated :idle keyword for auto-complete 2015-03-15 23:20:36 -04:00
Diego Berrocal c6bb4b9e21 Refactor rcirc-config for spacemacs/rcirc 2015-03-15 22:54:34 -04:00
Diego Berrocal 5c7df01cc3 Code-breaking typo 2015-03-15 22:54:17 -04:00
syl20bnr c2aaebdb01 Add missing contirb/rcric/config.el file 2015-03-15 21:44:42 -04:00
syl20bnr ff7960fe5d Lazy-loading for c-c++ layer 2015-03-15 21:44:10 -04:00
syl20bnr c613fed7da Refactor ycmd layer for lazy loading 2015-03-15 21:43:31 -04:00
syl20bnr 13d7326685 Refactor rcirc layer for lazy loading
Rename layer variables to
- rcirc-enable-authinfo-support
- rcirc-enable-znc-support
2015-03-15 21:42:40 -04:00
Diego Berrocal 6e348c0a54 Fix compatibility with use-package 2.0 2015-03-15 18:51:18 -04:00
syl20bnr ccb3b72f4f Add 400th PR achievement (won by cpaulik) 2015-03-15 01:09:36 -04:00
syl20bnr e4101c84cb Edit floobits layer README 2015-03-15 00:59:27 -04:00
Rodolfo Hansen d970b84162 Initial work on a floobits layer 2015-03-15 00:51:56 -04:00
syl20bnr a721dc55fe Refactor prespecitves layer README and move key bindings on L prefix 2015-03-15 00:51:22 -04:00
syl20bnr 834c0aea4f Rename variable with with more conventional enable
Also use `:if` use-package keyword.
2015-03-15 00:34:57 -04:00
Diego Berrocal c2afa9dc3e Add better support for persp-projectile 2015-03-15 00:32:22 -04:00
Alan Zimmerman 17c2ddf943 Adding layer for dockerfile-mode 2015-03-15 00:31:37 -04:00
Diego Berrocal 0b9aee747c Add rcirc layer and support for it in the perspectives layer 2015-03-15 00:30:31 -04:00
Amin Bandali f8b42d166b clojure layer: add cider-quit binding SPC m s q 2015-03-15 00:16:57 -04:00
Amin Bandali 64f8db437f (doc) CIDER requires nREPL minimum 0.2.7
https://github.com/clojure-emacs/cider/issues/970
2015-03-15 00:16:38 -04:00
Chris Barrett d4a7e3bed1 Fix up some use-package forms
- The `use-package` for magit-gh-pulls is malformed.
- The one for volatile-highlights attempts to enable the mode too early
2015-03-15 00:14:47 -04:00
Christoph Paulik 7cc096e213 activate inferior-python-mode in comint buffer
this enables autocompletion
This code still has the bug that point stays in the comint buffer
2015-03-14 23:57:39 -04:00
Christoph Paulik 06a2d9ba47 fixes python compile command
- now sets the compile command correctly if python buffers are switched
- moves point to end of comint buffer, useful if a breakpoint is set
2015-03-14 23:57:37 -04:00
Michael Hauser-Raspe fea5ef423a Update echo area documentation for auto-highlight symbol
as I didn't know about this
2015-03-14 23:54:57 -04:00
Tu Do 3e277409ea [Fix #738] Display all parameters in the top line
This change allows semantic-sticky-func-mode to display parameters that
are scattered in many lines by using stickyfunc-enhance package. It also
specifically handles Python to also display assigned values if
available.

Also update documentation.
2015-03-14 22:56:20 -04:00
person808 9f1cacf236 Set evil-snipe-override-evil.
Replaces enabling evil-snipe-override-mode directly.
2015-03-14 22:55:39 -04:00
syl20bnr f8297b075c Small refactor of spacemacs/config.el 2015-03-14 22:55:05 -04:00
syl20bnr 998984859f Add SPC m e l to evaluate current line in emacs-lisp 2015-03-14 22:54:45 -04:00
syl20bnr 3eed76a316 Simplify fill column indicator configuration
Fixes #821
2015-03-14 11:09:01 -04:00
Endre Bakken Stovner 4a493f450b Add fci with spc-t-0 at fill-column 2015-03-14 10:53:34 -04:00
Simon Vandel Sillesen 49a8ca4d03 Add documentation for "go to page number" in docView 2015-03-14 10:48:54 -04:00
syl20bnr 3098a1a2d8 Refactor python compile command 2015-03-14 02:59:12 -04:00
Christoph Paulik ca7048c971 Add python compile command
- automatically changes compile command to
  ```python (buffer-file-name```
  for python buffers
- automatically starts comint mode in python mode to allow interaction
  with debugger
2015-03-14 02:56:51 -04:00