Matthew Egan Odendahl
bef3f838fd
add prefix names for which-key
2016-05-16 23:55:18 -04:00
syl20bnr
a086a5ba17
Fix hs-minor-mode activation in prog modes
2016-05-16 21:02:33 -04:00
syl20bnr
c9f7fc097e
scroll transient state: invert up and down
...
In order to map j and k (that is the left key goes down and the right
key goes up)
2016-05-16 14:29:30 -04:00
syl20bnr
1f993bddf6
Rename spacemacs-helm and spacemacs-ivy layers to helm and ivy
...
For ivy users: be sure to update your dotfile by replacing spacemacs-ivy
by ivy
2016-05-15 22:24:27 -04:00
syl20bnr
1aa0e4bfa3
Rename default-org to default-org-config
2016-05-15 22:03:46 -04:00
syl20bnr
70aa0105a4
Move default config for ivy to spacemacs-completion
...
Use a custom package name. Also dispatch functions to funcs.el files.
Disable ivy-hydra for now.
With this default configuration users using helm instead of ivy still
get a good ivy base configuration (UI and Key bindings).
2016-05-15 22:03:25 -04:00
syl20bnr
cbda059ea0
Move default config for helm to spacemacs-completion
...
Use a custom package name. Also dispatch functions to funcs.el files.
With this default configuration users using ivy instead of helm still
get a good helm base configuration (UI and Key bindings).
2016-05-15 22:02:18 -04:00
syl20bnr
bb3e8eca42
Move ido config to new layer spacemacs-completion
2016-05-15 21:55:57 -04:00
syl20bnr
c8ec0fa063
Move smex layer functions to funcs.el
2016-05-15 21:52:10 -04:00
syl20bnr
8fb5d86be0
Fix dumb error with spacemacs-projects-packages variable
2016-05-15 19:39:49 -04:00
syl20bnr
0709d936d6
semantic: Fix srecode-map.el in root folder at install
2016-05-14 12:51:30 -04:00
syl20bnr
1f2d817708
New spacemacs-misc layer, move request to it
2016-05-14 12:28:57 -04:00
syl20bnr
3f22eeaa03
New layer spacemacs-projects containing projectile and neotree
2016-05-14 11:57:32 -04:00
syl20bnr
0319216b28
Remove dash from spacemacs-bootstrap
2016-05-14 11:57:32 -04:00
syl20bnr
c2de2271eb
Move page-break-lines to spacemacs-bootstrap
2016-05-14 11:57:28 -04:00
syl20bnr
cf202d60f3
Move undo-tree and ws-butler to spacemacs-editing
2016-05-14 11:57:28 -04:00
syl20bnr
f959bc4b19
Move popup, popwin, fill-ci, hl-todo to spacemacs-ui-visual
2016-05-14 11:57:27 -04:00
syl20bnr
3f2bdcc03b
Move restart-emacs to spacemacs-ui
2016-05-14 11:57:27 -04:00
syl20bnr
7d25e9dab4
Move some evil related packages to spacemacs-evil
2016-05-14 11:57:27 -04:00
syl20bnr
bb2e582703
move diminish to spacemacs-bootstrap
...
Also cleanup diminish init function
2016-05-14 11:57:23 -04:00
JAremko
73d48338c8
remove tslint package
2016-05-11 20:59:05 -04:00
JAremko
75754a3a9e
Make tide formatter default
2016-05-11 20:59:05 -04:00
JAremko
bf4baf0646
make tsfmt use config file
2016-05-11 20:59:00 -04:00
JAremko
adebb01358
Add 'send to playground'
...
remove unnecessary init
refactoring
typo
2016-05-11 20:58:20 -04:00
JAremko
0f36dd44d7
fmt typescript docs
...
formatting
formatting
2016-05-11 20:58:20 -04:00
Overmind JIANG
5eac955cd3
Allow tsfmt
to use the local project's config.
...
By adding `--baseDir=.` to the command line arguments.
2016-05-11 20:58:12 -04:00
d12frosted
9f57a0da63
use flyspell-correct instead of helm-flyspell
...
flyspell-correct plays nicely with custom front-ends, and it has support
of ivy and helm out of box
2016-05-11 20:52:02 -04:00
JAremko
4f37acdfae
add go coverage key bindings
...
fix copypasta
2016-05-11 20:50:16 -04:00
NJBS
c44bcf88ac
Fix Elisp = prefix
2016-05-11 20:49:28 -04:00
Christoph Paulik
4d080a65fb
Diminish tern and skewer mode.
2016-05-11 20:47:04 -04:00
bmag
50bd692e98
Layouts: gui/terminal frames should have different workspaces
...
Use two different sets of workspaces for each perspective - one
set for graphical frames, and one set for terminal frames.
This is required because workspaces from graphical frames are not
compatible for use in terminal frames.
2016-05-11 20:46:53 -04:00
syl20bnr
738f425276
Add spaceline-compile to spacemacs-post-user-config-hook
...
Also improve support for GUI client using a server launcher with
emacs --daemon.
2016-05-11 20:07:26 -04:00
Eivind Fonn
a652a66e45
spaceline: don’t use :when in new-version segment
...
This will be necessary with the new version of Spaceline, but it works
fine with the old version too.
2016-05-09 23:24:44 +02:00
Eivind Fonn
92e2ab3e2f
typography: Use :toggle for tildify
2016-05-08 20:18:43 +02:00
Daniel Luna
76610294a7
long-lines' toggle now accepts prefix arguments.
...
This commit introduces two new options to add-toggle:
:prefix, a symbol that is bound to the raw prefix argument (as
in `(interactive "P") forms).
:on-message, an expression overriding the default 'on' toggle
message (useful to document a toggle's argument).
These new options are applied to long-lines' toggle, so we can choose
how many lines to toggle it on via a raw prefix argument.
2016-05-06 13:53:41 +02:00
NJBS
ddede916cf
Add binding for opening tag in another window
...
Adds a binding to gtags which opens the found tag in another window
similar to gg and gG.
2016-05-06 13:53:41 +02:00
Eivind Fonn
2136a8e74f
bracketed-paste: Use :toggle instead of :if
...
Also fix the actual expression :-)
2016-05-06 13:53:30 +02:00
Aaron Jensen
9d186c5f4c
spacemacs-editing: disable bracketed paste for 25+
...
Bracketed paste is built into emacs 25+
2016-05-06 13:47:17 +02:00
Eivind Fonn
5b719df500
Some fixes for visual shift variable
...
- Rename mode to state (preferred nomenclature in evil)
- Change default value
- Add to dotspacemacs template
- Fix parens
2016-05-06 13:46:41 +02:00
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
ff8d4dada8
Move lua setup to init block
2016-05-05 14:15:25 +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
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
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
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
JAremko
42db6c7a41
Move space-doc to the Spacemacs core bundle
2016-04-29 20:01:56 -04:00
JAremko
31d2a149d5
Improve docs
...
Bug fix
Reorganize code
2016-04-29 20:00:12 -04:00
JAremko
0b9add2f0d
Redesign space-doc
2016-04-29 20:00:12 -04:00
syl20bnr
e3f5a12ba4
Fix error on startup (void-variable evil-normal-state-map)
2016-04-29 18:43:45 -04:00
syl20bnr
2434d0214b
Add async to bootsrap packages
2016-04-29 18:37:42 -04:00
Christoph Paulik
421cb62783
Fix showing of indicators in the fringe.
...
Fix #5510
2016-04-29 18:27:08 -04:00
syl20bnr
5f8e24405a
shell: document layer variable shell-default-term-shell
2016-04-29 18:20:59 -04:00
dubnde
80cccdce7c
Add shell-default-full-span for shell window
2016-04-29 18:14:57 -04:00
James
0d20c77798
spacemacs/layers/+lang/latex/README.org typo
...
Docs: Folding keybindings are enabled by `latex-enable-folding`
2016-04-29 18:12:55 -04:00
Robert O'Connor
cd13e0f885
Make pug files use jade-mode since jade is now called pug
2016-04-29 18:08:14 -04:00
syl20bnr
e18b1cbe0e
Move vi-tilde-fringe hook to shell layer
...
Also replace lambdas by named functions
2016-04-29 17:48:00 -04:00
Russell Sim
c115a66210
Disable tilde fringe in shell/comint modes
2016-04-28 16:01:01 +02:00
Fabien Dubosson
a63bf2ab13
Add more information regarding tern
on windows
2016-04-28 15:58:12 +02:00
Fabien Dubosson
a03aff8fa1
Apply fill-paragraph after previous commit
2016-04-28 15:50:11 +02:00
Liang Zhou
d2486e3956
Update tern configuration for windows.
2016-04-28 15:48:38 +02:00
NJBS
32466ca272
Update go README to include goimports prereq
...
see #5855
2016-04-28 15:40:26 +02:00
sooheon
a0d244d47f
Remove duplicate definition of symbol-highlight
2016-04-28 15:38:02 +02:00
Fabien Dubosson
ba7d050321
[autohotkey] reorder line alphabetically
2016-04-28 15:33:33 +02:00
krobelus
690d8eaed6
Fix autohotkey documentation
2016-04-28 15:32:08 +02:00