Commit graph

1054 commits

Author SHA1 Message Date
syl20bnr 15876157e4 Add documentation for additional contrib layer paths in readme 2014-10-23 22:33:16 -04:00
syl20bnr 93e1ff2546 Add support for multiple contrib layer directories 2014-10-23 22:25:28 -04:00
syl20bnr 2230cf2a1d Fixes #28 Anzu mode displays in all windows in all frames 2014-10-23 20:59:34 -04:00
Sylvain Benner 024719c567 Merge pull request #27 from Wolfy87/feature/new-melpa-url
Swapped melpa.milkbox.net to melpa.org
2014-10-23 20:44:09 -04:00
Oliver Caldwell c41bffcf8a Swapped melpa.milkbox.net to melpa.org
They have a new domain: http://www.reddit.com/r/emacs/comments/2k2kmv/melpamilkboxnet_is_now_melpaorg/
2014-10-23 22:52:06 +01:00
syl20bnr aebd4778c8 trishume's improvements to powerline faces 2014-10-23 14:43:26 -04:00
Tristan Hume e802027d75 trishume contrib layer 2014-10-23 14:37:45 -04:00
syl20bnr bf4cc143c2 Update section about how to execute commands in readme 2014-10-23 09:55:16 -04:00
syl20bnr 38b42a3e0d Temporary fix for auto deletion of orphan package with Emacs 24.4
It is disabled for Emacs 24.4 until this feature is correctly
supported for this Emacs version.
2014-10-23 00:21:10 -04:00
syl20bnr 57a443ea75 Fix bad prefix S by changing shell-command binding
Now shell-command bindings is `<SPC> !`
2014-10-22 20:59:48 -04:00
syl20bnr 7a253cb22c Update readme with last modifications
Prefix change for Auto-highlight-symbol
Prefix change for Spell commands
Add a binding to list the symbols of a buffer
2014-10-22 16:37:47 -04:00
syl20bnr a787644445 Add sl to list symbols in a buffer
Using `helm-semantics-or-ido`
2014-10-22 16:37:16 -04:00
syl20bnr f5b045d8e3 Change auto-highlight-symbol prefix binding to s
`s` is now the mnemonic for `symbol`
previously it was `h`
2014-10-22 16:34:18 -04:00
syl20bnr 9ccd85ae3c Change prefix binding for Spell commands to S
Instead of `s` previously
2014-10-22 16:33:05 -04:00
syl20bnr 675585d435 Alternate key binding for isearch-repeat-forward
By default it is on C-s
This commit adds S-return which consistent on more keyboard factor form
(for instance MacBook Air has not Control an the right side which makes
C-s hard to trigger).

This allows for a nice worklow to quickly search for text in a buffer:
1) initiate search with /
2) incremental search
3) look for candidates with S-return without closing isearch
4) loop on 2) and 3)
5) commit search with `return` or abort with `fd`
2014-10-22 14:23:10 -04:00
syl20bnr d043ae668a Update syl20bnr readme 2014-10-22 11:49:10 -04:00
syl20bnr 09c7b8c080 fd escape to normal state now works in isearch
So now it can be used to cancel an incremental search woot!
2014-10-22 11:33:07 -04:00
syl20bnr 5e4665316d Update the lisp state documentation in readme 2014-10-22 01:19:38 -04:00
syl20bnr 040d79467b Reorganize UI section in readme 2014-10-22 01:04:22 -04:00
syl20bnr eecc1f1429 Add anzu section in readme 2014-10-22 00:55:18 -04:00
syl20bnr 332a802702 Add anzu mode with neat custom support in mode-line 2014-10-22 00:42:26 -04:00
syl20bnr d58b88294f Fix bug with yasnippet and haskell mode 2014-10-21 22:02:27 -04:00
syl20bnr 6fd0623036 Output in *Messages* when no orphan package has been found. 2014-10-21 15:43:08 -04:00
syl20bnr 288ec6f1d2 Fix missing packages in spacemacs-packages
And hack the list of packages for unhealthy dependencies from
ac-js2 mode
2014-10-21 01:42:09 -04:00
syl20bnr c517424032 Add auto-remove of orphan elpa packages 2014-10-21 01:41:33 -04:00
syl20bnr befe10e47c Add a note for Emacs 24.4 in readme 2014-10-20 21:00:41 -04:00
syl20bnr 312ee39482 Remove rainbow-delimiters from excluded packages in template 2014-10-20 07:59:00 -04:00
syl20bnr 6586886d05 Minor update to readme 2014-10-19 23:02:58 -04:00
syl20bnr 488a99b332 Add troubleshooting for new .spacemacs version 2014-10-19 22:54:49 -04:00
syl20bnr 3730d5a501 Document dotspacemacs-excluded-packages
And create Configuration section in readme
2014-10-19 22:52:07 -04:00
syl20bnr 9e56de6b08 Renamed spacemacs-config-disabed-packages to dotspacemacs-excluded-packages
And make it usable for both packages and extensions.
Users should upgrade their .spacemacs file bu adding the definition of
this variable (dotspacemacs-excluded-packages), see .spacemacs.template
2014-10-19 22:49:34 -04:00
Sylvain Benner aaf6fef3f0 Merge pull request #20 from trishume/package-fixes
Package Config Improvements
2014-10-19 21:54:38 -04:00
Tristan Hume c229ecbd2e Don't pair single quotes in lisp 2014-10-19 15:52:01 -04:00
syl20bnr 194484f122 Error in readme for the explanation of C-x b 2014-10-19 00:01:01 -04:00
syl20bnr 4b39a5c45d Tweak powerline height depending on the window-system
Windows: 18
Others: 17
2014-10-18 23:57:11 -04:00
syl20bnr b100d3396a Fix URLs of powerline separators screenshots in readme 2014-10-18 23:38:34 -04:00
syl20bnr e26feb71fd Fixes #17 all deps for EDTS are now available in MELPA 2014-10-18 23:36:39 -04:00
syl20bnr 1f7a02fae2 Move auto-highlight-symbol from extensions to packages
Since it is now available in MELPA
2014-10-18 23:33:13 -04:00
syl20bnr 5f0e38f811 Typo in readme... 2014-10-18 23:11:50 -04:00
syl20bnr 23d7639cde Update readme TOC and Flycheck mode-line feedback screenshot 2014-10-18 23:09:12 -04:00
syl20bnr acb5f73723 Add powerline separator documentation to readme 2014-10-18 23:05:46 -04:00
Sylvain Benner c6acb276bf Merge pull request #19 from trishume/master
Fix powerline separators and make them configurable
2014-10-18 21:20:57 -04:00
Tristan Hume 9d87b6d33f Add ability to disable packages 2014-10-18 15:58:02 -04:00
Tristan Hume 1ea6f0e9d4 Remove broken neotree advice 2014-10-18 15:21:48 -04:00
Tristan Hume 5546e9fe83 Git ignore jedi python env 2014-10-18 15:18:44 -04:00
Tristan Hume 29208a59ad Detect more ledger files 2014-10-18 15:17:57 -04:00
Tristan Hume a09570501e Better anti-aliasing for powerline dividers 2014-10-18 12:41:37 -04:00
Tristan Hume a570950795 Fix powerline separators and make them configurable 2014-10-18 10:32:27 -04:00
syl20bnr d278e6312b Fixes typo in xxx-packages docstring 2014-10-17 23:04:00 -04:00
syl20bnr 07091f0b2a Fixes #16 fd bug in minibuffer 2014-10-17 23:02:18 -04:00