syl20bnr
f9b8bf02fc
spacemacs layer: chocolate-coated cursor in replace state
2015-08-09 15:17:56 -04:00
Eivind Fonn
bd5946fd0e
Add color for replace state
2015-08-09 15:10:50 -04:00
syl20bnr
b7205ebd49
core: fix load file error with dotspacemacs-additional-packages
2015-08-09 14:47:19 -04:00
syl20bnr
88143a33fa
core: correctly handle packages owned by the dotfile
...
i.e. packages listed it dotspacemacs-additional-packages
2015-08-09 11:38:15 -04:00
syl20bnr
9ac2d54423
core: correctly make excluded packages
2015-08-09 11:34:35 -04:00
syl20bnr
181563279a
core: fix unit tests for emacs 25 snapshot
2015-08-09 11:34:03 -04:00
syl20bnr
51807654a1
core: package-list-v2 fix packages update
...
Ready to be merged in develop
2015-08-09 00:59:13 -04:00
syl20bnr
bd7e0b8b9c
core: fix syntax error in a let form
2015-08-09 00:59:13 -04:00
syl20bnr
64be291221
core: rename some function arguments to more explicit pkg-name
2015-08-09 00:59:13 -04:00
syl20bnr
52f2fa206b
core: suppress warning message for bootstrapped packages
2015-08-09 00:59:13 -04:00
syl20bnr
88a6ddbe37
core: package-list-v2 fix orphan deletion
2015-08-09 00:59:12 -04:00
syl20bnr
9f99f86da0
core: fix configuration-layer unit tests
2015-08-09 00:59:12 -04:00
syl20bnr
82f0d0e14d
spacemacs layer: merge extensions.el with packages.el
2015-08-09 00:59:12 -04:00
syl20bnr
77c0826957
core: fix some duplicated init functions
2015-08-09 00:59:12 -04:00
syl20bnr
f0985162c6
core: package-list-v2 fix helm-spacemacs
2015-08-09 00:59:12 -04:00
syl20bnr
00fc8f9502
core: package-list-v2 fix install of packages
2015-08-09 00:59:11 -04:00
syl20bnr
b887a21bb6
core: package-list-v2 working loading, still error at install time
2015-08-09 00:59:11 -04:00
syl20bnr
aa2669ee9c
core: package-list-v2 install and orphan detection
...
Still need to clean the orphan detection though
Packages are not configured for now
2015-08-09 00:58:48 -04:00
syl20bnr
e4748ea692
core: package-list-v2 sort package list
2015-08-09 00:58:33 -04:00
syl20bnr
e145f73b8b
core: package-list-v2 fix layer variables
2015-08-09 00:58:02 -04:00
syl20bnr
f484c2594a
core: package-list-v2 new class cfgl-package
2015-08-09 00:55:46 -04:00
syl20bnr
72a7d66d80
Import 0.103.4 change log
2015-08-07 20:01:06 -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
syl20bnr
439278bf9f
spacemacs layer: fix sp-show-pair-from-inside
...
This settings depends on the value of evil-move-beyond-eol
2015-08-05 21:15:01 -04:00
syl20bnr
d2eab64830
spacemacs layer: remove quelpa-use-package
2015-08-05 09:36:54 -04:00
Syohei YOSHIDA
a793512931
Correct misspellings
2015-08-05 00:28:48 -04:00
Robert O'Connor
787b1dff60
fix the docs to reflect submodules are no longer used
2015-08-05 00:28:10 -04:00
syl20bnr
aa090635fa
core: remove support for quelpa-use-package
...
Unfortunately spacemacs is not designed for installation
at use-package call time.
For use-package to be called a package must already be installed,
so I will continue on the initial plan, that is providing the
quelpa recipe at the <layer>-packages list level.
This is no bigdeal, this is basically moving :quelpa from
use-package to <layer>-packages variables.
Moreover it makes more sense to define package property at
declaration time instead of initialization (at least in spacemacs
world where installation is decoupled from configuration).
2015-08-05 00:24:02 -04: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
sooheon
8a72da7372
Fix single letter typo for the quickhelp :)
2015-08-04 23:12:47 -04:00
dsdshcym
589a533374
Remove an extra space from pair <%= %> in web mode
2015-08-04 23:12:35 -04:00
syl20bnr
529a4c4aab
Cherry-pick release note for 0.103.3
2015-08-04 21:52:45 -04:00
syl20bnr
4224702405
spacemacs layer: temporarily exclude hl-anything
2015-08-04 21:19:24 -04:00
syl20bnr
2728ad8820
core: define quelpa variable before actually requiring it
2015-08-04 21:13:25 -04:00
syl20bnr
703afa1be1
Remove unused references in .gitmodules
2015-08-04 21:11:03 -04:00
syl20bnr
fd1cbdd6e1
spacemacs layer: remove unused revive
2015-08-04 21:10:06 -04:00
syl20bnr
46726d5b02
spacemacs layer: use MELPA repo to install spray
2015-08-04 21:08:27 -04:00
syl20bnr
85f3f27eff
spacemacs layer: use quelpa to install spray
2015-08-04 21:06:50 -04:00
syl20bnr
13b77479fb
core: bootstrap quelpa and quelpa-use-package
2015-08-04 21:06:12 -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
syl20bnr
69b38ab8dd
core: add documentation string for spacemacs|evilify-map
macro
2015-08-03 23:13:28 -04:00
syl20bnr
bca0999726
core: add :eval-after-load
keyword to spacemmacs|evilify-map
macro
2015-08-03 23:00:49 -04:00
syl20bnr
6c171fdc48
spacemacs layer: fix hl-anything
...
- remove lazy-loading
- move hgh and hgc to hH and hC
- remove hl-paren-mode
2015-08-03 13:23:36 -04:00