Commit graph

3878 commits

Author SHA1 Message Date
Robert O'Connor 787b1dff60 fix the docs to reflect submodules are no longer used 2015-08-05 00:28:10 -04:00
syl20bnr aa090635fa core: remove support for quelpa-use-package
Unfortunately spacemacs is not designed for installation
at use-package call time.
For use-package to be called a package must already be installed,
so I will continue on the initial plan, that is providing the
quelpa recipe at the <layer>-packages list level.

This is no bigdeal, this is basically moving :quelpa from
use-package to <layer>-packages variables.

Moreover it makes more sense to define package property at
declaration time instead of initialization (at least in spacemacs
world where installation is decoupled from configuration).
2015-08-05 00:24:02 -04:00
Max Gonzih dd58e524c6 Add contrib layer for nim programming language 2015-08-04 23:41:24 -04:00
syl20bnr 6b4e26e1c9 c-c++ layer: move disaster binding SPC m d on SPC m D 2015-08-04 23:19:38 -04:00
William Casarin cc10f1d4a7 add c-c++ package, disaster: disassemble c/c++ code 2015-08-04 23:18:37 -04:00
vkz bd432752bc Replace after-init-hook with emacs-startup-hook
This has a benefit of not assuming that the user .emacs.d/ is in the
user home directory. Should continue to work as expected when this is
the case, but you could also start a fresh Emacs session like
so (assumes OSX):
open -a Emacs.app -n --args -q -l /path/to/emacs.d/init.el
So you don't have to muddle with symlinking your ~/.emacs.d or replacing
it with another just to try Spacemacs (or any other config). Note, that
this won't work with `after-init-hook` which doesn't appear to run when
Emacs is run with -q flag. As a result the `dotspacemacs/config` in your
.spacemacs won't run.
2015-08-04 23:17:12 -04:00
Chris McGrath 8c43762bfb Setup some ruby tools bindings
Not doing ruby-tools-clear-string as evil/vim has that covered
2015-08-04 23:15:29 -04:00
sooheon 79c4a81af6 Add duplicate keybinding for toggle fullscreen
On my mac, using the left command key results in emacs registering the
command differently.
2015-08-04 23:13:50 -04:00
Ag Ibragimov b5ecf92f51 couple of maybe useful tricks for Chrome layer 2015-08-04 23:13:37 -04:00
Gilbert Kennen a721ea4dbc add #f magit binding for magit-gitflow-popup 2015-08-04 23:12:59 -04:00
sooheon 8a72da7372 Fix single letter typo for the quickhelp :) 2015-08-04 23:12:47 -04:00
dsdshcym 589a533374 Remove an extra space from pair <%= %> in web mode 2015-08-04 23:12:35 -04:00
syl20bnr 529a4c4aab Cherry-pick release note for 0.103.3 2015-08-04 21:52:45 -04:00
syl20bnr 4224702405 spacemacs layer: temporarily exclude hl-anything 2015-08-04 21:19:24 -04:00
syl20bnr 2728ad8820 core: define quelpa variable before actually requiring it 2015-08-04 21:13:25 -04:00
syl20bnr 703afa1be1 Remove unused references in .gitmodules 2015-08-04 21:11:03 -04:00
syl20bnr fd1cbdd6e1 spacemacs layer: remove unused revive 2015-08-04 21:10:06 -04:00
syl20bnr 46726d5b02 spacemacs layer: use MELPA repo to install spray 2015-08-04 21:08:27 -04:00
syl20bnr 85f3f27eff spacemacs layer: use quelpa to install spray 2015-08-04 21:06:50 -04:00
syl20bnr 13b77479fb core: bootstrap quelpa and quelpa-use-package 2015-08-04 21:06:12 -04:00
Syohei YOSHIDA 0167d453eb Update package name
reveal-in-finder was renamed to reveal-in-osx-finder.
2015-08-04 15:58:05 +09:00
syl20bnr 69b38ab8dd core: add documentation string for spacemacs|evilify-map macro 2015-08-03 23:13:28 -04:00
syl20bnr bca0999726 core: add :eval-after-load keyword to spacemmacs|evilify-map macro 2015-08-03 23:00:49 -04:00
syl20bnr 6c171fdc48 spacemacs layer: fix hl-anything
- remove lazy-loading
- move hgh and hgc to hH and hC
- remove hl-paren-mode
2015-08-03 13:23:36 -04:00
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