Commit Graph

3761 Commits

Author SHA1 Message Date
person808 640366e9ae Add spacing conventions for writing documentation.
These were briefly discussed in #2124.
2015-07-27 12:11:52 -04:00
person808 2e48e5568a Make which-key descriptions respect the users leader key. 2015-07-27 12:10:00 -04:00
Eivind Fonn 0f979d3cea Better indentation for add-toggle 2015-07-27 12:09:27 -04:00
Eivind Fonn d8bbe30baa Fix global-mode segment 2015-07-27 10:47:22 +02:00
syl20bnr c164d36d2d Temporarily remove global-mode segment from powerline
Need to fix some bugs with it
2015-07-27 01:31:26 -04:00
syl20bnr e83010cdee which-key: add regex for toggle functions 2015-07-26 23:58:40 -04:00
justbur bdc578dfde Comment out advice on which-key--update
Was not allowing popup with prefix arguments, like SPC u 1 SPC. Fixes

https://github.com/justbur/emacs-which-key/issues/56
2015-07-26 23:47:18 -04:00
justbur 7f52573176 Bind paging key for which-key 2015-07-26 23:47:13 -04:00
justbur 79f3d307fa Adjust which-key config to match commands
Instead of key sequences, because the user might change the bindings.

See https://github.com/justbur/emacs-which-key/issues/51

Also disables special-key handling which is disorienting for those who
are not aware of it
2015-07-26 23:45:28 -04:00
syl20bnr 5f0c70636a powerline: modify some segment toggle key bindings
tmj -> tmM for major mode
tmg -> tmv for version control
tmv -> tmV for new version
2015-07-26 23:04:06 -04:00
syl20bnr bf2d840a7a powerline: display battery segment only when mode-line is active 2015-07-26 23:02:59 -04:00
Eivind Fonn c52535fe99 Implement modeline DSL 2015-07-26 22:35:15 -04:00
syl20bnr a0cbcd4a5d core: fix error when a layer is not found 2015-07-26 20:41:06 -04:00
syl20bnr c0ec9faa56 core: fix unit tests of configuration-layer 2015-07-26 18:59:25 -04:00
Martin Yrjölä 769c6600f2 Fix helm-spacemacs 2015-07-26 12:09:55 -04:00
syl20bnr c30da7c293 Minor renaming of test functions 2015-07-26 10:45:34 -04:00
syl20bnr e9353909d7 Update change log 2015-07-26 02:44:17 -04:00
syl20bnr 5ab157a427 shell layer: enable by default shell-protect-eshell-prompt 2015-07-26 02:41:26 -04:00
Martin Yrjölä 829e4eb7ee shell layer: Add option to protect the Eshell prompt 2015-07-26 02:34:35 -04:00
Martin Yrjölä b93556981a shell-layer: fix magit-status alias
Now (i guess after the 2.1 release) magit-status can be executed
directly in eshell. If magit-status is called with the path as parameter
the path must be the git repo root. If not from the git repo root magit
will ask if a new repo should be created.
2015-07-26 02:32:50 -04:00
syl20bnr 04fa448e8b Delete deprecated !usr contrib directory 2015-07-26 01:28:20 -04:00
justbur 6bdb3798f6 Adds configuration variable for a path to private snippets. 2015-07-26 01:26:26 -04:00
syl20bnr b2ea9f22e0 clojure layer: move popwin config in its own init function... again 2015-07-26 01:22:13 -04:00
Christopher McCloud 7050e2f571 add cider-doc to popwin special buffers
Uses the same options as *Help* buffer
2015-07-26 01:21:06 -04:00
syl20bnr 055fa64d5b clojure layer: move popwin config in its own init function 2015-07-26 01:18:16 -04:00
Christopher McCloud f4b209c6ff adds cider error buffer to popwin special buffers
Uses same options as *Help* buffer
2015-07-26 01:15:56 -04:00
Tommi Komulainen 46fe9aa90b git layer: remove extra magit-next extension load-path
No longer needed as magit is in elpa.
2015-07-26 01:12:56 -04:00
Martin Yrjölä 779c96e43d shell-layer: deactivate eshell autocomplete for remote paths 2015-07-26 01:11:38 -04:00
syl20bnr b2bc3286b2 git layer: defer loading of git-commit 2015-07-26 01:03:30 -04:00
Ryan Whitehurst 1fa4f989ef Make sure we use-package git-commit
With the move to Magit 2.1.0, `git-commit-mode` is deprecated and no
longer shipped in favor of the `git-commit` package, which is shipped
separately from Magit. This ensures that the `git-commit` package is
loaded so that using Spacemacs as your $GITEDITOR outside of Magit works
as expected.
2015-07-26 01:02:16 -04:00
Markus Bertheau 2a56738598 Use monospaced font for NeoTree key binding table 2015-07-26 01:00:50 -04:00
Diego Berrocal 01ad10ddbb Add NixOS Layer 2015-07-26 00:59:28 -04:00
syl20bnr faa18f49df core: start to use eieio
Replace the alist of layer by a list of layer objects.
2015-07-26 00:41:41 -04:00
syl20bnr 844f2026ac core: rename declare-layers and declare-layer funcs
renamed to declare-used-layers and declare-used-layer respectively
2015-07-25 22:59:54 -04:00
syl20bnr e32b174c8c Update Changelog 2015-07-24 00:41:17 -04:00
syl20bnr 84640910b3 Replace guide-key by which-key 2015-07-24 00:08:43 -04:00
syl20bnr f4e5e4cbe6 tweak wich-key configuration 2015-07-23 23:58:58 -04:00
Diego Berrocal 632641b99e Use `zeal-at-point` package instead of helm-dash.
But also keep the helm-dash package just in case.
2015-07-23 23:44:04 -04:00
Alex Rich 9d33b9020b add Stan modeling language to extra-langs
Stan is a probabilistic programming language for Bayesian statistical
inference which interfaces with R, python, Julia and Matlab.
2015-07-23 23:40:16 -04:00
syl20bnr 54c299edce html layer: use add-to-hooks whenever it is possible
Also fix company for jade and slim
2015-07-23 23:38:40 -04:00
Robert O'Connor 84ab5ef325 Add jade mode to the html layer with various improvements
- autocomplete
- flycheck for slim & haml
- rainbow delimiters mode for haml, jade and slim
2015-07-23 23:26:20 -04:00
Gilbert Kennen 7a58b182ca removed flycheck from elixir 2015-07-23 23:25:49 -04:00
syl20bnr b2a41ca642 Add doc for find-file-literally 2015-07-23 23:18:16 -04:00
sooheon 87d986e411 Add `find-file-literally` to SPC-f-l 2015-07-23 23:16:37 -04:00
justbur a6818815a3 Update which-key for MELPA 2015-07-23 23:01:36 -04:00
ralesi 081f58bbd5 Add ranger contribution layer 2015-07-23 23:00:49 -04:00
syl20bnr 55f13db2b7 core: fix error when dotspacemacs-directory is nil 2015-07-23 22:59:45 -04:00
andyque c737da5952 chinese layer: fixes
- fix Source Code Pro not found issue
- add option to toggle youdao dict package.
- and also improve IM package installation.

use push instead of add-to-list
2015-07-23 22:51:17 -04:00
person808 9e03747e55 [Fix #1514] Add transparency micro-state. 2015-07-23 22:43:40 -04:00
Jenan Wise cd78f92b37 Use exec-path-from-shell-copy-env to set GOPATH. 2015-07-23 22:39:52 -04:00