Robert O'Connor
82ba73a1c0
update copyright to 2020
2020-09-23 21:25:01 +02:00
John Practicalli Stevenson
92c010a207
[applications] refactor key bindings to layer categories
...
refactor key bindings for applications to provide additional room for
applications and use lower case characters.
Move calc-dispatch to `SPC a *`
Relates to #13503
2020-07-02 23:43:19 +02:00
syl20bnr
93276e011a
[emoji] Move spacemacs/delay-emoji-cheat-sheet-hook to func.el
2020-02-23 09:40:29 -05:00
Miciah Masters
552fd5953c
Update references to macOS
...
Apple renamed "Mac OS X" to "OS X" in 2012 and then to "macOS" in 2016.
Update references to use the current name.
2019-10-13 12:04:40 +02:00
Benjamin Levy
0d43805b3c
Layer +fun/emoji: Enable company-emoji-insert-unicode
2019-08-05 21:23:50 +02:00
Zane Sterling
942a34ce7c
s/an helm/a helm/g
...
https://en.wiktionary.org/wiki/helm#Pronunciation
2019-07-24 15:36:43 +02:00
NicholasTD07
f2e4b8d377
Run set-fontset-font
only if it is available (for emoji layer)
2019-06-29 13:57:44 +02:00
duianto
3868a5364f
[doc] Fix typos and add missing/remove extra ~
...
Add missing ~ (tilde) around key bindings.
Remove an extra ~.
2019-06-01 20:40:22 +02:00
emacspace
c7c348a676
documentation formatting: Sun May 26 20:58:52 UTC 2019
2019-05-27 01:23:35 +03:00
Anton-Latukha
f6660f82d4
Switch to the new layers generator
2019-05-15 21:08:21 +03:00
JAremko
5d02b1c4bb
Add more tags
2019-05-03 03:44:19 +03:00
duianto
d9b7ac64f3
Hide mode-line indicators: emoji and WE
...
emoji appeared in at least org mode.
WE appeared in the COMMIT_EDITMSG buffer.
2019-04-21 13:33:24 +02:00
emacspace
45276bd96f
documentation formatting: Wed Dec 5 03:03:03 UTC 2018
2018-12-04 22:06:14 -05:00
JAremko
cd39f80c24
Reformat documentation
2018-10-11 00:13:43 +03:00
syl20bnr
ebe4c60264
Revert "Defer packages by default using use-package-always-defer"
...
This reverts commit 29c78ce841
and all other fixes
that have been made afterwards.
The motivation is that use-package is seen by many as a replacement for
`require`. Is use-package always defer the loading of packages then is breaks
this use case, this does not respect POLA so even if it was making Spacemacs
loading faster (up to 3s faster on some startup on my machine) we just cannot
use it, it would be irresponsible. Spacemacs should be easy to use, loading
performance will come with time but it is not a priority.
2018-03-03 23:40:10 -05:00
syl20bnr
29c78ce841
Defer packages by default using use-package-always-defer
...
Warning now `:defer t` is implied, to force a package to load `:demand t` is
now necessary.
2018-02-27 23:32:52 -05:00
syl20bnr
3cb9fea0ff
Reset useful and useless buffers to empty lists
...
I feel like we should start from scratch on this one and carefully choose the
defaults.
Also this settings is a very personal setting so if we make some buffers
useless we must have a consensus on it. Marking all special buffers starting
with `*` as useless is too aggressive and make Spacemacs less POLA since two
consecutive press on SPC TAB may not revert to the original buffer.
2018-01-10 10:59:15 -05:00
syl20bnr
326965d4ce
Happy New Year 2018!
2018-01-04 02:00:25 -05:00
smile13241324
00925c8206
Fix documentation for selectric, imenu-list and vimscript layers
2017-12-14 11:51:20 +02:00
Benjamin Reynolds
b6474ff590
Fix various documentation errors and inconsistencies
...
Fixes documentation errors from issue #9476 in the following layers...
* syntax-checking
* games
* xkcd
* keyboard-layout
* racket
* osx
2017-10-05 11:15:21 +03:00
JAremko
06301b2212
Improve exporting/testing
2017-08-18 20:50:21 +03:00
Benjamin Reynolds
a0cdccace9
Fix documentation issues with slack and emoji layers
...
See #9346
2017-08-04 21:37:59 +03:00
Eivind Fonn
f4b53d2a4f
Rename :depends to :requires
2017-07-03 09:54:53 +02:00
Eivind Fonn
08561d8631
core: implement :depends for package declarations
...
This replaces the older pattern
:toggle (configuration-layer/package-usedp ..)
This implementation ensures that :disabled-for honors dependent packages, i.e.
if package a depends on package b, which is owned by layer c, and layer c is
disabled for layer d, then neither package a nor b will be configured for layer
d. Previously, this was only true for package a, but not b.
This commit also fixes:
- configuration-layer/describe-package now shows which post-init and pre-init
functions are disabled, if any
- Does not recreate all layer objects unconditionally when calling
configuration-layer/discover-layers. Previously, this led to all layers being
recreated after e.g. `SPC h SPC`, without any of the dotfile information.
Since this information is now necessary for
configuration-layer/describe-package, it’s important that we don’t clear the
indexed layers when invoking this function.
2017-06-22 11:53:05 +02:00
JAremko
6c5a0b2b14
update docs to the new toc-org format
2017-05-22 18:35:37 +03:00
syl20bnr
bff206af37
Fix last documentation errors
...
Should be good now :-)
2017-05-14 23:05:26 -04:00
syl20bnr
84fa5a6f8a
slack: make the layer depends on emoji layer and move emojify config
2017-05-07 21:37:01 -04:00
codefalling
37f4a5250e
emoji layer company-emoji font support
...
Font support for company-emoji on Linux or on Mac OS X and using the
Cocoa version of Emacs.
See https://github.com/dunn/company-emoji/blob/master/README.md
2017-05-07 21:32:55 -04:00
JAremko
f805d0ebd9
Fix spacefmt test on deleted files
...
Also fix some links
[ci skip]
2017-04-28 23:29:43 -04:00
JAremko
c1e4556882
Format and cleanup docs. Fix links.
2017-04-28 23:29:14 -04:00
deb0ch
550821baae
configure xkcd inside the :init progn clause
2017-01-06 06:49:29 +02:00
syl20bnr
fb27ede558
Bump year in copyright headers
...
Happy New Year 2017!
2017-01-05 23:08:17 -05:00
d12frosted
2581058a49
add xkcd buffer to list of useful buffers
...
Fixes #7280
2017-01-04 22:29:18 +02:00
James Wang
3d9e58cba6
games: add sudoku
2016-11-20 13:40:38 -05:00
Ricardo Banffy
0a7e0f8e93
Replace the typewriter image with the correct one. Fix #6832
2016-08-17 19:46:48 +02:00
syl20bnr
a2de9a63af
Use :toggle keyword instead of when forms
2016-05-29 22:39:21 -04:00
sooheon
15e6290151
Make check for company-mode explicit, not implicit
...
People may have company-mode installed without necessarily using the
auto-completion layer.
2016-05-27 00:32:05 -04:00
syl20bnr
1f993bddf6
Rename spacemacs-helm and spacemacs-ivy layers to helm and ivy
...
For ivy users: be sure to update your dotfile by replacing spacemacs-ivy
by ivy
2016-05-15 22:24:27 -04:00
syl20bnr
07852abad5
Format documenation files with doc-fmt tool
2016-04-12 23:31:38 -04:00
syl20bnr
232824bf05
games: add progn form and improve doc for typit
2016-04-05 22:41:36 -04:00
syl20bnr
6866e02dae
games: add typit, a simple typing game.
2016-04-05 22:28:54 -04:00
syl20bnr
173e2a5421
Move all prefix names from config.el to init functions
2016-04-03 00:12:28 -04:00
syl20bnr
3b0c1fd93d
Convert org doc files with doc-fmt
2016-03-30 22:59:55 -04:00
syl20bnr
9d0558992c
layers directory: create new categories
...
+chat
+checkers
+emacs
+intl
+os
+pair-programming
+tags
+theme
+web-services
2016-03-23 21:39:43 -04:00
Diego Berrocal
04dc6a79c8
Add Twitter layer
2016-03-23 21:05:26 -04:00
syl20bnr
33ead6fc42
Deprecation of extensions and <pkg>-excluded-packages variables
...
As announced in previous releases, see CHANGELOG.next for more info
in the Breaking Changes section.
2016-01-17 22:06:04 -05:00
syl20bnr
046d86800c
Clean copyrights and update for year 2016
2016-01-11 21:42:17 -05:00
justbur
b0ee301845
layers: Conditionally load helm packages
...
Only use them when the spacemacs-helm layer is used.
2016-01-09 13:36:03 -05:00
syl20bnr
cddf18ff1e
Update install layer section in REAMDE.org files
2016-01-06 00:21:55 -05:00
syl20bnr
eaf6b8c134
selectric: tweak configuration, declare SPC C-t prefix name
2015-12-09 18:56:08 -05:00