Roy Xue
8a7a4ce1c3
Improve Installation Guide in README
2016-06-17 09:22:33 +03:00
Eivind Fonn
dfad604faa
core: fix possibly negative string length
2016-06-13 10:59:29 +02:00
syl20bnr
8368be3c89
core: display a numerical progression in mode-line
...
Represents the number of packages to configure.
2016-06-13 00:56:25 -04:00
syl20bnr
e1826c9382
Disable vi tilde fringe in which-key buffer
2016-06-13 00:39:08 -04:00
sooheon
d0452a861a
Disable vim-empty-lines in unnecessary buffers
...
*Messages* and which-key--buffer do not need empty line indicators.
Also break up an unnecessarily long line.
2016-06-13 00:34:07 -04:00
neutralevil
8b6356d270
Fix init error for emacs in terminal mode
...
The code block passed to `spacemacs|do-after-display-system-init`
is never invoked if emacs is running in terminal mode.
2016-06-13 00:25:39 -04:00
syl20bnr
ad72dab624
Move pcre2el key bindings to SPC x r prefix
...
Also document it.
Move everything to spacemacs-base since the new prefix is not as invasive
2016-06-13 00:01:25 -04:00
ralesi
9047b7b5ce
Move pcre2el to spacemacs-base.
...
Fixes #5953
2016-06-12 23:06:22 -04:00
Robert O'Connor
f4fcd93b2f
2000th fork 🔱 by @Gameguykiler
...
😹 🍰 👏 🔥 ❤️ ✨ 🎉 🚀 :octocat:
2016-06-12 23:02:15 -04:00
NJBS
b6432e1efe
Add prefixes to the LaTex layer
2016-06-12 21:57:14 -04:00
Ben Gamari
7b1430e9d5
haskell: Don't enable haskell-tags-on-save
...
This is a very opinionated option and works very poorly on even
moderately large projects as it invokes `hasktags` synchronously,
freezing the editor for several seconds on every save. Users who want
this behavior should enable it manually.
Fixes #6292 .
2016-06-12 21:51:28 -04:00
Eivind Fonn
0b2a438aa7
clojure: enable smartparens in cider
...
cider-repl-mode doesn’t derive from comint
2016-06-12 21:50:34 -04:00
Dionysis Athinaios
5ec5882974
Provide more details for ycmd installation and configuration
2016-06-12 21:49:07 -04:00
Brett Cannon
9b4586837f
Fix a minor grammatical mistake
2016-06-12 21:45:48 -04:00
kr5x
07864f50d9
common-lisp: Remove <tab> key binding
...
'indent-command-for-tab' that already bound to <tab> globally is more useful.
2016-06-12 21:44:52 -04:00
Wieland Hoffmann
78bfe65e62
Python: Don't remove ':' from electric-indent-chars in emacs >= 24.5
...
According to the conversation in [0] ':' is removed from
electric-indent-chars in python-mode because typing ':' in
> for i in range(10):
> print(i)
> for i in range(10)_
with the point at _ indents the third line. This is not happening in
Emacs 24.5 anymore.
[0] aed0fc8ef8
2016-06-12 21:42:40 -04:00
syl20bnr
dc94784e70
Remove leuven theme from spacemas-ui-visual and simplify default value
...
for dotspacemacs-themes, set only the spacemacs themes.
2016-06-12 21:15:10 -04:00
Albin Ludvig Otterhäll
9e3f75a36f
Remove references to Solarized themes
...
Solarized themes has been removed from the default distribution of
Spacemacs.
2016-06-12 21:12:34 -04:00
d12frosted
9df123c40c
haskell: remove structured-haskell-mode
2016-06-12 21:11:32 -04:00
syl20bnr
768ec3fc50
core: fix configuration-layer//warning function
...
Correctly apply arguments to the spacemacs-buffer/warning funcion.
2016-06-12 21:09:22 -04:00
Carl Lange
a00045d410
Fix duplicated layer string format error
...
I had a duplicated layer, but the message that's printed broke spacemacs starting up because it was a format string but wasn't in a `format` form. Simple fix. Spacemacs works again! Yay!
This issue was introduced in c0851ddcb3
, according to a quick `git bisect`. :)
2016-06-12 12:58:38 +01:00
syl20bnr
1b77fd84b0
core: fix infinite loop :-)
2016-06-11 01:15:35 -04:00
syl20bnr
e018e41b37
Fix tests
...
Mock the correct function configuration-layer//warning
2016-06-11 00:00:46 -04:00
syl20bnr
4f5d7670f1
core: fix typo with configuration-layer--inhibit-warnings
2016-06-10 23:41:33 -04:00
syl20bnr
cc91842bd8
helm: improve SPC h SPC
...
As it was the case during the good old days when spacemacs was still a
baby, SPC h SPC now list correctly all the pre/init/post functions and
the associsted layer. It also now list properly the current owner of
a package so it is easy to find the owner of a package by narrowing
with `packagename owner`.
This new old functionality is possible by leveraging the last
improvements to the layer system (see previous commits).
TODO: update the sources for Ivy
2016-06-10 22:48:41 -04:00
syl20bnr
c0851ddcb3
core: new variable configuration-layer--inhibit-warnings
...
If non nil then the configuration system does not emit warning.
2016-06-10 22:47:45 -04:00
syl20bnr
3a9cffd2d9
core: add method cfgl-package-get-safe-owner
...
Safe method to get the owner of a package.
2016-06-10 22:38:38 -04:00
syl20bnr
b2d4adb14d
core: change cfgl-package :owner slot to :owners
...
The car of :owners is the real owner.
Now we can easily gather the list of all owners of a package.
Also fix unit tests about missing spacemacs-insecure variable.
2016-06-10 21:43:25 -04:00
syl20bnr
cb6754f231
Remove packages without any init functions
2016-06-10 20:53:24 -04:00
syl20bnr
7e3a827f63
core: warn about packages without any init functions
...
Display a message when a not excluded package has no pre-init, init or
post-init function in a layer.
2016-06-10 20:53:24 -04:00
syl20bnr
775c1f78db
ivy: create missing layers.el file
...
Was triggering an error if ivy and smex layer were both used at the
same time and smex layer stole ownership of smex package.
Fixes #6281
2016-06-10 20:53:23 -04:00
syl20bnr
dc822d5b9e
space-doc: disable line numbers and resized images
...
Resize images to 600 pixel width (exclude README.org for now)
Disable line numbers.
2016-06-10 15:50:45 -04:00
syl20bnr
f147ec01e7
org: set org-image-actual-width to nil
...
Allows to resize images in an org buffer.
2016-06-10 15:50:05 -04:00
syl20bnr
9d7259d83a
vhl: fix error message "vhl no load function for extension..."
2016-06-10 00:49:13 -04:00
syl20bnr
81fbb9a292
Format README files with spacefmt
2016-06-10 00:09:42 -04:00
syl20bnr
2dd53426a6
Replace +config-files category by +tools category
2016-06-09 23:56:09 -04:00
syl20bnr
bc9691d0c0
Rename dockerfile layer to docker
2016-06-09 23:53:33 -04:00
syl20bnr
79c8dc1084
dockerfile: various changes
...
README
- rewrite paragraph on docker-tramp
- sort key bindings
- adapt the file to last good practices
packages.el
- sort packages
- sort key bindings
- remove :commands
- move evilification to config
2016-06-09 23:49:34 -04:00
Christoph Paulik
e69c1ec5dd
Add docker-tramp and docker.el
...
- docker TRAMP provides TRAMP access to running docker containers
- docker.el provides basic management of docker images and containers
2016-06-09 23:29:20 -04:00
syl20bnr
c288a391bf
vhl: move all extension functions into respective eval-after-load
2016-06-09 23:21:51 -04:00
Don March
520910f41a
Enable volatile highlights for evil and undo-tree
2016-06-09 23:13:09 -04:00
syl20bnr
419eb51836
core: new variable spacemacs-insecure
...
Revert "Parse CLI args after dotspacemacs/init"
This reverts commit 0a35502de4
.
We cannot delay the parsing of CLI params since we need their values
early during the loading process (i.e. debug info).
Replace the previous commit with a new variable `spacemacs-insecure`
which takes the value of --insecure boolean parameter.
2016-06-09 23:09:59 -04:00
Eivind Fonn
0a35502de4
Parse CLI args after dotspacemacs/init
2016-06-09 23:03:03 -04:00
ksjogo
dd5836d948
rainbow-identifiers: do not overwrite theme values
2016-06-09 22:58:31 -04:00
syl20bnr
2b44ce33a2
ahs: improve transient state hint
2016-06-09 22:52:50 -04:00
syl20bnr
f5799ab1ec
ahs: move b, f and / key bindings to helm and ivy
...
Correctly augment the docstring based on the presence of b,f and /
bindings using dynamic hint.
b,f and / are not available if none of helm or ivy layers are used.
2016-06-09 22:50:24 -04:00
ralesi
2a07a7fd76
Add custom evil-register listing with ivy.
2016-06-09 21:27:30 -04:00
syl20bnr
ed2d8227b0
Minor refactor of spaceline config
2016-06-09 20:45:11 -04:00
Johannes Goslar
bdb49476a8
fix startup crash if powerline is excluded
...
This prohibits a crash when powerline is excluded in dotspacemacs-additional-packages
2016-06-09 10:30:44 +02:00
syl20bnr
022ce991de
Release note for 0.105.21 and bump version
2016-06-08 23:19:43 -04:00