Steven Allen
bd4bdd3119
core: make retaining visual mode on shift optional
...
default to disabled to follow vim's behavior.
fixes #5273
2016-05-06 13:36:46 +02:00
Eivind Fonn
3d0787baa2
scala: Clean up README
2016-05-06 13:35:30 +02:00
Eivind Fonn
3a6db330a8
scala: Remove superfluous variable
2016-05-06 13:35:10 +02:00
tintin
eabd3b859b
Add java-doc-style config to scala layer
2016-05-06 13:32:03 +02:00
Eivind Fonn
b416d83d8b
Add code block surround in org-mode
...
Also:
- don't pad drawer surround with extra newlines
- upcase the drawer surround as per org conventions
2016-05-06 13:30:20 +02:00
Eivind Fonn
325067bc10
unimpaired: Move hunk commands to version-control
2016-05-06 13:27:44 +02:00
Iuri Fernandes
cc6d315ea6
Adapt hunk commands to other diff tools
2016-05-06 13:26:12 +02:00
Eivind Fonn
48402c7295
syntax-checking: Update list of bindings
2016-05-06 13:25:19 +02:00
Eivind Fonn
3145e70f72
haskell: Clean up README
2016-05-06 13:24:12 +02:00
Maxime Bourget
df669900da
Update haskell layer documenation.
...
Add syntax checking section and improve FAQ so solve syntax checker problems.
2016-05-06 13:07:15 +02:00
Robert O'Connor
55ebd1e679
git: add submodule popup keybinding
2016-05-06 13:04:06 +02:00
Eivind Fonn
3b6f12f409
bibtex: Compress key bindings table
2016-05-06 13:03:30 +02:00
Christoph Paulik
8bc2329b3d
Fix bibtex keybinding loading and add more navigation options.
...
Fix #5985
2016-05-06 13:01:27 +02:00
bmag
6edef36b17
Call python-setup-shell only once, not from hook
2016-05-06 12:59:51 +02:00
Eivind Fonn
46446df83d
Make boot file regexp more restrictive
2016-05-06 12:59:05 +02:00
Eivind Fonn
975b83b68b
Diminish visual-line-mode as L
...
See discussion in #5894
2016-05-06 10:09:44 +02:00
Eivind Fonn
9502ed1f86
Add FAQ entry about font settings
2016-05-05 15:13:30 +02:00
Eivind Fonn
22774e6a96
Make font warning more explicit.
2016-05-05 15:10:30 +02:00
Eivind Fonn
ff8d4dada8
Move lua setup to init block
2016-05-05 14:15:25 +02:00
bmag
47e0951a1c
spacemacs/dump-vars-to-file: don't visit dump file
...
Visiting the dump file before writing to it is slow, because it triggers
all the regular actions that happen when a user opens a file, e.g.
enable major mode and minor modes. We don't need all that,
with-temp-file is what we really want.
2016-05-05 13:03:26 +02:00
Christoph Paulik
67aeb73655
Defer loading of persp mode until after user-config
...
fix #3881
2016-05-05 13:01:47 +02:00
Martin Yrjölä
169d6873c9
Disable large file check for certain major-modes
...
Introduce a variable spacemacs-large-file-modes-list to determine these
modes.
2016-05-05 13:00:34 +02:00
willian ver valen
ceef7f8650
fix the README
...
the prefix on the README didn't correspond to the real keybindings on the package.el
2016-05-05 12:59:22 +02:00
Eivind Fonn
a114c88bf1
Fix indentation in syntax-checking/packages.el
2016-05-05 12:58:45 +02:00
Maxime Bourget
b146598472
Set flycheck errors severity.
...
This fix the bug when errors are not being filtered in error list or
`flycheck-navigation-minimum-level` not taken into account.
2016-05-05 12:57:57 +02:00
Li Xinyang
22a47a5e97
Fix a typo
2016-05-05 12:57:13 +02:00
sindikat
5fab3f087d
Fixed agda-post-packages -> agda-packages (develop)
2016-05-05 12:56:40 +02:00
Xiao Hanyu
6d2de9ebcb
Diminish setting for visual-line-mode.
2016-05-05 12:52:08 +02:00
Kalle Lindqvist
865773c04b
Fix tramp history file path
...
The variable 'tramp-persistency-file-name' is supposed to be a filename,
currently it is pointing to a directory which means tramp will not be
able to save and reuse connection information.
2016-05-05 12:51:07 +02:00
Eivind Fonn
7383bac3a3
SPC cd: close more compilation windows
2016-05-05 12:50:27 +02:00
Eivind Fonn
3561b4dcf9
Fix go/README.org
2016-05-05 12:47:04 +02:00
JAremko
11e696ad06
add var go-use-gometalinter
2016-05-04 08:34:32 +03:00
syl20bnr
17fbeaf861
haskell: move haskell-modes variable def to config.el
2016-05-01 11:41:38 -04:00
syl20bnr
425e6ba7de
haskell: use package toggles for company packages
2016-05-01 11:40:54 -04:00
Tim Dysinger
5cc4e16f4d
Adds company-ghci to haskell layer
...
You don't need ghc-mod to do code completion with ghc 7.10+. GHCI has built-in code-completion suggestions you can aske for. This is what company-ghci does.
2016-05-01 11:30:58 -04:00
bmag
2a669648aa
layouts: don't double activate persp-mode
...
If persp-mode is already activated, don't re-activate it. Should fix bug
where running dotspacemacs/sync-configuration-layers (SPC-f-e-R) resets
all the layouts.
2016-05-01 11:14:32 -04:00
syl20bnr
a462f65af5
init: revert GC threshold to 100MB
2016-05-01 11:00:09 -04:00
Andrea Moretti
b772734394
react: remove probably useless snippet
2016-04-29 23:30:44 -04:00
Andrea Moretti
cb55e3da3c
react: fix tern and docs
2016-04-29 23:30:21 -04:00
Andrea Moretti
f88a7889a4
react: use node_modules version of eslint or global if not available
2016-04-29 23:30:05 -04:00
bmag
cf3068e4ef
layouts: persp-activated-hook -> persp-activated-functions
...
persp-mode has renamed persp-activated-hook to
persp-activated-functions, so we gotta update the hook.
2016-04-29 23:01:48 -04:00
syl20bnr
d94b17d57b
go: use :toggle for flycheck-gometalinter package
...
Turn the maybe function into an always since the package
flycheck-gometalinter is installed only if gometalinter is found.
2016-04-29 22:58:23 -04:00
JAremko
ae512ee8f1
Use gometalinter if present.
2016-04-29 22:52:05 -04:00
syl20bnr
d995f39e07
org-babel: fix redisplay of inline images
2016-04-29 22:47:26 -04:00
syl20bnr
354ca0b781
graphviz: use a use-package hook for org babel config
2016-04-29 22:47:03 -04:00
syl20bnr
368c1bef9a
init: move restore of GC threshold to the end of init
2016-04-29 22:27:30 -04:00
Christian E. Hopps
91942469b6
Enable graphviz mode in org babel blocks
2016-04-29 22:17:30 -04:00
Steven Allen
9f48b951db
Fix file extension matching for filenames with newlines
...
- "\\.ext$" matches both "abc.ext" and "abc.ext\nsomething".
- "\\.ext\\'" matches only "abc.ext".
2016-04-29 22:16:49 -04:00
Eugene Yaremenko
f1196b55fa
Warmly send contributions from the master to the develop branch
...
be precise
2016-04-29 21:59:51 -04:00
JAremko
c1d4774d63
doc-fmt iterate until all is fixed
...
rm unused var
*POKED TRAVIS IN THE EYE*
2016-04-29 21:58:38 -04:00