syl20bnr
3ae7a837d1
Add 24.3 compatibility for rollback
2015-02-04 00:28:58 -05:00
syl20bnr
00c74b8580
Update startup buffer links with new [Rollback] action
2015-02-03 23:56:52 -05:00
syl20bnr
6a9304b83d
Add rollback support
2015-02-03 23:56:38 -05:00
Andreas Liljeqvist
dc3100046f
Cider-stracktraces should be started in emacs-mode.
2015-02-03 02:08:57 -05:00
ralesi
af2b9913ba
Added prompt option as default, to prevent quiting and losing all changes.
2015-02-03 02:07:45 -05:00
syl20bnr
bfe5f520ae
Remove package update procedure using paradox from the documenation
2015-02-03 02:06:20 -05:00
syl20bnr
d1cd20f6ba
Correctly update the dependencies with Update Spacemacs
2015-02-03 02:05:29 -05:00
syl20bnr
4581515c73
Better feedback while updating packages with Update Spacemacs
link
2015-02-03 00:58:17 -05:00
syl20bnr
b8bfa7e1a3
Fix get version of built-in package
2015-02-03 00:57:55 -05:00
syl20bnr
4bb7e85e83
Move geeknote layer to evernote layer and edit the README
2015-02-02 00:36:44 -05:00
Evan Dale Aromin
56871e4799
Add a contrib layer for geeknote
2015-02-02 00:19:44 -05:00
Andreas Liljeqvist
473ec5d532
Use the same modes in clojure-mode and repl where possible.
2015-02-02 00:19:38 -05:00
syl20bnr
23c2314247
Revert back #250
...
I cherry-picked it and played with it.
There is a major problem with this approach: all `after-init-hooks` will
be triggered right away because the hook is run before the end of the
alternate init
file ([source](https://groups.google.com/forum/#!topic/gnu.emacs.help/IrMz48PQykk ))
. It leads to numerous errors, I fixed the spacemacs ones but obviously
I cannot fix the errors from packages. The remaining errors don't
prevent spacemacs from working but they give a very bad impression on
spacemacs quality with errors logs in `*Messages*`.
For those reasons I revert back this change as well as the documentation
I added.
https://github.com/syl20bnr/spacemacs/pull/520
2015-02-02 00:14:17 -05:00
syl20bnr
c11bf30584
Explicitly define user-init-file
2015-02-01 23:31:28 -05:00
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