Robert O'Connor
987d731916
Add documentation for '# g c' to the github layer
...
Update the README to include documentation for '# g c'
which allows people to create PRs from emacs and then opens
it in the browser.
2015-08-10 22:47:30 -04:00
Hunter Haugen
f6d5961edf
Fix docs for magit's url and manual changes.
2015-08-10 22:47:05 -04:00
Bar Magal
4bcda8dacb
emacs-lisp: add company in ielm, keybind for ielm
2015-08-10 22:38:18 -04:00
syl20bnr
18c73ea418
python layer: find usage on SPC m g u instead of SPC m h u
...
To be consistent with other layers like C#
2015-08-10 22:36:43 -04:00
Bar Magal
eb7f937953
python: various improvements
...
Add binding for anaconda-mode-usages.
Add completion of filenames in repl.
Don't set variables unnecessarily in newer emacsen - these settings are
only needed in emacs 24.3.
2015-08-10 22:35:02 -04:00
Gilbert Kennen
ee119336f5
add git-flow documentation to git layer
2015-08-10 22:31:43 -04:00
justbur
57a0bdd859
Add some missing key prefix declarations
2015-08-10 22:16:30 -04:00
Boris
ac46bb8da2
don't set haskell-process-type
...
By default (from `haskell-mode`) `haskell-process-type` is set to `'auto`, so no need to set it here. Also when you explicitly set the value of `haskell-process-type` it gets much harder to configure it.
2015-08-10 21:30:19 -04:00
syl20bnr
87f482083a
salt layer: Mention required yaml in README
2015-08-10 09:08:25 -04:00
liuxiang
daf1a1bd3f
Remove projectile from scala layer.
2015-08-10 08:47:26 -04:00
syl20bnr
f22ac107cc
New layer yaml
2015-08-10 08:45:21 -04:00
syl20bnr
41e0befc9c
Remove remaining duplicated init functions
...
haml-mode
slim-mode
yaml-mode
rainbow-delimiters
nix-mode
leuven-theme
Also sort alphabetically the packages in packages.el of html layer
2015-08-10 08:43:29 -04:00
syl20bnr
a7cb1bd822
Remove pcre2l contrib, it is owned by spacemacs layer
2015-08-10 08:42:08 -04:00
Kai von Fintel
5ae1972c15
Fixed osx/init function for reveal-in-osx-finder
2015-08-09 22:20:57 -04:00
syl20bnr
77c0826957
core: fix some duplicated init functions
2015-08-09 00:59:12 -04:00
Benjamin Albrecht
18ef819164
Set clojure-mode keybindings for derived modes
...
dedicated modes for ClojureScript, ClojureC and ClojureX were introduced
by clojure-emacs/clojure-mode@20356bc
2015-08-06 12:45:17 +02:00
Max Gonzih
dd58e524c6
Add contrib layer for nim programming language
2015-08-04 23:41:24 -04:00
syl20bnr
6b4e26e1c9
c-c++ layer: move disaster binding SPC m d on SPC m D
2015-08-04 23:19:38 -04:00
William Casarin
cc10f1d4a7
add c-c++ package, disaster: disassemble c/c++ code
2015-08-04 23:18:37 -04:00
vkz
bd432752bc
Replace after-init-hook with emacs-startup-hook
...
This has a benefit of not assuming that the user .emacs.d/ is in the
user home directory. Should continue to work as expected when this is
the case, but you could also start a fresh Emacs session like
so (assumes OSX):
open -a Emacs.app -n --args -q -l /path/to/emacs.d/init.el
So you don't have to muddle with symlinking your ~/.emacs.d or replacing
it with another just to try Spacemacs (or any other config). Note, that
this won't work with `after-init-hook` which doesn't appear to run when
Emacs is run with -q flag. As a result the `dotspacemacs/config` in your
.spacemacs won't run.
2015-08-04 23:17:12 -04:00
Chris McGrath
8c43762bfb
Setup some ruby tools bindings
...
Not doing ruby-tools-clear-string as evil/vim has that covered
2015-08-04 23:15:29 -04:00
sooheon
79c4a81af6
Add duplicate keybinding for toggle fullscreen
...
On my mac, using the left command key results in emacs registering the
command differently.
2015-08-04 23:13:50 -04:00
Ag Ibragimov
b5ecf92f51
couple of maybe useful tricks for Chrome layer
2015-08-04 23:13:37 -04:00
Gilbert Kennen
a721ea4dbc
add #f magit binding for magit-gitflow-popup
2015-08-04 23:12:59 -04:00
dsdshcym
589a533374
Remove an extra space from pair <%= %> in web mode
2015-08-04 23:12:35 -04:00
Syohei YOSHIDA
0167d453eb
Update package name
...
reveal-in-finder was renamed to reveal-in-osx-finder.
2015-08-04 15:58:05 +09:00
Lukasz Klich
2e8f62cc22
Add completion after inserting ::
...
It is used in java 8 to reference methods
2015-08-02 22:34:44 -04:00
Tosh Lyons
010262e181
add keys for ein:traceback-mode
2015-08-02 22:24:14 -04:00
mike-work
c6d033686e
added escape to gitmessenger keybindings
2015-08-02 22:02:11 -04:00
andyque
a87469e2ce
add pangu space and remove extra space in org.
...
1. Add pangu space minor mode.
2. remove extra whitespace when export Chinese org file as HTML
2015-08-02 20:53:19 -04:00
James Conroy-Finn
1fd4afb60c
Setup indentation rules for common clojure vars
2015-08-02 20:52:47 -04:00
Swaroop C H
a64b6ef3d2
Mention godef install needed for SPC m g g
2015-08-02 17:54:04 -04:00
Xiang Ji
3258186df2
[ Fix #2363 ] Fix inputting backtick and single quote in markdown mode
...
Not sure why that part of code was introduced in the first place but it seems to no longer work with the newest
packages. Both backtick and quote behaviors were a kind of broken. Removing the code makes them normal again. And there
seems to be nothing wrong with Github code blocks.
2015-08-02 17:47:50 -04:00
Xiang Ji
706115fc0e
Fixed various naming errors in package file descriptions
...
Well, probably mostly aesthetic, but still they just look a bit jarring out there.
2015-08-02 17:44:59 -04:00
syl20bnr
01a017025c
search-engine layer: add spacemacs pull request
2015-08-02 17:39:17 -04:00
syl20bnr
1085cb084e
org layer: defer loading of toc-org
2015-08-01 15:24:21 -04:00
syl20bnr
0e547c43fd
org layer: explicitly set toc-org-max-depth to 10
2015-08-01 01:00:38 -04:00
Jean-Christophe Petkovich
793134aab0
ESS company sources should be grouped
...
The ess company sources should be grouped, when they are not grouped
they are pretty buggy (like not showing completions under certain
circumstances).
To see the problem, try opening an R file and start the interpreter.
When you type the following ([] is the cursor):
setN[]
You will see completions offering up `setNames`. Press `<enter>`.
Now, try doing the following:
setNames(setN[])
You will see no completions. Company is trying the `company-R-args`
source, failing it, then skipping the execution of the
`company-R-objects` source.
Grouping them together fixes this, and is what's done within ess itself.
2015-08-01 00:25:00 -04:00
Alexander Kjeldaas
8d0e47a54b
Added ensime-pop-find-definition-stack to the scala layer.
2015-08-01 00:14:49 -04:00
Alexander Kjeldaas
6850c85dff
The 0.1.5-SNAPSHOT release has problems
...
When using spark as a framework for example, there are lots of "provided" libraries. These are excluded from the .ensime file in that old version.
2015-08-01 00:14:25 -04:00
Tommi Komulainen
393cfff67f
enable flycheck in puppet-mode
...
Flycheck already knows what to do, we just need to turn it on.
2015-08-01 00:13:33 -04:00
Jenan Wise
be0fa7ed75
Use enh-ruby-mode
on interpreter-detected ruby files.
...
This makes ruby files that start with shebang ruby directives use
`enh-ruby-mode` for consistency with `.rb` files that already use that
mode.
2015-08-01 00:10:11 -04:00
syl20bnr
9df49be64a
shell layer: document some key bindings in README
2015-08-01 00:08:57 -04:00
Martin Martinez Rivera
b3ffe8e85a
Added evil-leader commands for multi-term support.
2015-08-01 00:06:45 -04:00
Robert O'Connor
4fe8636e62
add ejs files to web-mode
2015-08-01 00:04:32 -04:00
Uri Sharf
d93da90ad7
Add support for launchctld on OS X
2015-08-01 00:04:10 -04:00
Uri Sharf
d1a87c750d
Re-factor and expand support for trash can on OS X
2015-08-01 00:01:34 -04:00
Gilbert Kennen
c1f6c40a16
add .eex extension to web-mode
2015-07-31 23:59:44 -04:00
Vivien Moreau
94a2fcbaed
Racket layer: enable insert state after SPC m s B
...
As per the README, this keybinding should put the REPL buffer in
insert state.
2015-07-31 23:58:13 -04:00
Devagamster
a3222475d1
search-engine layer: Add Bing
2015-07-31 23:57:14 -04:00
syl20bnr
e075e21faa
javascript layer: re-enable major mode specific prefix commands
2015-07-30 23:20:54 -04:00
syl20bnr
c3ea0e5362
clojure layer: uncomment major mode prefix commands
2015-07-30 23:05:36 -04:00
Martin Martinez Rivera
0fb0bf262a
Added java mode prefixes
2015-07-30 22:59:13 -04:00
syl20bnr
99623a8c72
eyebrowse layer: Fix not working keys when tagging a workspace
2015-07-30 22:56:47 -04:00
syl20bnr
1d1b137c7e
eyebrowse layer: use term tag instead of label in doc
2015-07-30 22:56:05 -04:00
Ryan Phillips
88316dd2cb
eyebrowse: add s for switch-to-window-config
2015-07-30 22:51:06 -04:00
Uri Sharf
c16723baa7
Activate clojure-mode for *.boot files
2015-07-30 22:48:49 -04:00
syl20bnr
bebbae2013
haskell layer: apply org doc conventions to README
2015-07-30 22:46:06 -04:00
Michel Kuhlmann
d58895773e
haskell: make ghc-mod optional
2015-07-30 22:43:24 -04:00
Rob Merrell
7564d33e0a
Link to the theme gallery in the docs
2015-07-30 22:21:54 -04:00
bsermons
92281cc88e
Allow fsharp-mode to determine build path.
2015-07-30 22:20:35 -04:00
syl20bnr
42cce3a403
erc layer: rename erc-use-sasl-auth to erc-enable-sasl-auth
2015-07-30 22:18:22 -04:00
syl20bnr
18be7425f4
asciidoc layer: convert README to org file
2015-07-30 22:17:42 -04:00
Diego Berrocal
eae6e48094
Add ERC-SASL to SASL authentication to ERC
...
Add config.el file in ERC sasl
2015-07-30 22:09:03 -04:00
Mark Safronov
61240c9594
Added Asciidoc contrib layer.
...
It has keybindings (very rudimentary, a lot more can be added later, see comments in source code).
It has :defer t
It has all its dependencies (cl mainly) properly defined
All necessary init functions are prepared
Moved to new `!lang` dir
Battle-tested by daily usage
2015-07-30 21:45:24 -04:00
Robert O'Connor
ffae6440a1
Revert company-math addition
...
messed up and didn't realize company-auctex did it
2015-07-30 21:35:31 -04:00
Devagamster
59074206db
Fixed the formatting of the bullet points
2015-07-30 21:33:54 -04:00
Robert O'Connor
63d1dd7375
Update README for latex layer to include the company-math addition
2015-07-30 01:37:58 -04:00
Bar Magal
5d38c0ff97
c-c++: fix key-bindings for cscope
2015-07-29 23:32:53 -04:00
sooheon
5e4daf88d8
Add magit-push-always-verify var to magit docs
2015-07-29 23:30:28 -04:00
liuxiang
cfc9852a34
Turn projectile rails on for all rails file in a rail project, not only
...
for enh-ruby-mode files.
2015-07-29 23:01:25 -04:00
Sridhar Ratnakumar
fc95a4d63c
Note about exec-path-from-shell
...
cf. https://github.com/syl20bnr/spacemacs/issues/2331#issuecomment-121686918
(i was trying to do both, but it is not necessary given spacemacs defaults)
2015-07-29 22:58:27 -04:00
Ista Zahn
365afd0e00
change ess-anable-smart-equals default to nil
2015-07-29 22:11:38 -04:00
Josh Greenwood
db9cb181fa
Fixes broken link to the magit "about" page
2015-07-29 22:08:48 -04:00
syl20bnr
85eaaad107
latex layer: move company-math configuration to its own init function
2015-07-29 21:38:07 -04:00
Robert O'Connor
cb11828c88
add company-math to latex layer auto-completion
2015-07-29 21:27:47 -04:00
Travis B. Hartwell
5f5b3ea92e
Extend the Javascript layer documentation.
...
Questions often come up on Gitter regarding configuration of
the indentation level in Javascript and JSON fils, so I felt
this would be useful to call out.
2015-07-29 21:27:07 -04:00
syl20bnr
b852f512eb
ranger layer: better default configuration
...
Which is closer to original ranger
2015-07-27 20:52:58 -04:00
syl20bnr
4ee6c6d4e1
unimpaired layer: Fix newline format
2015-07-27 12:20:17 -04:00
Stefan Otte
9867e65dae
Set link to vim-unimpaired properly
2015-07-27 12:17:12 -04:00
andyque
f88ba22096
fix unimpaired typo
2015-07-27 12:16:41 -04:00
Gilbert Kennen
d047988d07
reenabled magit-gitflow for magit 2.1
2015-07-27 12:13:44 -04:00
Eivind Fonn
0f979d3cea
Better indentation for add-toggle
2015-07-27 12:09:27 -04:00
Eivind Fonn
c52535fe99
Implement modeline DSL
2015-07-26 22:35:15 -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
Diego Berrocal
01ad10ddbb
Add NixOS Layer
2015-07-26 00:59:28 -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