Diego Berrocal
01d3c007cc
Fix #4279 Comint mode showing weird symbols
...
Before:
[![alt](https://i.imgur.com/4BKayT5.png )](https://i.imgur.com/4BKayT5.png )
After:
[![alt](https://i.imgur.com/AGg3mt9.png )](https://i.imgur.com/AGg3mt9.png )
2016-01-03 22:23:12 -05:00
Xue Fuqiao
e8e679ba6d
Re-enable lockfiles
2016-01-03 22:23:12 -05:00
Justin Holguin
d9e42e4c28
idris: use popwin/motion state for special buffers
...
Idris development results in a lot of transient popup buffers, which
the layer currently doesn't handle particularly well. This commit uses
popwin so that these special buffers appear in a predictable location
and opens them in motion state so that they can be closed immediately by
pressing ~q~.
These changes are largely based on the Clojure layer, which has worked
very well in my experience.
2016-01-03 22:23:11 -05:00
Boris
14699cb8de
don't force elfeed-org
2016-01-03 22:23:11 -05:00
Sebastian Wiesner
c8e1ee0026
scala: Automatically insert asterisk in multiline comments
2016-01-03 22:23:11 -05:00
Sebastian Wiesner
ffb4eded3a
Keep cleaning up whitespace in scala-mode
...
Remove the advise around scala-indent
2016-01-03 22:23:11 -05:00
Eivind Fonn
fd014b6908
Add some text objects
2016-01-03 22:23:11 -05:00
Christoph Paulik
ab0abb823c
Remove custom write-file function, use save-buffer
...
Could not find a use case where the custom function performs differently
it is just missing functionality for indirect buffers.
2016-01-03 22:23:11 -05:00
isphinx
9b0ae1d214
rust: add a keybinding for jump to definition
2016-01-03 22:23:11 -05:00
Fabien Dubosson
e3f23ea920
Use spacemacs/set-leader-keys
in the bepo
layer
2016-01-03 20:41:25 +01:00
Fabien Dubosson
e6733ba552
Map elfeed bindings in the bepo
layer
2016-01-03 20:41:02 +01:00
Jean-Christophe Petkovich
421b49c7e5
Change octave-mode keys to mirror other modes.
...
The keybindings in octave-mode don't follow the same standards as the
others. Also use the function `spacemacs/set-leader-keys-for-major-mode`
for setting mode specific keys.
2016-01-03 14:29:49 -05:00
Eivind Fonn
24d0fe3b7b
Set helm-org-format-outline-path to t by default
...
Also ensure FAQ source works regardless of this setting
2016-01-03 18:30:41 +01:00
Eivind Fonn
02585f72a2
Fix ruby-end hook removal
2016-01-03 15:49:38 +01:00
Eivind Fonn
50e1fd6e65
Fix call to eyebrowse-rename
2016-01-03 15:49:22 +01:00
Eivind Fonn
208b1ca158
Fix layouts TAB behavior
2016-01-03 15:49:00 +01:00
Eivind Fonn
ee42853ac6
Fix helm grep
2016-01-03 15:47:39 +01:00
Fabien Dubosson
92bc0049e8
Change order of arguments in (equal …) to be more explicit
2016-01-03 15:12:56 +01:00
Luke Burton
5fc1033815
Unquote ruby-version-manager variable ( fix #4289 )
2016-01-03 15:11:11 +01:00
Fabien Dubosson
3e570dd595
Fix markup and justification in Rust auto-completion documentation
2016-01-03 14:32:03 +01:00
Immortalin
66402eb406
Add rust auto-completion documentation
2016-01-03 14:26:39 +01:00
scloudyy
ef5bea1207
Fix push/pull keybindings in git README
2016-01-03 14:17:45 +01:00
Eivind Fonn
8105e19d5e
Fix eyebrowse documentation
2016-01-01 13:16:46 +01:00
Eivind Fonn
dee5d7369c
Fix haskell SPC mht and SPC mhi
2015-12-29 17:33:33 +01:00
Eivind Fonn
9642c35a6a
Fix helm-spacemacs FAQ candidates
...
Yes helm, please do keep changing your API
2015-12-27 13:03:20 +01:00
Fabien Dubosson
374e37e32c
Add information about global-git-commit-mode
...
Fix #2522
2015-12-21 13:56:38 +01:00
syl20bnr
f9bd708311
elfeed: move J binding to gu and update documentation
2015-12-21 01:19:19 -05:00
Gergely Nagy
d9068c2154
elfeed: Add an unjam keybinding
...
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2015-12-21 01:14:49 -05:00
Wieland Hoffmann
31c73913b5
Remove rxt-fontify-regexp-at-point
...
It has been removed from pcre2el more than a year ago with
e1e8593db1
.
2015-12-21 01:07:52 -05:00
Fabián Heredia Montiel
1f4d034897
Add badwolf-theme to themes-megapack layer
2015-12-21 01:00:27 -05:00
justbur
864fd54209
Use spacemacs/set-leader-keys in evil-lisp-state config
...
Given the intended behavior of having evil-lisp-state-map available
under SPC k, it is simplest to bind it directly to
spacemacs-default-map.
This requires no changes to evil-lisp-state itself.
Fixes #4151
2015-12-21 00:59:24 -05:00
Fabien Dubosson
275f645f94
Fix web-mode
and erc-log
micro-states bindings
...
Without this change, `erc-log-micro-state` is overriding all `SPC m .`
bindings, and `web-mode` micro state is under `SPC m m .`.
2015-12-21 00:57:48 -05:00
justbur
0b02475772
Use built-in evil functions to set default states
...
evil-set-initial-state is safer than manually adding and deleting from
the lists, because it knows about all available states and ensures that
the mode only shows up in one list. If it is in multiple list the
initial state depends on which is checked first, which we don't want.
2015-12-21 00:22:18 -05:00
syl20bnr
5463a370bd
holy-mode: fix toggle rule regression
...
From doc:
SPC t e E toggles between vim and emacs styles (corrected)
SPC t e h toggles between vim and hybrid styles (was correct)
2015-12-21 00:14:46 -05:00
justbur
27fa611af6
holy-mode: Disable certain modes on activation
...
Includes evil-escape-mode and hybrid-mode for now, but more can be added
to holy-mode-modes-to-disable-alist.
2015-12-21 00:13:34 -05:00
justbur
84a8f124df
hybrid-mode: Add option to change default state
...
Useful for those who want to start in hybrid state with emacs bindings.
2015-12-21 00:13:29 -05:00
justbur
1d05f3887a
holy-mode == (evil-mode -1)
...
The proper holy-mode (IMO). Simply disable evil-mode and reset the
cursor and mode-line settings.
2015-12-20 23:25:48 -05:00
syl20bnr
a5022743e5
core: remove dash and f from boostrap and attempt to remove evil
...
Cannot remove evil due to bind-map requiring it.
2015-12-20 23:00:09 -05:00
Eivind Fonn
49cb5b3510
Fix eyebrowse/layouts layer re-syncing
2015-12-20 13:40:21 -05:00
syl20bnr
522366bbd1
spacemacs: hide cursor in helm buffers
...
fixes #4236
2015-12-20 01:16:36 -05:00
syl20bnr
e3a816b37d
org: move orgit to git layer and add documenation
2015-12-20 01:02:12 -05:00
Mikhail Skorzhinskiy
76ebff66f0
org: support org links to magit buffers
2015-12-20 00:52:53 -05:00
syl20bnr
88fba59879
evilified-state: normalize modified evil keymaps
...
on visual state entry
also remove ESC key binding in evilified state
2015-12-20 00:49:52 -05:00
syl20bnr
8d76f600b2
purescript: move SPC m m t
to SPC m h t
...
by convention
2015-12-19 22:51:01 -05:00
Christoph Hegemann
acd3ffcdd3
adds psc-ide support to purescript layer
2015-12-19 22:49:00 -05:00
Fabien Dubosson
af76cd85e4
Add C-[jk]
to navigate entries in elfeed-show
2015-12-19 22:37:10 -05:00
KK
5dfbc5f3cd
Update package version in Quick Start with lein
2015-12-19 22:35:00 -05:00
syl20bnr
db5901b3be
python: Remove call to dash -when-let
...
Plus remove unnecessary defer t
2015-12-19 22:33:24 -05:00
Fredrik Bergroth
577e7b2d86
Auto-activate local pyenv version
2015-12-19 22:30:07 -05:00
Driftcrow
c9c3d685ea
fix toggle-truncate off bug
2015-12-19 23:19:43 +01:00
Eivind Fonn
03c83e169c
helm-spacemacs: Fix FAQ source
...
See commits regarding https://github.com/emacs-helm/helm/issues/1294
2015-12-18 11:27:37 +01:00
Eivind Fonn
11daa77866
Fix #4215
2015-12-17 20:38:21 +01:00
Eivind Fonn
4ccc4f9f13
Remove custom persp segment
...
Ported to Spaceline
2015-12-15 00:18:54 -05:00
Eivind Fonn
fb8ca59583
Remove custom fancy battery modeline
...
Now in Spaceline
2015-12-15 00:18:47 -05:00
Fabien Dubosson
b199706f40
Bepo layout improved
2015-12-15 00:25:44 +01:00
syl20bnr
17fae46f8b
evilified state: fix visual state bindings
...
Clear the normal state keymap when in visual state
2015-12-14 00:38:02 -05:00
Martin Yrjölä
26a4b9c55e
Eyebrowse doesn't have a lighter anymore
...
Fixes #4172
2015-12-13 15:46:03 -05:00
syl20bnr
abf121d4b8
Revert "eyebrowse: remove diminish"
...
This reverts commit 8ae367e558
.
2015-12-13 15:45:50 -05:00
syl20bnr
8ae367e558
eyebrowse: remove diminish
...
Seems unnecessary and triggers an error on startup.
2015-12-13 15:41:24 -05:00
syl20bnr
59c72c59b4
vim-powerline: remove exclusion of spaceline
...
Now that the layer can work with the MELPA version of powerline we
don't need to exclude spaceline.
2015-12-13 15:41:24 -05:00
syl20bnr
34a5c83a73
vim-powerline: remove extensions.el and vim-powerline-excluded-packages
2015-12-13 15:41:24 -05:00
syl20bnr
ae51f97ce6
vim-powerline: add explicit dependency on powerline
...
Simplify the local files and make them work smoothly with the MELPA
version of powerline
Fixes #4093
2015-12-13 15:41:24 -05:00
Eivind Fonn
edd7364db8
Fix smartparens bindings
2015-12-13 01:44:26 -05:00
Bar Magal
ddb806827f
Add command-log layer: logs key strokes, commands
...
Uses command-log-mode package, useful for createing demos.
2015-12-13 01:37:46 -05:00
dptd
0144b39a3b
removed unnecessary white char
2015-12-12 23:02:53 -05:00
justbur
7eefe0df2f
spacemacs-base: Don't use obsolete variable
...
default-fill-column is marked obsolete since 23.2. Use setq-default on
fill-column.
2015-12-12 23:02:24 -05:00
Michel Kuhlmann
4ff861dbef
ess: fix company-mode
2015-12-12 23:01:43 -05:00
Sebastian Wiesner
3aa8e755dd
Compare system-type as symbol
...
As per documentation, system-type holds a symbol denoting the OS type; let's treat it as such.
2015-12-12 10:58:12 +01:00
syl20bnr
dac714cdd6
evilified-state: allow back and forth between normal and evilified
...
using ESC.
2015-12-11 21:24:33 -05:00
syl20bnr
4a6fd1b364
core: hide mode-line at startup
2015-12-11 03:07:15 -05:00
justbur
812ba329f2
core: move spacemacs-mode to core-spacemacs-buffer.el
...
The rationale is to keep the spacemacs buffer related code contained in
the core-spacemacs-buffer.el file.
2015-12-11 02:25:22 -05:00
justbur
f2878d594a
core: Factor out spacemacs-buffer creation
...
Factor out the code related to creating the spacemacs buffer, so that it
can be recreated easily if it gets deleted.
2015-12-11 02:25:19 -05:00
Diego Berrocal
8fb3af3e56
Add ability to **add** a layer in helm-spacemacs
...
I've been introducing tons of people to Spacemacs, and most of them
always think that having to read documentation in how to add a layer is
too much.
I made this modification to make it easier to install layers.
2015-12-11 02:13:17 -05:00
Daniel Luna
cf11545cc4
spacemacs/sudo-edit working on remote ssh buffers with multi-hops
2015-12-11 02:11:32 -05:00
Eivind Fonn
ac0ba50154
Make flycheck/flyspell hooks more explicit
2015-12-11 02:08:55 -05:00
Darian Moody
a221be59a6
Add leader support for alchemist-mix-rerun-last-test
...
A command in Alchemist which allows a user to rerun the last test ran.
See https://github.com/tonini/alchemist.el#testing for command docs.
2015-12-11 02:08:23 -05:00
Joe Hillenbrand
310a6c9a9c
haskell: haskell-process-load-or-reload is obsolete
...
Fixes:
`haskell-process-load-or-reload' is an obsolete command (as of
2015-11-14); use `haskell-process-load-file' instead.
2015-12-11 02:06:26 -05:00
syl20bnr
4601747910
Chinese: fix typo and formulation in README
2015-12-11 02:03:02 -05:00
codefalling
c64f438ca0
improve document of fcitx.el and disable it in Windows
...
fcitx.el works with `fcitx-remote` in Linux or `fcitx-remote-for-osx` in
Mac OS X.But not working in Windows.
2015-12-11 01:58:28 -05:00
syl20bnr
f20dfec4db
ruby: use post-init func for smartparens config
2015-12-11 01:55:37 -05:00
Bar Magal
995a5a0f88
Fix early call to smartparens in ruby
...
sp-with-modes was called before smartparens was loaded, so wrap it in a
with-eval-after-load.
2015-12-11 01:49:01 -05:00
Jonathan del Strother
a62da0f4ae
Add ,tb binding for rspec-verify
2015-12-11 01:48:32 -05:00
Tim Buchwaldt
724efaaa79
Add new alchemist-iex-reload-module functionality
...
Since https://github.com/tonini/alchemist.el/commit/395e6717
calling `alchemist-iex-reload-module` reloads the module in
the current buffer via `r(Module)`
(Also my first contribution to spacemacs, hope I'm holding it right)
Update Readme to reflect changes to packages.el
2015-12-11 01:36:16 -05:00
Fabien Dubosson
315528c89f
Refactor CONTRIBUTING documentations
...
This commit merge the `CONTRIBUTING.md` and `doc/CONTRIBUTE.org` file
into a new `CONTRIBUTING.org` file. It also refactors the content to be
more organized and make its navigation more goal-oriented.
Github displays a link to the `CONTRIBUTING.*` file when people are
opening new issues or proposing new PRs. This file is important because
it is the entry-point to contributions guidelines for most of the users.
The current setup is non-optimal, even broken, as it adds a level of
indirection, and points to a contributing file that has broken
links (due to the new documentation format). The possible drawback of
the proposed solution is that I'm not sure if it is possible to include
it into the new online documentation as it is not in `doc/` folder.
The other possibility is to keep a small `CONTRIBUTING.md` file, as it
is now, pointing to the new documentation system (once online), but I'm
preferring the proposed solution for the following reasons:
- People that are willing to contribute will probably open Github
first (for forking, creating PR, etc), not the online documentation.
- It has one level of indirection less when people click on the
guidelines guide from a new issue/PR.
- `CONTRIBUTING.*` is by convention a special kind of file on github, so
it's valid reason to break the rule and not having it in the `doc/`
folder.
2015-12-11 01:09:09 -05:00
syl20bnr
da2a7b8729
spacemacs-layout: temporary switch to a fork of persp-mode
...
Waiting for PR https://github.com/Bad-ptr/persp-mode.el/pull/25
to be merged or a proper fix.
2015-12-11 01:04:09 -05:00
Fabien Dubosson
1a3c3a0fdb
Add missing parenthesis in evil-snipe
README
2015-12-10 22:08:20 +01:00
syl20bnr
eaf6b8c134
selectric: tweak configuration, declare SPC C-t prefix name
2015-12-09 18:56:08 -05:00
Gergely Nagy
354948fd7d
New +fun layer: selectric
...
This layer makes Emacs sound like a typewriter, for those moments when
one's loud, clicky mechanical keyboard is not at hand, yet, one would
still wish to enjoy its sound.
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2015-12-09 18:56:08 -05:00
Eivind Fonn
98c07024f9
Fix flycheck clang args loading (zhengyangfeng00)
2015-12-09 12:35:06 +01:00
Eivind Fonn
549219e583
Fix C/C++ flycheck hooks
2015-12-09 12:18:20 +01:00
William Casarin
c4a80efcb8
keybinding: ck -> kill-compilation
2015-12-09 01:31:42 -05:00
syl20bnr
9151f4b7e8
octave: update README and change SPC m h d
for SPC m h h
2015-12-09 01:30:01 -05:00
Ista Zahn
b0945bef20
add octave layer
...
add octave layer
2015-12-09 01:27:26 -05:00
justbur
76d82869a8
bind-map: Define minor-mode name
...
New bind-map option allows defining the name for the overriding-mode.
This does that and removes the now redundant :evil-use-local option.
2015-12-09 01:25:19 -05:00
syl20bnr
0860d64660
Replace old evilify macro for neotree
2015-12-09 01:22:43 -05:00
syl20bnr
4a75ab4dfb
Require helm in spacemacs/helm-open-junk-file
2015-12-09 01:14:15 -05:00
Muneeb Shaikh
7309c861f0
junk: open junk file using helm, allow searching with prefix
...
Also renamed `open-junk-file-directory` to new var
`open-junk-file-format`
2015-12-09 01:10:12 -05:00
syl20bnr
5895e0e45f
change mhh
for gh
to follow-symbol in help buffers
...
Also document the key bindings
2015-12-09 01:08:52 -05:00
AdrieanKhisbe
ccb5ce5578
Add new keys in help-mode for navigation
...
Add keys to browse back and forward in help-mode
cf #2698
Add new key in help-mode
Last changes for motion in help buffer
2015-12-09 00:59:07 -05:00
person808
2fa11f8c22
Fix extra dash in org documentation.
2015-12-09 00:58:04 -05:00
Bar Magal
0ce04e0518
Evilify Neotree
2015-12-09 00:55:44 -05:00
syl20bnr
086c11af2c
git: add SPC m a for with-editor-cancel
2015-12-09 00:53:33 -05:00
justbur
01b9b29d0b
with-editor: Update keys for c-c c-c convention
...
Add `,,` for finish and use `,k` for cancel instead of `,a`.
2015-12-09 00:52:50 -05:00
syl20bnr
eb7ca651fe
spacemacs-layout: simplify spacemacs/helm-perspectives
...
Also reindent some sexps.
2015-12-09 00:48:58 -05:00
Muneeb Shaikh
7b931a9f5b
Switch to Spacemacs Home on creating *new* layout
2015-12-09 00:45:22 -05:00
zilongshanren
81aea286ad
Chinese layer: add fcitx support
2015-12-09 00:43:56 -05:00
syl20bnr
410d3d9572
git: add gr and GR bindings to evilfiied magit buffers
...
since magit uses keymap text properties we need to explicitly define
them in each section keymap. Could be refactored a bit.
2015-12-08 02:10:06 -05:00
syl20bnr
30e9a294d9
evilified-state: use a copy of evilified-state
...
instead of the map itself.
2015-12-08 02:08:50 -05:00
syl20bnr
e0b3f5e1de
spacemacs-base: enable hl-todo only when needed
2015-12-07 22:59:14 -05:00
Eivind Fonn
d75e5254e5
Make framework layers depend on language layers
...
- Ruby on rails: Ruby
- Django: Python
2015-12-07 22:36:40 +01:00
Eivind Fonn
f3815505af
Add documentation for emacs-style vc binding
2015-12-07 19:49:27 +01:00
Muneeb Shaikh
e6f3835add
vc: add emacs style [p]revious binding for prev-hunk
2015-12-07 19:44:27 +01:00
Fabien Dubosson
6def1a480b
Use hl-todo for TODOs/FIXMEs highlighting
...
The current way to highlight TODOs is `spacemacs/highlight-TODO-words`
which is a spacemacs' hard-coded function.
This commit changes it for the `hl-todo` package. This imply:
- More keywords are supported out of the box.
- Keywords are associated to faces, so they are shown in different
colors.
- Keywords are stored with their faces in a list, so it's easier for
users to add their own keywords and faces (as contrary to a regexp).
- It is possible to disable highlighting by simply excluding the
package.
2015-12-07 19:39:38 +01:00
Channing Walton
49b06a7c8a
Added a keybinding for inactive time stamps in the org layer
2015-12-07 19:36:14 +01:00
Gergely Nagy
2b89037a7c
+tools/elfeed: elfeed-goodies is on MELPA now
...
No need for a :location anymore, elfeed-goodies is on MELPA now.
Signed-off-by: Gergely Nagy <algernon@cloudera.com>
2015-12-07 19:34:29 +01:00
Muneeb Shaikh
d18a6e1d2e
layouts: add go to default layout functionality
2015-12-07 19:29:56 +01:00
Fabien Dubosson
ec8250ea1d
Move jump-in-buffer
to SPC s j
...
After a discussion on gitter with @TheBB and @syl20bnr, `jump-in-buffer`
is moved from `SPC s L` to `SPC s j`.
2015-12-07 13:12:10 +01:00
Eivind Fonn
b943d00ae4
Remove magit-push-always-verify documentation
...
It was removed upstream: 9e4f84f631
2015-12-07 11:23:24 +01:00
syl20bnr
5104593e89
spacemacs-base: swap SPC s l and SPC s L
...
SPC s l to bring last search buffer is a powerful binding, let it take
the easier binding.
2015-12-06 23:20:46 -05:00
syl20bnr
4d357cf001
git: enable gravatars in magit buffers
...
The default value is nil since magit 2.3.0
2015-12-06 20:19:44 -05:00
Eivind Fonn
8d3164f8ca
Eyebrowse layer keybinding refactoring
...
- Move eyebrowse microstate to SPC l w
- Make eyebrowse microstate accessible from perspective microstate
- Change eyebrowse helm key to SPC l w w
2015-12-06 01:42:40 -05:00
Bar Magal
b905cb5d91
Make eyebrowse workspaces local to perspective
...
Integrates persp-mode and eyebrowse, so each perspective has its own set
of eyebrowse workspaces.
2015-12-06 01:40:23 -05:00
syl20bnr
a5ce15f03f
Revert "fixed shift+hjkl, added leader major binding, adjusted doc"
...
This reverts commit 869e529b68
.
It shadows `J` in normal state which is an important key binding.
2015-12-06 01:14:53 -05:00
Joe Schafer
52a27af171
emacs-lisp: add missing keys to lisp-interaction
2015-12-06 01:10:00 -05:00
syl20bnr
0438ee43cf
evilified-state: better tag for evilified state
2015-12-06 01:06:41 -05:00
syl20bnr
6fd2af2af3
evilified-state: support for magit remap entries in section maps
...
Add :pre-bindings keyword argument used to restore explicit key binding
in section maps.
2015-12-06 01:04:13 -05:00
syl20bnr
085d8f150a
evilified state: fix visual state
...
reintroduce the pre-command hook which is required for visual state
borrow code from evil-magit to fix ESC bug in visual state in magit buffers
2015-12-05 23:13:40 -05:00
Daniel Luna
e9684f34a2
ruby: add rspec key bindings
2015-12-05 21:36:21 -05:00
syl20bnr
f1ee2c7333
ruby: update doc
2015-12-05 21:19:18 -05:00
syl20bnr
c8ac0c08a9
ruby: remove unused variable ruby-use-ruby-test
2015-12-05 21:08:45 -05:00
syl20bnr
4ef8fcac78
ruby: sort packages and configuration
2015-12-05 21:08:22 -05:00
syl20bnr
9eb8f86b9a
ruby: improve configuration for rbenv and rvm
...
Update documentation
2015-12-05 21:02:40 -05:00
syl20bnr
d1ec732cd4
ruby: improve chruby configuration
...
Look for a .ruby-version file, if it does not exist then use the
currently activated ruby.
Update documentation.
2015-12-05 20:40:27 -05:00
Immortalin
c5e260f46d
ruby: chruby support 2
2015-12-05 20:01:52 -05:00
Bo Jeanes
db5016d75b
ruby: Add chruby support
2015-12-05 19:59:42 -05:00
justbur
899123258a
keys: Don't specify C-i as a binding key
...
(kbd "C-i") == (kbd "TAB") so for consistency sake we always bind to TAB
by convention.
2015-12-05 13:18:37 -05:00
R. Haluk Öngör
d498c091bf
Enable js-mode snippets in react mode
2015-12-04 00:08:26 -05:00
Diego Alvarez
adc9f6cda0
Update Readme with latest ensime-sbt version
...
Added a note to use sbt 0.13.9 and remove unnecessary sonata repository
from the instructions.
Finally removed a link to a non existent page and added a link to
ensime-sbt GitHub page for further instructions.
2015-12-04 00:06:10 -05:00
syl20bnr
bef8d26688
Fixes typos
2015-12-04 00:04:46 -05:00
AdrieanKhisbe
6e8d89ef61
Add Documentation about how to avoid conflict
...
built on #3277 cf #3562
2015-12-04 00:01:32 -05:00
jupl
f9293cb190
Run set-fontset-font only if available
...
#4026
2015-12-04 00:00:55 -05:00
Allen Li
7e60d534d8
Add term binding for CTRL-Z
...
Add a binding for stopping jobs in term buffers.
2015-12-04 00:00:14 -05:00
mike-work
b358f6c7f7
added gorename to docs
2015-12-03 23:59:43 -05:00
hyh
979867447e
Fix makefile for python version 2.7.10
2015-12-03 23:59:15 -05:00
Eivind Fonn
c3225ad788
Fix smartparens workaround in auto-completion
2015-12-03 23:58:44 -05:00
Adrian Staniec
869e529b68
fixed shift+hjkl, added leader major binding, adjusted doc
2015-12-03 23:56:33 -05:00
Sebastian Wiesner
dc9459305e
haskell: Fix command name
2015-12-03 23:54:57 -05:00
vijaykiran
d6be41a4e8
Fix Latin function name
...
Apparently ` in-nominus-patris-et-filii-et-sipritus-sancti` should be
`in-nomine-patris-et-filii-et-sipritus-sancti`
See: https://en.wikipedia.org/wiki/Trinitarian_formula
Via: https://twitter.com/PeterHilton/status/672133909795196928
2015-12-03 23:54:15 -05:00
Fabien Dubosson
f5584a7f86
Bugfix for spray package loading
...
And some small UX improvements when on it.
Fixes #3882 (again :-))
2015-12-03 23:53:15 -05:00
syl20bnr
e9f8653a34
Update layer REAMDE title for swift and elfeed
2015-12-03 23:51:31 -05:00