Paulo Diniz
354951e37a
Creates aligment for brackets
2017-04-11 23:46:05 -04:00
JAremko
1853627d58
Redesign spacemacs-docker distribution
...
remove trailing whitespaces
reword
2017-04-11 23:40:59 -04:00
JAremko
3f84a535f2
Improve spacefmt
...
- Add new test cases and fixes
- Asks for arguments
- cleanup code
2017-04-11 23:38:45 -04:00
syl20bnr
bb57dc8cd9
Move symon to spacemacs-modeline layer
2017-04-11 23:36:13 -04:00
syl20bnr
30d7beb277
Refactor spacemacs-ui and spacemacs-ui-visual layers
...
Create new layers:
- spacemacs-navigation: contains packages whose principal goal is navigation
- spacemacs-modeline: contains packages about mode line
Merge spacemacs-ui and spacemacs-ui-visual into layer spacemacs-visual.
2017-04-11 23:09:35 -04:00
JAremko
164fcc7e95
Add symon layer - the tiny sys. mon.
2017-04-11 21:52:26 -04:00
syl20bnr
c17722ba96
Fix void: evil-mc-get-cursor-count when pasting
...
Fixes #8672
2017-04-10 23:40:14 -04:00
syl20bnr
5cb0fd735b
doc: fix nesting
2017-04-10 00:07:10 -04:00
syl20bnr
2d0c3ae92c
Rename dotspacemacs-zone-when-idle-for to dotspacemacs-zone-out-when-idle
...
Set key binding to SPC T Z
Improve the configuration a bit by selecting only the most interesting pgm
2017-04-09 23:55:00 -04:00
JAremko
96be9c9aeb
zonefy
2017-04-09 23:26:14 -04:00
Anurag Sharma
fcf72db3ed
Fixing typo
...
Fixing typo in 'Key Bindings' section
2017-04-09 23:24:33 -04:00
dubnde
60d82ef4b8
Fixed keybinding to helm-cscope-find-calling-this-function
...
helm-cscope typo fixed
2017-04-09 23:24:15 -04:00
JAremko
9cb3b0aa0c
colorized output for CI space-test
2017-04-09 23:23:50 -04:00
Shane Kilkelly
32b34b67b9
Add instructions to disable org-bullets
2017-04-09 23:23:18 -04:00
syl20bnr
fed06956e3
Move evil-mc functions to funcs.el
2017-04-09 23:22:12 -04:00
Koray Al
58458f2d2a
Disable paste transient state when multiple cursors are active
...
evil-mc has no support for the 'paste transient state', hence we should fall back
to the default version during that period.
2017-04-09 23:15:53 -04:00
syl20bnr
bf2892b198
csharp: use spacemacs/enable-flycheck
2017-04-09 23:03:07 -04:00
Saulius Menkevičius
5ab72c2e4e
csharp: enable flycheck by default
2017-04-09 23:01:35 -04:00
Daniel Schoepe
f2dd7a1be3
common-lisp: Add slime-asdf to slime-contribs
...
Some slime commands such as `,load-system` do not work without `slime-asdf`
being loaded. Since ASDF is the main system definition facility used by lisp
programs, I think this functionality should be available by default.
2017-04-09 23:00:49 -04:00
Yi Liu
c97983b090
Fix spelling
2017-04-09 22:59:06 -04:00
syl20bnr
24db3c6513
Add comments for eshell preoutput-filter fix
2017-04-09 22:56:39 -04:00
Steven Allen
538a778a39
Work around bug in eshell's preoutput-filter code.
...
Eshell doesn't call preoutput-filter functions in the context of the eshell
buffer. This breaks the xterm color filtering when the eshell buffer is updated
when it's not currently focused.
I intend on submitting this fix upstream when I get a chance but an advice fixes
it for now. The other fix is to move the xterm color filter to a
output-filter function (instead of preoutput-filter) but those operate on
strings that have already been inserted into the buffer.
2017-04-09 22:55:11 -04:00
ishestakov
86394d4af0
Fix IndexProcessor for compatibility with python3.
...
Replaced version check with try-except block.
Reformatted pylookup.py due to PEP8.
2017-04-09 22:51:36 -04:00
Jelle Licht
fe4726cd12
rcirc: Fix using multiple .authinfo lines for authentication.
...
The auth-source-search function has an implied :max parameter with value 1. In
the case of connecting to multiple irc servers, only the first line in .authinfo
was applied. Thus, we should pass a value for :max to auth-source-search that is
guaranteed to at least be able to fit all our credentials.
2017-04-09 22:50:12 -04:00
Jonathan Gillett
a68dd97e17
Fixed a type in the README for title bar
...
Fixed a typo in the README for having the title bar match the theme background color.
2017-04-09 18:17:33 -04:00
CL123123
bda50a6db4
Grammar issue
...
"diminishes" --> "diminish"
“a environment” --> "an environment"
"repository" --> "repository,"
2017-04-09 18:17:14 -04:00
Alexander Iljin
7e3c4a3ac3
Fix some typos in the dotfile template comments
2017-04-09 18:16:57 -04:00
syl20bnr
d43f6a2122
Merge gpu and shaders layers into gpu layer
2017-04-09 18:14:59 -04:00
Evan Klitzke
0e38ce3686
GLPv3 -> GPLv3 for shaders package
2017-04-09 18:00:22 -04:00
Evan Klitzke
9be4e9e8de
whitespace
2017-04-09 18:00:07 -04:00
Evan Klitzke
8772c8558f
defer loading glsl-mode
2017-04-09 17:59:56 -04:00
Evan Klitzke
12d0236bb0
add gpu stuff
2017-04-09 17:59:30 -04:00
Evan Klitzke
efbc76ae3f
alphabetize the init functions in extra-langs
2017-04-09 17:58:14 -04:00
syl20bnr
a7b7e1c168
c-c++: Rename functions with spacemacs-
prefix
...
Respect 80 chars per line
2017-04-09 17:55:50 -04:00
syl20bnr
cc61e08b30
Allow usage of dir-local variable for c-c++-enable-clang-format-on-save
2017-04-09 17:50:21 -04:00
Robbert van der Helm
91a2ca456f
Add automatic formatting on save for C++ using ClangFormat
...
This can be enabled by setting both `c-c++-enable-clang-format-on-save` and
`c-c++-enable-clang-support` to `t`.
2017-04-09 17:41:44 -04:00
Muneeb Shaikh
1d82d8a0f8
Fix #8653
...
Use `buffer-base-buffer` to get base-buffer of an indirect buffer.
2017-04-09 17:38:05 -04:00
syl20bnr
3f1bb43597
Move evil-declare-ignore-repeat to evil init function
2017-04-09 17:25:57 -04:00
Robbert van der Helm
98584205ce
Fix repeating jumping to errors using the '.' command #8083
...
The unimpaired keybindings `[ q` and `] q` can be used to jump to flycheck
errors in the current buffer. Because evil-repeat treated them as regular
operations, they were repeated when pressing the `.` key. This made it harder to
rename multiple erroneous variables.
2017-04-09 17:21:52 -04:00
John Wood
de6284d963
Fix typos
2017-04-09 17:17:50 -04:00
syl20bnr
378a767a8e
evil: add text objects "«" "「" "‘" "“"
2017-04-09 15:49:55 -04:00
syl20bnr
bb7e304e9b
perl6: refactor layer to be more idiomatic
2017-04-09 15:48:17 -04:00
syl20bnr
3ad3a50263
protobuf: use spacemacs/enable-flycheck
2017-04-09 15:35:29 -04:00
Bahtiar `kalkin-` Gadimov
4661bbf266
Add layer for the Perl 6 Programming Language
...
This layer provides the following features for the Perl 6 Programming Language:
* Jump to definition & Code completion via [ctags-universal](https://github.com/universal-ctags/ctags )
* Syntax checking via [flycheck-perl6](https://github.com/hinrik/flycheck-perl6 )
* Syntax highlighting & Syntax indentation via [perl6-mode](https://github.com/hinrik/perl6-mode )
* `META6.json` highlighting via [json-mode](https://github.com/joshwnj/json-mode )
* Provides evil text objects for:
* double-angle-brackets
* corner-brackets
* single-quotation-marks
* double-quotation-marks
See also #5019
2017-04-09 15:18:04 -04:00
syl20bnr
f89dce787a
protobuf: minor refactoring and add logo
2017-04-09 13:26:38 -04:00
Tim Heckman
a52b68f125
add hook to enable flycheck when in protobuf-mode
...
This change updates the `packages.el` file to support automatically enabling
flycheck when opening a protobuf file. This is accomplished by adding `flycheck`
to the list of packages, as well as defining a `post-init-flycheck()` function.
I've tested that this works with spacemacs `0.200.7@25.1.1`.
2017-04-09 12:55:24 -04:00
Eric Drechsel
05735cf328
Remove defunct flycheck-protobuf package.
...
This functionality is in the flycheck package now.
2017-04-09 12:55:15 -04:00
Amol Mandhane
b08faa730e
Add language layer for Protocol Buffers.
2017-04-09 12:55:02 -04:00
syl20bnr
12eacab665
Fix typo in release note
2017-04-06 23:12:47 -04:00
syl20bnr
2d8d3046c6
Bump version to 0.200.9 and add release note
2017-04-06 23:10:42 -04:00