Kalle Lindqvist
961e448caa
rust: add missing smartparens package declaration
2018-06-07 17:36:46 -04:00
Kalle Lindqvist
4af9169d4b
scheme: add missing parinfer package declaration
2018-06-07 17:36:46 -04:00
syl20bnr
1833c9c4f7
iedit: fix TAB in Vim and Hybrid states to toggle occurrences
...
Fixes #10398
2018-06-07 01:59:16 -04:00
syl20bnr
7238e232ae
Fix EXPERIMENTAL.org TOC
2018-06-07 01:03:56 -04:00
Benjamin Reynolds
6c7e9f9a73
Fix typo in spacemacs/plist-get docstring ( #10803 )
2018-06-07 00:55:37 -04:00
Kethku
292264d3a3
Add windows instructions for building emacs with pdumper ( #10753 )
...
Add windows instructions for building emacs with pdumper
2018-06-07 00:40:55 -04:00
Kalle Lindqvist
bba3a782cb
auto-completion: make helm-company use proper spacemacs idioms
2018-06-07 00:20:41 -04:00
Kalle Lindqvist
eb4bc581c2
auto-completion: ensure the counsel block adds company hook in time
2018-06-07 00:20:41 -04:00
Kalle Lindqvist
90d40f5f65
auto-completion: use counsel-company to show completion candidates
2018-06-07 00:20:41 -04:00
Perry Fraser
fb855fec67
Add elixir format keybind ( #10812 )
...
* Add elixir format keybind
* fix formatting
* Move elixir-format keybind to init-elixir-mode
2018-06-07 00:07:28 -04:00
Eugene Yaremenko
cf2d8b3460
Testing the tests ( #10793 )
...
* Add .directory to .gitignore
* TravisCI use Emacs 26.1
* CircleCI Add Emacs 26 & enable all tests
2018-06-06 23:55:29 -04:00
syl20bnr
0ae2a4774c
Fix spacemacs-base functional tests
2018-06-06 23:54:17 -04:00
syl20bnr
a67e890965
Fix link to dash layer
2018-06-06 01:23:38 -04:00
syl20bnr
834c39c2fd
Update promotion and demotion conventions and apply them to markdown
2018-06-06 01:15:48 -04:00
Kechao CAI
49b21c4c3c
markdown: fix M-h, M-j, M-k, M-l bindings.
...
These key bindings are very useful in emacs-editing mode and should not be
overwrited.
This fixes #10640 .
2018-06-06 00:51:20 -04:00
syl20bnr
335e6a2999
Remove buggy find-file-hook--open-junk-file
2018-06-06 00:36:10 -04:00
syl20bnr
763fec9900
Refactor epub layer
...
Evilify layer and put bindings behind g.
2018-06-06 00:36:10 -04:00
syl20bnr
b37e6d687c
Rename pdf-tools to pdf in pdf layer
2018-06-06 00:36:10 -04: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
Jeremy Dormitzer
0e67c0eba2
Add epub layer
...
Ignore the nov-places file produced by nov.el
Fix link formatting
Add features to README
Format README
Remove trailing whitespace
2018-06-06 00:36:10 -04:00
Kalle Lindqvist
2ad98d77a1
auto-completion: add ivy-yasnippet ( #10813 )
2018-06-05 22:45:37 -04:00
Miciah Masters
e0b751bee3
Avoid non-idempotent use of push in init code
...
Replace push with add-to-list in layer init functions and related code.
Modify spacemacs|add-toggle to check for and update an existing toggle in
spacemacs-toggles and only create a new toggle if none already existed.
Replace a conditional push onto erc-packages with use of :toggle.
When initializing which-key, set which-key-replacement-alist to its default
or customized setting before adding all the Spacemacs replacements. We
want to keep the stock replacements but avoid adding duplicates of the
Spacemacs replacements.
Replace the emacs-lisp-mode-hook lambda with a named function to avoid
adding duplicate hooks (which can add duplicate definitions of the
evil-surround pair).
2018-06-05 22:17:13 -04:00
syl20bnr
3595708d5f
Enable italics in spacemacs theme
2018-06-05 16:50:30 -04:00
Nasser Alshammari
8da66b5e37
Latest updates of spacemacs-theme ( #10810 )
2018-06-05 16:47:24 -04:00
Codruț Constantin Gușoi
4a9d535786
Checks if tern exists before using it ( #10788 )
2018-06-04 02:19:15 -04:00
syl20bnr
2df4db5c60
core: new function spacemacs/plist-get
...
Made to play well with modified plist. Replace spacemacs/mplist-get by
spacemacs/plist-get in spacemacs|add-company-backends
2018-06-04 01:19:44 -04:00
syl20bnr
a698c8ba58
auto-completion: fix add-company-backends macro
...
We must always use spacemacs/mplist-get on an modified plist, mixing both
spacemacs/mplist-get and plist-get leads to undefined behavior as soon as a
keyword as multiple keywords.
2018-06-04 01:07:00 -04:00
Thanh Vuong
0d800bdbfa
spacemacs/integrate-evil-search also dupdates evil-ex-search-direction
2018-06-03 23:56:57 -04:00
bmag
50621c93af
python: conditionally remove binding to obsolete keymap
...
Using a conditional instead of removing entirely since anaconda-mode code has
been in some flux recently. If the keymap stays obsolete when the dust settles
we can remove this block.
2018-06-03 20:19:19 +03:00
syl20bnr
740251d896
Disable evil-goggles pulse
2018-06-03 02:21:21 -04:00
syl20bnr
a6542f8e7c
Activate nameless only in GUI
...
Nameless triggers lots of graphical glitches making Emacs unusable in a terminal
when it is enabled.
2018-06-03 01:49:07 -04:00
syl20bnr
a337aa7782
Force powerline-scale to be 1 when utf-8 separator is used
2018-06-03 01:48:26 -04:00
syl20bnr
306f8d6cd8
Hide ligther for evil-goggles-mode
2018-06-03 01:09:28 -04:00
Guido Kraemer
769add7c7e
add keybinding to documentation
2018-06-02 18:34:30 +03:00
Guido Kraemer
0fcdec5fa4
keybinding-alphabetic order
2018-06-02 18:34:30 +03:00
Guido Kraemer
76c4ec0358
add transpose sexps keybinding
2018-06-02 18:34:30 +03:00
Codruț Constantin Gușoi
0ebcc25369
Removes line numbers width setting
...
As discussed here: https://github.com/syl20bnr/spacemacs/issues/9362#issuecomment-393328914
2018-06-02 16:45:28 +03:00
Codruț Constantin Gușoi
3873ed52fe
Revert back to in documentation
2018-06-02 16:37:56 +03:00
Adam Sokolnicki
a80f4f6aa4
Move projectile-rails keybindings under the web framework key SPC m f
...
Closes #7424
2018-06-02 16:26:35 +03:00
Adam Sokolnicki
eda1fd1da5
Set leader keys for projectile-rails minor mode instead of ruby's major mode
2018-06-02 16:26:35 +03:00
syl20bnr
1ec62a496a
Add evil-goggles and tune effect duration for async and blocking ops
2018-06-02 02:51:06 -04:00
seemyvest
51f922694c
Add key bindings for org-feed-update-all and org-feed-goto-inbox ( #10745 )
2018-06-02 02:00:33 -04:00
syl20bnr
1374cd615f
Fix evil-escape lighter being shown in mode-line
...
Also simplify code a bit.
2018-06-02 01:56:25 -04:00
syl20bnr
8660f93dec
nlinum: deprecate layer for Emacs 26.1 and above
2018-06-02 01:28:54 -04:00
Aaron Jensen
95a40af341
Revert "Move yas-activate-extra-mode setup to javascript layer" ( #10746 )
...
This reverts commit e4eca01e82
.
2018-06-01 20:34:48 -04:00
syl20bnr
12a4d63b30
Fix counsel-gtags package name in common-lisp layer
...
Fixes #10591
2018-05-31 23:43:02 -04:00
syl20bnr
7e8989de35
Add emacs-27.0.50 as default value in dotfile template
2018-05-31 23:20:27 -04:00
Compro Prasad
13633b081b
Fixes #10723 - Properly check for executable rather than file ( #10735 )
...
Given the executable name is "emacs", now this executable will be auto located
as per the PATH environment variable.
2018-05-31 23:17:46 -04:00
Codruț Constantin Gușoi
390462e36d
Adds some profiling keybinding under SPC h P
2018-05-31 01:23:02 +03:00