emacspace
9257aab154
documentation formatting: Sat Apr 17 07:08:57 UTC 2021
2021-04-17 11:32:54 +03:00
pataquets
26390c155c
Search Engine layer: Allow customization of Amazon site TLD.
2021-04-15 22:10:08 +02:00
pataquets
948d15a272
Search Engine layer: Add Debian & Ubuntu package search.
2021-04-08 22:55:03 +02:00
emacspace
eec5ba6577
[bot] Auto-update ( #14573 )
...
* documentation formatting: Mon Apr 5 20:50:44 UTC 2021
* Built-in files auto-update: Mon Apr 5 20:49:17 UTC 2021
2021-04-05 23:19:49 +02:00
Maximilian Wolff
564f41be91
[pocket] Change tag from reader to web service
...
As it is just an interface to an online service
rather than an application able to read from
local files.
2021-04-05 20:46:42 +00:00
syl20bnr
97cd83e169
Apply GPLv3 terms explicitly to all elisp files
2021-03-25 22:59:32 -04:00
syl20bnr
d55a9e2e67
Update header for year 2021
2021-03-25 22:59:32 -04:00
Maximilian Wolff
48f25917c1
[web-search] Add Melpa Package Search
option
2020-11-09 23:27:33 +01:00
Robert O'Connor
82ba73a1c0
update copyright to 2020
2020-09-23 21:25:01 +02:00
Maximilian Wolff
70441bd088
[twitter] Rebind application level binding to resolve key conflicts
...
Latest revision of application level bindings conflicted
with old twitter bindings. This moves twitter in the
matching category.
2020-07-03 00:09:08 +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
Maximilian Wolff
da49d58882
[wakatime] Make doc clearly state not to store your api key in the layer config
2020-05-08 23:58:28 +02:00
John Cooper
440691301e
[wakatime] readme, note api key in bug reports
...
In the Wakatime layer add a line to the readme to highlight the fact that having the api key in the main layer config will submit it as part of a bug report. There is probably a better way to achieve this but at least this highlights it for now.
2020-05-08 23:41:22 +02:00
Daniel Richtmann
d795fad4ae
[search-engine]: Add latex's CTAN archive as new search engine
2019-12-14 20:47:33 +00:00
Miciah Masters
991aa5a6e5
[search-engine] Fix typo of "Hoogle" as "Hoggle"
...
* layers/+web-services/search-engine/packages.el
(search-engine/init-engine-mode): Fix typo "Hoggle" for the name of the
Hoogle search engine.
2019-10-13 11:31:33 +02:00
Haisheng Wu
ac641c4a08
Fixes issue of customize search engine list
...
- add variable search-engine-config-list in order to support customization in
search-engine layer
- fixes issue #7999
2019-08-06 23:04:54 +02:00
smile13241324
9446a0f5d9
Add additional targets for search-engine layer
2019-08-04 16:32:45 +02:00
emacspace
3f70e0bdad
documentation formatting: Sat Aug 3 21:43:51 UTC 2019
2019-08-04 00:06:16 +02:00
smile13241324
1005ad2fd2
Add undocumented search-engines to README.org
2019-08-04 00:03:16 +02:00
smile13241324
e182488b1e
Add additional search-engines to search-engine layer
2019-08-03 23:59:15 +02:00
smile13241324
7aa0967e12
Make search-engine layer support custom keywords for engine-mode
2019-08-03 23:37:30 +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
emacspace
202da65b1c
documentation formatting: Sun Apr 21 20:04:25 UTC 2019
2019-04-22 23:16:20 +02:00
JAremko
23842fa77e
Simplify descriptions of layers
2019-04-21 22:09:34 +03:00
Artur Juraszek
206ace5f51
[confluence] s/xlm/xml
2019-04-03 10:19:48 +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
smile13241324
c0afbd0ee5
search-engine: add ecosia and make each engine use https
2018-08-15 20:22:42 +02:00
JAremko
6946e255e6
Reformat docs
2018-07-20 02:45:21 +03:00
syl20bnr
093cfb2ec4
New layer category +music, move spotify layer
2018-06-06 00:36:10 -04:00
syl20bnr
76981cda26
New layer category +readers, move layers:
...
dash
deft
elfeed
epub
pdf
speed-reading
2018-06-06 00:36:10 -04:00
JAremko
d8b1f81fbb
Fix 404 URLs
2018-05-17 02:26:52 +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
smile13241324
d85eb092d0
Fixed the next bunch of documents
...
Fix doc for coq, semantic-web, source-control, evil-commentary
and spotify layer.
2018-02-04 06:21:18 +02:00
smile13241324
3586495ed6
Fix doc for django, scala, sml, floobits, puppet and evernote layer
2018-01-28 23:00:32 -05:00
syl20bnr
41e546f040
Move all use-package hook declaration to pre-init functions
...
Had to create dummy init functions at some places since the owner of a package
is the last layer that defines the init function of a package. And a package
can be installed only if it has an owner.
2018-01-10 23:57:18 -05:00
Leonard Lausen
ce18e8cbb8
Use helm-spotify-plus instead of helm-spotify
...
helm-spotify doesn't work anymore due to changes to the spotify web API
2018-01-09 01:34:31 -05:00
smile13241324
5e0befba5b
Fix doc for terraform, perforce, elfeed and evil-snipe layer
2018-01-08 01:44:19 -05:00
syl20bnr
326965d4ce
Happy New Year 2018!
2018-01-04 02:00:25 -05:00
Sunghyun Hwang
1de9bde5f7
Add note about helm-spotify specific key bindings
2018-01-04 01:40:52 -05:00
smile13241324
b4d663dcb5
Fix doc for cscope, geolocation, wakatime, prodigy and smex layer
2017-12-27 20:20:32 +02:00
Jeremy Symon
009613ac8c
Fix elfeed selection bindings in visual state
...
Some elfeed commands can operate on a number of entries, based on the active
selection. When selecting entries with evil (visual state), the bindings for
these commands are shadowed by visual state bindings, and can't be accessed.
To fix this, the affected elfeed bindings are explicitly defined for visual
state.
2017-12-17 15:27:55 -05:00
smile13241324
a9e57f6c83
Fix documentation for sphinx, confluence, helm and ivy layer
2017-12-16 14:20:41 +02:00
smile13241324
0c5f64347c
Add "features" block to doc of plantuml, shell and search-engine layer
2017-09-11 22:35:31 +03:00
CeleritasCelery
e32acfbf3b
Fixed feature header
2017-08-29 20:00:44 +03:00
syl20bnr
82220fce3a
Remove old wording "contribution layer"
2017-08-28 11:33:55 -04:00
JAremko
06301b2212
Improve exporting/testing
2017-08-18 20:50:21 +03:00