Alejandro Arrufat
f93fb228ce
Feature: Add "send to buffer" leader key in ruby layer
...
Currently ruby-send-to-buffer function is not assigned to any key
it is useful to be able to send the the buffer directly to the ruby
console.
It assigns SPC-msb to ruby-send-to-buffer function
2018-02-24 19:49:39 -05:00
syl20bnr
e99ca55e13
python: add doc for SPC m t l
2018-02-24 19:49:39 -05:00
Benoit Coste
262c8ee7b0
Add defun spacemacs/python-test-last
...
It is a wrapper around the nosetests-again defun.
It will call the latest called nosetest function.
2018-02-24 19:49:39 -05:00
Tad Fisher
662b73282c
Make the Emacs server optional
...
Add `dotspacemacs-enable-server`, which if non-nil prevents Spacemacs from
calling `(server-start)` at init.
2018-02-24 19:49:39 -05:00
syl20bnr
982308f1b3
japanese: add image and format README.org
2018-02-24 19:49:39 -05:00
Kenji Miyazaki
570f7ef3e3
Add Japanese Layer
2018-02-24 19:49:39 -05:00
Aaron Jensen
6ec6af84d0
typescript: create derived mode for tsx
2018-02-24 19:49:39 -05:00
syl20bnr
a40b79a781
clojure: sort key bindings alphabetically
2018-02-24 19:49:39 -05:00
Luo Tianj
280c7b4cef
add key bindings for profiling and spec browsing
2018-02-24 19:49:38 -05:00
Francesc Elies Henar
d2458eb974
[prodigy] renames jump function
...
This function was renamed in https://github.com/rejeep/prodigy.el/pull/110
2018-02-24 19:49:38 -05:00
Miciah Masters
83954658e2
Fix package initialization on Emacs 27
...
Before Emacs 27, the init file was responsible for initializing the package
manager by calling `package-initialize'. Emacs 27 changed the default
behavior: It now calls `package-initialize' before loading the init file.
This behavior would prevent Spacemacs's own package initialization from
running. However, Emacs 27 also loads the "early init" file (this file)
before it initializes the package manager, and Spacemacs can use this early
init file to prevent Emacs from initializing the package manager. (See
<http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=24acb31c04b4048b85311d794e600ecd7ce60d3b >.)
Earlier Emacs versions do not load the early init file and do not initialize
the package manager before loading the init file, so this file is neither
needed nor loaded on those versions.
2018-02-24 19:49:38 -05:00
Olivier Verdier
ef36dbb2a4
Key sequence to access FAQ
2018-02-24 19:49:38 -05:00
nashamri
abda28419a
Latest updates for spacemacs-theme
2018-02-24 19:49:38 -05:00
timor
671701f2ef
factor: rename snippet file
...
fixes #10360
2018-02-24 12:04:32 +02:00
smile13241324
93ec42177e
Fix doc for S>-completion and S>-editing-visual layers
2018-02-22 17:37:02 +02:00
smile13241324
d526121202
Fix doc for first bunch of internal spacemacs layers
2018-02-22 17:36:45 +02:00
syl20bnr
81a931f48b
python: add support for Language Server Protocol
2018-02-19 00:08:27 -05:00
Yuan Fu
66afcce4d1
Add lsp-python layer
...
Fix readme.org
Update with some minor changes
I added quickrun package to execute python script with ease.
It is owned by lsp-python since no one is using this great package in other layers.
Fix readme
2018-02-18 22:57:59 -05:00
syl20bnr
be6db59b4c
lsp: create logical package flycheck-lsp
2018-02-18 22:56:41 -05:00
syl20bnr
1c49c7f361
lsp: hide lighter
2018-02-18 22:54:15 -05:00
syl20bnr
ba66562967
lsp: add files header and rename lsp// functions
...
Prefer spacemacs// namespace for all spacemacs added functions.
2018-02-18 22:53:07 -05:00
syl20bnr
db04cdb759
lsp: respect 80 chars per line in README.org
2018-02-18 22:49:13 -05:00
syl20bnr
2a5670e8df
lsp: move helm-xref and ivy-xref ownership to helm and ivy layers
2018-02-18 22:48:12 -05:00
Fangrui Song
d99cb009c2
Add +tools/lsp layer for lsp-mode & lsp-ui
...
This is a starting point to bring LSP ecosystem into spacemacs.
Theme by 0bl.blwl
2018-02-17 20:17:14 -08:00
timor
ba13869c99
Add features section
2018-02-17 16:09:06 -05:00
timor
f4a8d605e7
Clarify Snippet usage
2018-02-17 16:09:06 -05:00
timor
05623c4924
Don't add final semicolon to template
2018-02-17 16:09:06 -05:00
timor
2c4ac9b2f4
Add Layer for the Factor Programming Language
2018-02-17 16:09:06 -05:00
Paul
670a483735
org: tidy prefixes
...
Bindings from `SPC m h` have been moved under `SPC m i` in 4898644a
revamp.
2018-02-17 16:09:06 -05:00
Nicolas Forgerit
c73844f291
Fix typo
2018-02-17 16:09:06 -05:00
nijohando
d4ae5a3c2b
fix: Rename deprecated cider function
...
"cider-jump-to-resource" has been renamed "cider-find-resource" in
CIDER 0.9.0
2018-02-17 16:09:06 -05:00
Adam Frey
5da932541b
Fix typo in clojure/README
2018-02-17 16:09:06 -05:00
Rhommel Lamas
87cbef1952
Fix docs for rcirc layer where :user-name is the right value
2018-02-17 16:09:06 -05:00
Szunti
d5f7d8b5ca
Lastest is a typo
2018-02-17 16:09:06 -05:00
Alexander Dalshov
c4008169c6
fix: ycmd don't search for compilation DB in subfolders
2018-02-17 16:09:06 -05:00
syl20bnr
a72a9aa26c
cmake: sort package configuration
2018-02-17 16:09:06 -05:00
syl20bnr
e1ec7de6da
cmake: properly defer packages
...
function cmake-ide-setup just setup hooks. Hooks are just variables so they
can be setup without loading the whole package. For this reason we prefer to
not call cmake-ide-setup and setup the hooks ourselves.
2018-02-17 16:09:06 -05:00
Alexander Dalshov
76490d503f
cmake layer: call cmake-ide-setup after rtags was loaded
2018-02-17 16:09:06 -05:00
Alexander Dalshov
98758c6ede
CMake: move company-cmake initialization to cmake layer
2018-02-17 16:09:06 -05:00
Alexander Dalshov
b4fa24eb31
Layers.org: add cmake layer link
...
Layers.org - remove dangling link for extra-langs (deprecated)
Layer.org - add mics layers links
2018-02-17 16:09:06 -05:00
JAremko
115deaa1a9
fix doc string
2018-02-17 17:32:12 +02:00
JAremko
191476fe04
work on the new export
2018-02-17 17:31:52 +02:00
smile13241324
82b6ee3498
Fix doc for spell-checking and ansible layer
2018-02-17 17:30:44 +02:00
smile13241324
0961850391
Fix doc for octave, sql and go layers
2018-02-17 17:30:27 +02:00
JAremko
c130014ff0
fix src lang in notmuch README
2018-02-06 14:25:48 +02:00
smile13241324
c4ec87dfeb
Fix doc for nginx, jr, nlinum and systemd layer
2018-02-06 10:24:16 +02:00
smile13241324
0e3a371390
Fix doc for graphviz, deft and finance layer
2018-02-04 06:21:44 +02:00
smile13241324
d85eb092d0
Fixed the next bunch of documents
...
Fix doc for coq, semantic-web, source-control, evil-commentary
and spotify layer.
2018-02-04 06:21:18 +02:00
bmag
f3b6a22c05
Keys consistency for winum and file trees
...
Reinstate `SPC f T` binding, and make `SPC 0` and `M-0` consistent across
Neotree and Treemacs.
2018-02-02 21:15:21 +02:00
syl20bnr
64cf9f56f6
core: remove unused defvar dotspacemacs-default-package-repository
...
NOT USED FOR NOW... well not used forever :-)
2018-01-29 13:53:05 -05:00