Tu Do
6e549cbe2a
helm-imenu: Don't jump if only one match
...
The default behaviour of helm-imenu is that when point is on a matching
symbol, it jumps there automatically. This will be confusing for first
time users and undesirable most of the times. We should just disable it.
2015-07-30 22:24:37 -04:00
Travis B. Hartwell
4c646a1a0c
Fix Spacemacs Home Buffer to jump to bookmarks.
...
Instead of opening the file for the bookmark, use the bookmark-jump
function to properly jump to the file and location in the file. Also
show the bookmark name and the filename in the list.
Fixes syl20bnr/spacemacs#2431
2015-07-30 22:22:56 -04:00
Rob Merrell
7564d33e0a
Link to the theme gallery in the docs
2015-07-30 22:21:54 -04:00
bsermons
92281cc88e
Allow fsharp-mode to determine build path.
2015-07-30 22:20:35 -04:00
syl20bnr
42cce3a403
erc layer: rename erc-use-sasl-auth to erc-enable-sasl-auth
2015-07-30 22:18:22 -04:00
syl20bnr
18be7425f4
asciidoc layer: convert README to org file
2015-07-30 22:17:42 -04:00
Diego Berrocal
eae6e48094
Add ERC-SASL to SASL authentication to ERC
...
Add config.el file in ERC sasl
2015-07-30 22:09:03 -04:00
Mark Safronov
61240c9594
Added Asciidoc contrib layer.
...
It has keybindings (very rudimentary, a lot more can be added later, see comments in source code).
It has :defer t
It has all its dependencies (cl mainly) properly defined
All necessary init functions are prepared
Moved to new `!lang` dir
Battle-tested by daily usage
2015-07-30 21:45:24 -04:00
Robert O'Connor
ffae6440a1
Revert company-math addition
...
messed up and didn't realize company-auctex did it
2015-07-30 21:35:31 -04:00
Devagamster
59074206db
Fixed the formatting of the bullet points
2015-07-30 21:33:54 -04:00
syl20bnr
061c6dd13a
core: fix tests
2015-07-30 21:33:28 -04:00
Robert O'Connor
63d1dd7375
Update README for latex layer to include the company-math addition
2015-07-30 01:37:58 -04:00
syl20bnr
fb788c76d9
Update change log
2015-07-30 01:26:21 -04:00
syl20bnr
0ca590a586
core: don't remap C-g in auto-evilified buffers
2015-07-30 00:34:15 -04:00
sooheon
6dc3ea3393
Add basic scroll commands to evilified commands
...
C-f and C-b's original emacs functions are shadowed by h and l, C-d
by x, and C-u by SPC-u. G and gg are convenience commands.
2015-07-30 00:24:05 -04:00
Bar Magal
5d38c0ff97
c-c++: fix key-bindings for cscope
2015-07-29 23:32:53 -04:00
sooheon
5e4daf88d8
Add magit-push-always-verify var to magit docs
2015-07-29 23:30:28 -04:00
liuxiang
cfc9852a34
Turn projectile rails on for all rails file in a rail project, not only
...
for enh-ruby-mode files.
2015-07-29 23:01:25 -04:00
Sridhar Ratnakumar
fc95a4d63c
Note about exec-path-from-shell
...
cf. https://github.com/syl20bnr/spacemacs/issues/2331#issuecomment-121686918
(i was trying to do both, but it is not necessary given spacemacs defaults)
2015-07-29 22:58:27 -04:00
Gleb Peregud
8f8738e2a8
Update DOCUMENTATION.org
...
Fix fill column indicator key bindings in documentation
2015-07-29 22:12:00 -04:00
Ista Zahn
365afd0e00
change ess-anable-smart-equals default to nil
2015-07-29 22:11:38 -04:00
Josh Greenwood
db9cb181fa
Fixes broken link to the magit "about" page
2015-07-29 22:08:48 -04:00
syl20bnr
7f8cf4564d
core: home buffer, more robust centering of stuff
2015-07-29 22:07:27 -04:00
syl20bnr
cf682658c9
core: home buffer, always go to link line
2015-07-29 22:07:07 -04:00
sooheon
de9d1e72d5
Make spacemacs-buffer smarter about banner display
...
Allows banner setting of nil to still show buttons and changelog.
2015-07-29 21:39:08 -04:00
syl20bnr
85eaaad107
latex layer: move company-math configuration to its own init function
2015-07-29 21:38:07 -04:00
Robert O'Connor
cb11828c88
add company-math to latex layer auto-completion
2015-07-29 21:27:47 -04:00
Travis B. Hartwell
5f5b3ea92e
Extend the Javascript layer documentation.
...
Questions often come up on Gitter regarding configuration of
the indentation level in Javascript and JSON fils, so I felt
this would be useful to call out.
2015-07-29 21:27:07 -04:00
syl20bnr
b852f512eb
ranger layer: better default configuration
...
Which is closer to original ranger
2015-07-27 20:52:58 -04:00
Eivind Fonn
5eb290fe5a
Minor modeline fixes
...
- Force process and global through powerline-raw
- Catch empty strings and turn them to nil
2015-07-27 22:39:42 +02:00
Eivind Fonn
cd85291e8e
Fix selection-info when region reaches buffer end
2015-07-27 12:22:59 -04:00
syl20bnr
4ee6c6d4e1
unimpaired layer: Fix newline format
2015-07-27 12:20:17 -04:00
Stefan Otte
9867e65dae
Set link to vim-unimpaired properly
2015-07-27 12:17:12 -04:00
andyque
f88ba22096
fix unimpaired typo
2015-07-27 12:16:41 -04:00
Gilbert Kennen
d047988d07
reenabled magit-gitflow for magit 2.1
2015-07-27 12:13:44 -04:00
Eivind Fonn
2bdd56613c
Revert temporary fix merged upstream
2015-07-27 12:12:36 -04:00
person808
640366e9ae
Add spacing conventions for writing documentation.
...
These were briefly discussed in #2124 .
2015-07-27 12:11:52 -04:00
person808
2e48e5568a
Make which-key descriptions respect the users leader key.
2015-07-27 12:10:00 -04:00
Eivind Fonn
0f979d3cea
Better indentation for add-toggle
2015-07-27 12:09:27 -04:00
Eivind Fonn
d8bbe30baa
Fix global-mode segment
2015-07-27 10:47:22 +02:00
syl20bnr
c164d36d2d
Temporarily remove global-mode segment from powerline
...
Need to fix some bugs with it
2015-07-27 01:31:26 -04:00
syl20bnr
e83010cdee
which-key: add regex for toggle functions
2015-07-26 23:58:40 -04:00
justbur
bdc578dfde
Comment out advice on which-key--update
...
Was not allowing popup with prefix arguments, like SPC u 1 SPC. Fixes
https://github.com/justbur/emacs-which-key/issues/56
2015-07-26 23:47:18 -04:00
justbur
7f52573176
Bind paging key for which-key
2015-07-26 23:47:13 -04:00
justbur
79f3d307fa
Adjust which-key config to match commands
...
Instead of key sequences, because the user might change the bindings.
See https://github.com/justbur/emacs-which-key/issues/51
Also disables special-key handling which is disorienting for those who
are not aware of it
2015-07-26 23:45:28 -04:00
syl20bnr
5f0c70636a
powerline: modify some segment toggle key bindings
...
tmj -> tmM for major mode
tmg -> tmv for version control
tmv -> tmV for new version
2015-07-26 23:04:06 -04:00
syl20bnr
bf2d840a7a
powerline: display battery segment only when mode-line is active
2015-07-26 23:02:59 -04:00
Eivind Fonn
c52535fe99
Implement modeline DSL
2015-07-26 22:35:15 -04:00
syl20bnr
a0cbcd4a5d
core: fix error when a layer is not found
2015-07-26 20:41:06 -04:00
syl20bnr
c0ec9faa56
core: fix unit tests of configuration-layer
2015-07-26 18:59:25 -04:00