Joe Hillenbrand
be817362ae
update docs for switch to SPC l
for perspectives
2015-11-06 01:17:10 -05:00
Eivind Fonn
13c5b1d24b
Convert documentation to publishable format
2015-11-01 23:40:29 -05:00
Eivind Fonn
99b2502ffc
Fix flyspell/rcirc integration
2015-10-31 14:30:10 +01:00
Eivind Fonn
69298f0671
rcirc: bugfix
...
- auth-source may not have been loaded (#1203 )
- spacemacs/warning does not exist
2015-10-26 12:34:15 +01:00
Amin Bandali
7ebc3bd291
Fix erc notification icon
...
Introduce and use spacemacs-assets-directory for specifying the
spacemacs assets used in defining the app icon path, instead of a
hardcoded string
2015-10-12 09:37:56 -04:00
Eivind Fonn
56ecd43753
Add variables to opt-in to flycheck/flyspell
2015-10-10 23:18:46 -04:00
person808
c1b6293268
Replace eval-after-load
with with-eval-after-load
.
...
We now backport the macro for 24.3 so we can use it everywhere.
2015-10-07 15:51:39 -04:00
Robert O'Connor
59be5b43df
Fix erc-tex warning when starting spacemacs
...
`flet' is an obsolete macro (as of 24.3); use either `cl-flet' or
`cl-letf'.
2015-10-07 15:51:39 -04:00
Yen-Chin Lee
2a983671af
Fix some cl-lib function with prefix
...
Since emacs 24.3, function in cl-lib should with cl- prefix.
Signed-off-by: Yen-Chin Lee <coldnew.tw@gmail.com>
2015-10-07 15:51:39 -04:00
syl20bnr
383b1bec20
Update dotspacemacs/config and dotspacemacs/init occurrences
2015-09-28 02:05:18 -04:00
Eivind Fonn
b908c654d3
Exclude erc-gitter and erc-yank
2015-09-24 18:04:20 +02:00
Diego Berrocal
35525e99fa
Add erc-gitter module
2015-09-24 00:46:11 -04:00
Joris Engbers
68bbe0eaa9
Fix wrong variable name in README for rcirc layer.
2015-09-19 00:57:06 -04:00
justbur
6eab954afe
Use + instead of ! for layer categories
...
Helm seems to treat "!" specially in pattern matching, so having a ! in
the pattern string when traversing directories is problematic. This
change fixes #2737 , because as far as I can tell "+" has no special
meaning in a helm pattern.
Of course, we can choose a different character, but I'm fond of "+" as
representing "more layers here".
2015-09-11 00:13:51 -04:00