Maximilian Wolff
10e997338d
[clojure] Add workaround for corrupted sayid.elc file
...
It seems to happen from time to time that sayid is not
properly compiled after the installation. In this case
the variable `sayid-version` is `nil` causing
nRepl to fail.
This commit tries to work around this problem by
reinstalling the package if this corruption is detected.
This normally fixes the issue described in #13906 .
2020-09-11 21:34:29 +02:00
JAremko
ba4257228a
[tests] Catching heisenbug
2020-09-11 14:10:03 +03:00
JAremko
1d4d23883c
Add "Automatic Rebase" action
...
/rebase comments from collaborators should rebase PR if
PR author allows pushes from upsteamers.
2020-09-11 12:31:10 +03:00
JAremko
4283740bb7
[tests] skip spacelpa test on emacs26+win
2020-09-10 22:58:05 +03:00
emacspace
9d4633a3c7
documentation formatting: Tue Sep 8 19:20:03 UTC 2020
2020-09-10 18:05:48 +03:00
fperies
b83eb11e3d
[layer/+lang/c-c++] Introduction of shortcut for rtags-symbol-type ( #13929 )
...
Introduction of <SPC/M-m> g t shortcut for rtags-symbol-type.
Replacement of previous <SPC/M-m> g t into <SPC/M-m> g u for rtags-dependency-tree
2020-09-08 21:17:31 +02:00
Benjamin Hipple
c1650789d6
[ipython] Fix bindinding for RET in transient state
...
In the documentation, it says this performs execute cell and goto next, while
the code was just executing the cell.
This desync could be fixed in either direction, but executing and going to next
feels more ergonomic while in the transient state, since we're jumping around
running rather than editing in that mode, so I've fixed it to do that.
2020-09-08 20:56:52 +02:00
ClarityStorm
d1578dd4a9
Expand solution for underscores in word motions
2020-09-08 20:47:51 +02:00
Christian Bäuerlein
dcb3a60564
Update spacemacs-org README on bullet library
...
In 1451268757
org-bullets has been replaced with org-superstar, but this Readme was not updated.
2020-09-08 20:46:04 +02:00
Ade Attwood
14dd80da12
Disable php-extras when the php layer backend is lsp
...
This conflicts with `company-capf` and you don't get any company completions
from the lsp-mode
Fix issue #13524
2020-09-08 20:41:12 +02:00
Nicholas Kirchner
516da8dfbd
[helm] Add the helm-org package so that helm-spacemacs-faq works
...
There is a (require 'helm-org) directive in helm-spacemacs-faq.el
which is triggered by the key sequence 'SPC h f'.
2020-09-08 11:03:55 +02:00
JAremko
59f72709b8
[tests] cleanup
2020-09-06 16:04:23 +03:00
emacspace
c9b8bcd73a
documentation formatting: Sat Sep 5 22:23:18 UTC 2020
2020-09-06 04:59:59 +03:00
Martin Sosic
7705b33600
Improved Haskell language layer README.
2020-09-06 00:20:35 +02:00
JAremko
62e6f110be
[tests] use testelpa mirror
2020-09-05 22:50:51 +03:00
JAremko
6067c19be7
[tests] fetch testelpa mirror
2020-09-05 22:50:51 +03:00
JAremko
497d5308dc
[tests] remove mirror related code
2020-09-05 22:50:51 +03:00
JAremko
600804293e
[tests] Don't test for Emacs 25
2020-09-05 22:50:51 +03:00
Marco Ieni
cbeafda39b
README: improve badges
...
- add alt text to html badge
- add language to code blocks in order to get syntax highlight
2020-09-04 22:56:46 +02:00
Ivan Yonchovski
182bf1fe15
Do not enable fuzzy matching for locate if it is not wanted
2020-09-04 22:46:03 +02:00
Ag Ibragimov
c8b3e46ef8
improves find-user-init-file
...
<SPC f e i> should work with Emacs profile switcher plexus/chemacs
2020-09-04 22:43:16 +02:00
emacspace
050a6d1973
documentation formatting: Fri Sep 4 16:48:12 UTC 2020
2020-09-04 22:33:54 +02:00
Maximilian Wolff
cd2f56d9dd
[ipython] autoformat with proper elisp settings
2020-09-04 18:40:05 +02:00
Benjamin Hipple
10b39aa3df
[ipython] Fix elisp whitespace
...
This runs the default spacemacs elisp formatter on buffer save, with no
functional changes. I have further changes I'd like to integrate, but first
want to sweep this large but no-op diff forward.
2020-09-04 18:36:33 +02:00
Will Minshew
77ff667235
Bug fix emacs lisp debug keybindings ( #13892 )
...
* fix edebug readme keybindings
* fix lisp debugger readme keybindings
2020-09-04 18:29:07 +02:00
Ayush Goyal
96cc779cbe
Support pyright language server for python layer
...
Microsoft has released pyright language server for python. It boasts better
performance than the old Microsoft language server for python. This commit adds
supports for pyright language server in python layer
2020-09-04 18:25:21 +02:00
enderger
14a767fc66
Replace Depreciated Package in Perl6 Layer ( #13899 )
...
* Switch from nabero's ron mode to my own custom ron-mode (hosted on MELPA)
* Replace depreciated perl6-mode withraku-mode
* Remember to update the init function
2020-09-04 18:16:43 +02:00
JAremko
2ce32b461e
[tests] cleanup
2020-09-02 08:34:13 +03:00
JAremko
d038a56c6f
[tests] Download elpa artifact
2020-09-02 08:34:13 +03:00
JAremko
8de86ca2ab
[tests] Enable Emacs 25.3 tests of Windows
2020-09-02 08:34:13 +03:00
JAremko
a01adb8632
[tests] add elpa mirror uploader
2020-09-02 08:34:13 +03:00
JAremko
a0728abf1a
[tests] add Windows tests
2020-08-31 03:54:56 +03:00
JAremko
e45b69374e
[tests] emacs 25.1 -> emacs 25.3
2020-08-31 03:54:56 +03:00
JAremko
3ba5234e85
fix headline
2020-08-30 09:34:13 +03:00
JAremko
c6a6b4fcb8
[tests] enable Emacs 25.1 tests
2020-08-30 09:34:13 +03:00
JAremko
4d8d6b6977
[tests] Disable redundant tests
2020-08-30 09:34:13 +03:00
JAremko
df9ff05555
[tests] Test elisp via GitHub Actions
2020-08-30 09:34:13 +03:00
syl20bnr
b7253e0433
[tests] Fix test-make-all-packages
2020-08-29 22:11:39 -04:00
emacspace
39820dba71
documentation formatting: Sun Aug 30 01:56:48 UTC 2020
2020-08-29 22:04:37 -04:00
syl20bnr
52ec07bb44
[core] Fix installation of unused layer dependencies after SPC h SPC
...
Fix bug where layer dependencies of all layers (even the unused ones)
are installed after SPC h SPC and then SPC f e R
2020-08-29 21:51:52 -04:00
syl20bnr
c3cf2275a7
[core] Remove popup of the dump process buffer
2020-08-29 21:51:52 -04:00
syl20bnr
b5f673e0a7
[core] Update message when force dumping
2020-08-29 21:51:52 -04:00
syl20bnr
2da9682921
[javascript] Fix default value for javascript-backend
...
Prevent a bug where tern is installed with SPC f e R and then
directly uninstalled if one uses the lsp layer.
2020-08-29 21:35:24 -04:00
syl20bnr
b5ac0ae65a
[core] Fix docstring for dotspacemacs-emacs-dumper-dump-file
2020-08-29 21:35:24 -04:00
syl20bnr
65e8d8553b
[core] Parse command line argument when using the dumper
2020-08-29 21:35:24 -04:00
JAremko
0ae4964665
[travis-ci] exclude elpa/gnupg from cache
2020-08-29 04:18:56 +03:00
JAremko
48d9da825f
add cache to Travis CI
2020-08-29 03:39:06 +03:00
emacspace
0fda75c688
documentation formatting: Fri Aug 28 21:26:14 UTC 2020
2020-08-28 23:41:29 +02:00
Aaron L. Zeng
524e4d19c7
Set org-log-done to 'time instead of t
...
Setting this variable to 'time is equivalent, while setting to t is
deprecated.
2020-08-28 23:20:40 +02:00
Lucius Hu
a95593434d
fixed typo in haskell/README.org
...
Fixed the typo and made the url correct
2020-08-28 23:18:42 +02:00