syl20bnr
e6d105b87e
Add alternative setup instructions in README
2015-02-01 23:12:07 -05:00
Yen-Chin Lee
d506c76574
init.el: setup user-emacs-directory when load
...
user-emacs-directory is defined by emacs when load config, in most case
it's value is ~/.emacs.d. We setup this variable in init.el to make
existing emacs user can test spacemacs by
emacs -q -l ~/spacemacs/init.el
without change their own ~/.emacs.d config.
Signed-off-by: Yen-Chin Lee <coldnew.tw@gmail.com>
2015-02-01 22:55:14 -05:00
Brian Hicks
4834a7949c
contrib(python): document Django keys
2015-02-01 22:55:06 -05:00
Bjarke Vad
9c644670bc
Fixed spelling of ASP
2015-02-01 22:54:58 -05:00
syl20bnr
dbd3f556d6
Add a snippet to enable nyan-cat only in GUI
2015-02-01 21:47:53 -05:00
syl20bnr
af3b5f7884
Rename colors-enable-nyan-cat
to colors-enable-nyan-cat-progress-bar
2015-02-01 21:29:07 -05:00
syl20bnr
41b5ba09b8
Move nyan-mode to extensions
...
Using personal tweaks which can be found at
https://github.com/syl20bnr/nyan-mode
2015-02-01 18:16:41 -05:00
syl20bnr
67841bf60b
Put push of add-toggle macro inside the generated sexps
2015-02-01 01:31:52 -05:00
syl20bnr
065b2493f9
Add nyan-mode to colors layer
2015-02-01 01:31:39 -05:00
syl20bnr
975fb17f0c
Bump version to 0.52.1
2015-01-31 00:23:03 -05:00
syl20bnr
d7a68ea473
Fix duplicates in helm-spacemacs package candidates
2015-01-31 00:22:08 -05:00
syl20bnr
e3ae8fb10a
Bump version to 0.52.0
2015-01-30 23:04:50 -05:00
syl20bnr
888526726b
Add 100th fork achievement
2015-01-30 23:02:04 -05:00
syl20bnr
8b9368b3e2
Add 500th issue achievement
2015-01-30 22:59:59 -05:00
syl20bnr
579f8eb649
Add django logo in python layer README
2015-01-30 22:42:32 -05:00
syl20bnr
aa5b9e4d3b
Update python layer README with Django support
2015-01-30 22:41:55 -05:00
syl20bnr
ef34305403
Sort and modify key bindings in python layer packages.el
...
`mps` and `mpu` for pyenv have been moved to `mvs` and `mvu`
`mv` for pyvenv has been moved to `mV`
`mjtg` has been moved to `mjte`
2015-01-30 22:28:47 -05:00
Brian Hicks
08e68a3b1d
Add django via pony-mode to python layer
2015-01-30 22:24:51 -05:00
syl20bnr
9e8ecf91af
Update ESS layer key bindings to follow the conventions
2015-01-30 22:18:30 -05:00
Jean-Christophe Petkovich
eb964ed311
Add ESS noweb (knitr/sweave) keybindings
...
There are a number of functions included in ESS for dealing with knitr
and sweave "chunks" that are quite handy.
These are the bindings I use, which I humbly recommend for inclusion as
defaults.
The only potential problem that I see with their inclusion is that they
only really make sense in ess-noweb-mode (a minor mode) buffers, but
since evil-leader doesn't seem to like layering keybindings through
minor-modes, adding them to ess-mode is the best solution that I can
come up with for now.
Fix ess chunk bindings as per suggestions
2015-01-30 22:11:12 -05:00
syl20bnr
68a004c892
Change C# logo and add a logo for .Net
2015-01-30 22:08:08 -05:00
syl20bnr
c5aa369f67
Fix csharp layer key bindings doc, format and sort them
2015-01-30 21:58:51 -05:00
syl20bnr
8e4eb673ee
Edit csharp layer README
...
Add instructions for other prerequisites
Edit various other parts
2015-01-30 21:45:06 -05:00
Bjarke Vad
3b83124fc0
Added support for C# using OmniSharp
2015-01-30 21:13:43 -05:00
syl20bnr
239d61ddf0
Move git-gutter-fr:side in :init
...
Now it can be easily overridden in dotspacemacs/config
2015-01-30 07:07:39 -05:00
syl20bnr
d22fd8cd0a
Add support for cygwin system-type in core-fonts-support
2015-01-30 09:01:04 -05:00
syl20bnr
f8d36f4f53
Rename property :local-key
to :define-key
...
In macro `spacemacs|add-toggle`
2015-01-30 00:26:49 -05:00
syl20bnr
f92e653612
Improve spacemacs|add-toggle
...
Add properties `:if` `:status`
Drop properties `:toggle-function` `:toggle-variable`
Add properties for several types of key bindings
The macro should now support a wide variety of toggles
2015-01-30 00:18:48 -05:00
syl20bnr
55c0a88a9b
Use font-spec :name property instead of :family
2015-01-29 21:42:35 -05:00
syl20bnr
f714f7deea
Change the font detection and add logs
2015-01-29 21:19:37 -05:00
syl20bnr
276c33bb31
Explicitly exclude private/snippets/README.md from ignored files
2015-01-29 00:35:14 -05:00
ralesi
5c4270be00
Add private snippets directory to yas-snippet-dirs
2015-01-29 00:33:14 -05:00
Andrew Oppenlander
51066c68f3
Add variable clojure-enable-fancify-symbol
in Clojure mode
...
Used to turn on fancify-symbol (default value is nil, i.e. disabled)
2015-01-29 00:32:00 -05:00
syl20bnr
8292d39046
Spacemacs toggle framework
...
Use helm-spacemacs to get a list of all available toggles and
activate them.
2015-01-29 00:08:48 -05:00
syl20bnr
ca5861c03d
Replace ex-command :noh
with :nohlsearch
2015-01-28 18:40:20 -05:00
syl20bnr
4d4dab1514
Update documentation for property :powerline-scale
2015-01-28 00:16:51 -05:00
syl20bnr
b022c390b2
Bump version to 0.51.0
2015-01-27 23:26:56 -05:00
syl20bnr
14705a27cc
Fix regression in visual block with evil-escape
2015-01-27 23:10:27 -05:00
Daniel Wu
55574e009d
fixed bug: evil-terminal-cursor mode doesn't work in iterm2
2015-01-27 22:36:35 -05:00
syl20bnr
425bf2331e
Fix blank powerline with startup buffers in some circumstances
2015-01-27 22:34:57 -05:00
syl20bnr
4f24035d9b
Fixes #489 Spacemacs uses the wrong package.el implementation
...
For emacs 24.3.50 (containing backports)
2015-01-27 22:24:22 -05:00
syl20bnr
14ada41ab0
Fixes #494 Powerline is not loaded in startup buffers
2015-01-27 22:07:20 -05:00
syl20bnr
d7eda9ade4
Rename spacemacs-mode lighter to Spacemacs
2015-01-27 22:06:59 -05:00
syl20bnr
261ce161f1
Fixes #493 Powerline curves are not resized when zooming the frame
2015-01-27 21:47:57 -05:00
syl20bnr
40301acf5f
Remove explicit size or height for fallback font
...
This way they inherit the size of the default font
2015-01-27 21:47:25 -05:00
syl20bnr
93887ed160
Change powerline-offset for powerline-scale
...
Better for zoom-in zoom-out
2015-01-27 21:46:37 -05:00
syl20bnr
ba86ae7769
Add leuven monokai and zenburn to default dotspacemacs-themes
2015-01-27 21:45:39 -05:00
syl20bnr
2aca191343
Bump version to 0.50.3
2015-01-27 05:18:52 -05:00
syl20bnr
ee8d50e6a7
Fix ignored system-type in spacemacs/set-default-font
2015-01-27 05:17:49 -05:00
syl20bnr
87d8c4a092
Bump version to 0.50.2
2015-01-27 04:51:19 -05:00