Commit graph

3904 commits

Author SHA1 Message Date
Lukasz Klich 2e8f62cc22 Add completion after inserting ::
It is used in java 8 to reference methods
2015-08-02 22:34:44 -04:00
Tosh Lyons 010262e181 add keys for ein:traceback-mode 2015-08-02 22:24:14 -04:00
Xue Fuqiao 2cd0dfdfb5 Remove `tooltip-use-echo-area' usage.
`tooltip-use-echo-area' is obsolete since 24.1; disabling `tooltip-mode'
achieves similar effect, and Tooltip mode has already been disabled in the
current code. Since Spacemacs supports Emacs 24.3 and 24.4,
`tooltip-use-echo-area' usage can be removed safely.
2015-08-02 22:18:25 -04:00
syl20bnr a3d0eda6a3 helm-unicode: Minor refactoring on documentation and init function 2015-08-02 22:15:24 -04:00
Robert O'Connor 735384f970 Add unicode to core spacemacs layer with SPC i u which stands for 'insert unicode' and document it 2015-08-02 22:08:59 -04:00
mike-work c6d033686e added escape to gitmessenger keybindings 2015-08-02 22:02:11 -04:00
justbur 1579e87416 Remove wS from prefix list
It's not a prefix any more
2015-08-02 22:00:23 -04:00
syl20bnr e0af9c100b spacemacs layer: tweak lighters for indentation highlighting
Use ⓗi and ⓗc when unicode symbols are enabled
2015-08-02 21:55:25 -04:00
Robert O'Connor b5cc529227 Add diminish for highlight-indentation-mode
align the table better.
2015-08-02 21:43:41 -04:00
andyque a87469e2ce add pangu space and remove extra space in org.
1. Add pangu space minor mode.

2. remove extra whitespace when export Chinese org file as HTML
2015-08-02 20:53:19 -04:00
James Conroy-Finn 1fd4afb60c Setup indentation rules for common clojure vars 2015-08-02 20:52:47 -04:00
syl20bnr 7051f91c47 spacemacs layer: set highlight-parentheses delay to 0.2
to match show-smartparens-mode delay
2015-08-02 20:42:37 -04:00
syl20bnr 3963b535dd spacemacs layer: fix exclusion of default fancy-battery-mode-line 2015-08-02 20:42:05 -04:00
Eivind Fonn e856f6d5f0 Add option to exclude from global-mode-string
Fixes #2500
2015-08-02 20:31:50 -04:00
Swaroop C H a64b6ef3d2 Mention godef install needed for SPC m g g 2015-08-02 17:54:04 -04:00
Xiang Ji 3258186df2 [Fix #2363] Fix inputting backtick and single quote in markdown mode
Not sure why that part of code was introduced in the first place but it seems to no longer work with the newest
packages. Both backtick and quote behaviors were a kind of broken. Removing the code makes them normal again. And there
seems to be nothing wrong with Github code blocks.
2015-08-02 17:47:50 -04:00
Xiang Ji 706115fc0e Fixed various naming errors in package file descriptions
Well, probably mostly aesthetic, but still they just look a bit jarring out there.
2015-08-02 17:44:59 -04:00
Sridhar Ratnakumar b4d1d3deb7 Hint at cask for fast binary install
Instaling via cask takes a few seconds as it fetches pre-built binary, also managed by the railwaycat repo.
2015-08-02 17:44:20 -04:00
Swaroop C H 0789b68321 Update docs on describe-system-info 2015-08-02 17:42:59 -04:00
Diego Berrocal c1ec00c38c Provides only necessary info in the minibuffer 2015-08-02 17:42:20 -04:00
syl20bnr 01a017025c search-engine layer: add spacemacs pull request 2015-08-02 17:39:17 -04:00
syl20bnr 1085cb084e org layer: defer loading of toc-org 2015-08-01 15:24:21 -04:00
syl20bnr 0e547c43fd org layer: explicitly set toc-org-max-depth to 10 2015-08-01 01:00:38 -04:00
syl20bnr e97c85e430 Rename system-info to describe-system-info and add it to SPC h d s 2015-08-01 00:58:42 -04:00
Swaroop C H 6798c5be85 Add "system-info" fn for IRC support
I have seen many "I have a problem" discussions in the Gitter chat which
starts with a barrage of questions "Which OS? Which Emacs version?",
etc., so I thought it may be useful to have one function that will
generate the info to be copy-pasted into the Gitter chat and hence both
the user and others helping in the Gitter chat can jump directly to
solving the problem instead of the support volley to figure out the
setup.

Example output:

ELISP> (spacemacs/system-info)
"OS: darwin Emacs: 24.5.1 Spacemacs: 0.103.0 Spacemacs branch: develop
Layers: ((auto-completion :variables auto-completion-enable-help-tooltip
t) better-defaults emacs-lisp git markdown org (shell :variables
shell-default-height 30 shell-default-position (quote bottom))
syntax-checking version-control c-c++ clojure dash github html osx
python semantic sql)"

References:

From
https://github.com/syl20bnr/spacemacs/issues/2033#issuecomment-113861451 :

> Also what is your emacs version and OS ?

From
https://github.com/syl20bnr/spacemacs/issues/2042#issuecomment-113861501 :

> What's your Emacs version ? I presume it comes from the semantic
layer, can you test without the semantic layer ?
2015-08-01 00:26:40 -04:00
Jean-Christophe Petkovich 793134aab0 ESS company sources should be grouped
The ess company sources should be grouped, when they are not grouped
they are pretty buggy (like not showing completions under certain
circumstances).

To see the problem, try opening an R file and start the interpreter.

When you type the following ([] is the cursor):

    setN[]

You will see completions offering up `setNames`. Press `<enter>`.

Now, try doing the following:

    setNames(setN[])

You will see no completions. Company is trying the `company-R-args`
source, failing it, then skipping the execution of the
`company-R-objects` source.

Grouping them together fixes this, and is what's done within ess itself.
2015-08-01 00:25:00 -04:00
justbur 36535f1244 Prevent iedit from adding global key binding 2015-08-01 00:23:27 -04:00
Alexander Kjeldaas 8d0e47a54b Added ensime-pop-find-definition-stack to the scala layer. 2015-08-01 00:14:49 -04:00
Alexander Kjeldaas 6850c85dff The 0.1.5-SNAPSHOT release has problems
When using spark as a framework for example, there are lots of "provided" libraries.  These are excluded from the .ensime file in that old version.
2015-08-01 00:14:25 -04:00
Tommi Komulainen 393cfff67f enable flycheck in puppet-mode
Flycheck already knows what to do, we just need to turn it on.
2015-08-01 00:13:33 -04:00
Patrick f549b02723 Fix ace-link for spacemacs buffer 2015-08-01 00:12:13 -04:00
Jenan Wise be0fa7ed75 Use enh-ruby-mode on interpreter-detected ruby files.
This makes ruby files that start with shebang ruby directives use
`enh-ruby-mode` for consistency with `.rb` files that already use that
mode.
2015-08-01 00:10:11 -04:00
syl20bnr 9df49be64a shell layer: document some key bindings in README 2015-08-01 00:08:57 -04:00
Martin Martinez Rivera b3ffe8e85a Added evil-leader commands for multi-term support. 2015-08-01 00:06:45 -04:00
Santiago Gepigon 81ac6c6e14 Updated Helm function for SPC h b binding
Helm removed `helm-pp-bookmarks` in the latest update and replaced it with `helm-filtered-bookmarks`.
2015-08-01 00:05:04 -04:00
Robert O'Connor 4fe8636e62 add ejs files to web-mode 2015-08-01 00:04:32 -04:00
Uri Sharf d93da90ad7 Add support for launchctld on OS X 2015-08-01 00:04:10 -04:00
Uri Sharf d1a87c750d Re-factor and expand support for trash can on OS X 2015-08-01 00:01:34 -04:00
Gilbert Kennen c1f6c40a16 add .eex extension to web-mode 2015-07-31 23:59:44 -04:00
Vivien Moreau 94a2fcbaed Racket layer: enable insert state after SPC m s B
As per the README, this keybinding should put the REPL buffer in
insert state.
2015-07-31 23:58:13 -04:00
Devagamster a3222475d1 search-engine layer: Add Bing 2015-07-31 23:57:14 -04:00
justbur 00b4544607 Suppress byte compiler warnings on startup 2015-07-31 23:56:27 -04:00
syl20bnr b568f0b3ea core: tweak a bit add-toggle macro
Add message in the echo area
Slightly improve the doc string
2015-07-31 23:55:24 -04:00
Eivind Fonn c9ea837130 Add on and off functions to toggles
Fixes #2485
2015-07-31 23:47:54 -04:00
syl20bnr ed2fbb7f72 spacemacs layer: set evil-move-beyond-eol to t
This variable allows to put the point behind the last
character of a line in normal state.
So now eval-last-sexp behaves as expected in elisp and all
other languages.

Note that this is not the default in Vim but it does not
make a lot of sense to force this behavior in Emacs where
eval-last-sexp is so important.

Anyway it is easy to revert the behavior by setting this
variable back to nil in dotspacemacs/config
2015-07-31 22:28:35 -04:00
Martin Yrjölä fcc1bca209 Fix visual-state evil-yank-binding in evilified modes 2015-07-31 22:28:05 -04:00
syl20bnr 618f175010 spacemacs layer: set sp-show-pair-delay to 0.2 instead of 0
Fix some very slow navigation in some buffer while being still
reactive enough.
2015-07-31 22:19:09 -04:00
syl20bnr e075e21faa javascript layer: re-enable major mode specific prefix commands 2015-07-30 23:20:54 -04:00
syl20bnr c3ea0e5362 clojure layer: uncomment major mode prefix commands 2015-07-30 23:05:36 -04:00
Martin Martinez Rivera 0fb0bf262a Added java mode prefixes 2015-07-30 22:59:13 -04:00