Cadel Watson
0f01b0fb59
Change default fringe color for centered-buffer-mode.
...
The current default color is "black", which creates ugly bars for many
themes on both sides of the centered buffer. This change sets the fringe
color to the buffer's background color, which blends in nicely.
2016-11-22 20:41:45 -05:00
zhexuany
19592f0ad5
fixed syntax highloght in README
2016-11-22 20:41:45 -05:00
syl20bnr
1cd8c9caf1
Revert "Restore normal state map on evilified exit"
...
This reverts commit 25a519ecca
.
Due to regressions, we need to find another fix for the original issue.
2016-11-22 08:30:20 -05:00
Tu Do
9acfcf3c9e
Make Semantic fast
...
Limit the parsing scope to file, local and project. The choices are
listed in semanticdb-find-default-throttle variable.
2016-11-20 19:00:42 -05:00
Eivind Fonn
25a519ecca
Restore normal state map on evilified exit
2016-11-20 18:55:54 -05:00
Tim Jäger
588a4b24f2
Fix hyperlinks in restclient README
...
The links to the original author's page were broken, so I replaced them with
links to the GH page.
2016-11-20 18:54:23 -05:00
Justin Humm
7172cd7170
Fixed dead hyperlink in magit intro
2016-11-20 18:53:31 -05:00
James Wang
3d9e58cba6
games: add sudoku
2016-11-20 13:40:38 -05:00
syl20bnr
237b2a7373
Move SPC b m
to kill other buffers to SPC b C-d
...
Also move `SPC b C-d` to kill other buffer with regexp to `SPC b C-D`
Update Documentation accordingly.
2016-11-20 13:27:16 -05:00
Max Willsey
cce6ad3a59
Change SPC b m
to switch to the messages buffer.
2016-11-20 13:27:16 -05:00
syl20bnr
a10d7cef39
Add Confluence layer
2016-11-18 10:02:38 -05:00
syl20bnr
fed4d1f2b2
Org: Move SPC m e to SPC m e e for org-export-dispatch
...
In order to be able to support more conversion format
2016-11-18 10:02:38 -05:00
Francesc Elies Henar
fea919c479
compilation-mode: maps gf
to find-file-at-point
2016-11-15 09:26:22 +02:00
bmag
0d4a8a4d49
Emit error if can't toggle window layout
2016-11-15 09:26:22 +02:00
Muneeb Shaikh
5c9615f72d
Adding window layout toggle (vertical <-> horizontal)
...
All credits to @bmag for this function with window state preservation
2016-11-15 09:14:58 +02:00
Florian Gilcher
d986068c3d
Fix minor typo
2016-11-14 14:40:53 +02:00
Svyatoslav Gryaznov
32f9f97970
Fix typo in Agda's packages.el
2016-11-14 14:40:23 +02:00
bmag
58c8fd515a
rust: respect help-window-select, small fixes
...
- spacemacs/racer-describe to respect help-window-select
- replace evilified-state-evilify{,-map} and move to :config
- change funcs.el from dos format to unix format (newlines)
- modify spacemacs-jump-handlers-rust-mode only once
2016-11-12 16:20:28 +02:00
NJBS
f786c1fa88
Rust: Add binding for describing symbol at point
2016-11-12 16:20:28 +02:00
Dennis Brakhane
a13471447f
Update ensime variable name
...
user-emacs-ensime-directory was renamed to ensime-startup-dirname
2016-11-12 14:58:17 +02:00
Kechao CAI
963621697a
spacemacs-base: add prefix for ripgrep search
2016-11-12 14:32:33 +08:00
ksjogo
12284e16b0
Removed deprecated insert-string and replace by insert
2016-11-11 15:23:49 +02:00
david-sawatzke
442681333f
Add keybinding "," for org-edit-src-exit
...
This makes sense so org-edit-src behaves similar to git-commit in magit
2016-11-11 15:23:07 +02:00
Aron Griffis
385c12743a
Add ripgrep support
...
* Add rg to helm completion layer
* Add rg to ivy layer
* Prepend rg to dotspacemacs-search-tools
* Add rg to documentation
2016-11-11 15:22:03 +02:00
JAremko
c82239a45f
add tmp fix 4 zeal-at-point/issues/28
2016-11-09 21:48:10 -05:00
JAremko
21146336c1
more reasonable file names
2016-11-09 21:48:10 -05:00
JAremko
0ccb160271
Improve documentation
2016-11-09 21:48:05 -05:00
JAremko
f1982f5b79
chown to user spacemacs dir
2016-11-09 21:44:59 -05:00
JAremko
4e5f351591
echo Spacemacs version in onbuild
2016-11-09 21:44:59 -05:00
JAremko
a82fcd955b
split out onbuild
2016-11-09 21:44:58 -05:00
JAremko
5b4bf2a55a
add some docs
2016-11-09 21:44:58 -05:00
JAremko
ed345c258b
implement spacemacs-docker
2016-11-09 21:44:58 -05:00
Eivind Fonn
62ec37a9e4
Integrate ahs with evil as well as isearch
2016-11-09 21:40:43 -05:00
Don March
f90dd37e4f
Add ibuffer bindings for updating and filter-group motion
...
The `ibuffer-update` command is originally on `g` but is evilified to
the inconvenient `C-S-g`, so bind it to `gr`.
2016-11-09 19:08:06 +02:00
syl20bnr
b9c607fea7
restclient: add ob-restclient package
2016-11-07 10:00:07 -05:00
syl20bnr
8cc96b0b23
restclient: remove gj and gk bindings
...
No need to override default Vim behavior for this key bindings since
they are available on SPC m n and SPC m p already.
Note: We could add a transient state to go nicely with SPC m n and SPC m p.
2016-11-07 09:40:04 -05:00
Tommi Komulainen
658643da0d
restclient: add key bindings for jump to next / previous query
...
`gj` jump to next query
`gk` jump to previous query
`SPC m n` jump to next query
`SPC m p` jump to previous query
2016-11-07 09:38:50 -05:00
syl20bnr
2b139acb82
restclient: move restclient-helm to SPC j i
...
Since it nicely fits SPC j i purpose :-)
2016-11-07 09:34:49 -05:00
Tommi Komulainen
ad1d05435c
restclient: add helm support to jump to variable or request
...
Enable restclient-helm that is included in restclient package and add
`SPC m j` key binding.
2016-11-07 09:24:50 -05:00
Tommi Komulainen
538cae74e3
restclient: add autocompletion for methods and headers
...
Provided by company-restclient.
2016-11-07 09:22:48 -05:00
bmag
aa3f1816af
Refactor rotate-windows, add utility swap-windows
...
Changes to rotate-windows:
- rename to spacemacs/rotate-windows-forward
- direction of rotation matches window numbers
- COUNT argument now rotates all windows by COUNT steps
- all window parameters are saved, not only buffer and window-start
swap-windows is not used for now, but could be helpful in the future.
2016-11-05 13:07:45 +02:00
bmag
6e4442e0db
Rename and add missing definition of version-control-diff-side
2016-11-05 13:03:23 +02:00
Emmanuel Touzery
1176a23dff
version control: let the user pick on which side to display the diff
2016-11-05 12:43:51 +02:00
Bryan Gilbert
7581662d7e
rebind 'SPC f b' to 'counsel-bookmark' when using ivy
2016-11-05 12:27:56 +02:00
pnagy
bee9ecc858
fix void-variable company-backends-scheme-mode
2016-11-04 10:40:39 +01:00
Francesc Elies
29049dd3ac
Update README.org
...
Uses flycheck instead of flycheck-typescript-tslint
2016-11-03 19:00:53 +02:00
Diego Berrocal
a6554a5773
Fix Typo in Purpose Layer
2016-11-02 21:29:40 +02:00
deb0ch
855d786100
Add duplicate-line-or-region to layer better-defaults
...
from https://www.emacswiki.org/emacs/CopyingWholeLines
Duplicate current line, or region if active.
With argument N, make N copies.
With negative N, comment out original line and use the absolute value.
keybinding: `SPC x l d` (text - line - duplicate)
2016-11-02 21:07:15 +02:00
Eivind Fonn
db20ba528b
Remove themes missing from MELPA
...
https://github.com/melpa/melpa/pull/4369
2016-10-31 12:54:00 +01:00
Eivind Fonn
721426f75c
Warn if both helm and ivy are enabled
2016-10-29 15:26:05 +02:00
Eivind Fonn
977a29316b
Fix unbound holy-mode error
2016-10-29 15:11:36 +02:00
Eivind Fonn
4bf8e529b8
Move SPC p C-g to SPC p G
2016-10-28 13:44:29 +02:00
Carl Lange
aa3a799c39
spacemacs-purpose readme - Fix links and typos
...
I think there was a failed replace here :) The links now work correctly and the typos are gone. Yay!
2016-10-28 09:07:10 +01:00
Xiao Hanyu
0de0705e88
Typo fix
...
Just a typo fix for auto-completion layer.
2016-10-27 11:06:19 +08:00
Eivind Fonn
f94ca2a8cc
go-guru on MELPA
2016-10-26 09:48:24 +02:00
Bryan Gilbert
b515253026
move helm specific layout transient state keybindings to helm layer
2016-10-23 19:44:35 +02:00
Bryan Gilbert
389d722996
close layout transient state upon entering layout buffer select when
2016-10-23 19:44:35 +02:00
Nir Friedman
632e4cea6e
Add keybindings to move buffers by window number
2016-10-23 19:44:35 +02:00
yangguang760
67ac25c80a
fix debug string for python3
...
fix debug string for python3:
ipdb -> ipdb3
pudb -> pudb3
2016-10-23 19:44:35 +02:00
Romanos Skiadas
fa16fa90e0
Fix eclim documentation in Java layer
...
`eclim-eclipse-dirs` is a list, not a string.
2016-10-23 19:44:35 +02:00
Aldric Giacomoni
81388bc1e4
Scala readme: code block for scala-enable-eldoc
2016-10-23 19:44:35 +02:00
Chen Zhang
9da665dd82
ipython: Update matplotlibrc
...
It comes from an offical "UserWarning":
> axes.color_cycle is deprecated and replaced with axes.prop_cycle; please use the latter
But axes.prop_cycle receive a new format of parameters, this will fix it.
2016-10-23 19:44:35 +02:00
Bryan Gilbert
1f1582d60d
Add sourcerer theme to themes-megapack
2016-10-23 19:44:35 +02:00
Melon Bread
22d24cbfb4
Added sqlite3 requirement
2016-10-23 19:44:35 +02:00
syl20bnr
2c5b628570
Move SPC t H to SPC t h s
...
SPC t h is the prefix for toggling highlighting stuff.
2016-10-23 19:44:35 +02:00
jupl
253276e0d1
Add toggle for syntax highlighting (via font-lock)
2016-10-23 19:44:35 +02:00
Eivind Fonn
4f700556af
message instead of warn on failed auto-evilify
2016-10-23 19:44:35 +02:00
syl20bnr
7cdd998e78
Inverse SPC t m t and SPC t m T
...
Toggling the time is a segment so it is more consistent with the rest
of the lowercase keys.
Toggling the whole mode-line feels better on a capital letter.
2016-10-23 19:44:35 +02:00
jupl
e384b2124b
Add toggle to display time in modeline
2016-10-23 19:44:35 +02:00
Eivind Fonn
9c966a8d8f
Simplify python test runner setup
2016-10-23 19:44:35 +02:00
deb0ch
3b92a4c2bf
maximize frame earlier in the startup process
2016-10-23 19:44:35 +02:00
bmag
e5c9632678
New dotvariable to control switch-to-buffer behavior
...
With a nil value for dotspacemacs-switch-to-buffer-prefers-purpose,
switch-to-buffer prefers using the current window, same as vanilla
Emacs. With a non-nil value, switch-to-buffer prefers another window
with the same purpose as the buffer. This affects actions like
spacemacs/alternate-buffer, and opening buffers from Dired.
2016-10-23 19:44:35 +02:00
syl20bnr
7ee75bb752
nim: fix key bindings in README
2016-10-18 22:49:34 -04:00
YeJun Su
2f263e998c
Remove check for GOPATH when init go-guru
...
go-guru.el has been moved to https://github.com/dominikh/go-mode.el
FYI, 69f6f5b782
2016-10-18 10:47:40 +03:00
bmag
15fc015088
purpose: disable kill extension
...
purpose-x-kill-setup sometimes slows Emacs down
2016-10-18 09:53:02 +03:00
syl20bnr
66d9f38a45
Add hide/show comments on SPC c h
2016-10-17 15:32:43 -04:00
syl20bnr
fd07fd47ef
New package insert-shebang
2016-10-17 15:32:43 -04:00
Jacob Lewallen
cbb195141c
Match entire path after -I for passing to expand-file-name.
...
Otherwise I was seeing these transformations:
invocation-dir = C:/Some/Directory
-I../another/directory
-IC:/another/directory
Became
-Ic:/Some/Directory./another/directory
-IC:/SOME/DIRECTORY/C:/another/directory
2016-10-17 20:11:49 +02:00
Shanavas M
5d8f7bd7c6
Add missing prefices for js2-mode
2016-10-17 20:08:08 +02:00
Aaron Jensen
96022308d1
elixir: flycheck on idle
...
`flycheck-mix` now uses `flycheck-buffer-saved-p` so it is safe to
flycheck on idle: https://github.com/tomekowal/flycheck-mix/pull/2
2016-10-17 20:07:23 +02:00
JAremko
fa93c84cab
Describe scss-lint setup
2016-10-17 20:05:16 +02:00
Valentin Ignatyev
f57df781ad
Fix #6947 by deriving conf-mode from text-mode
2016-10-17 20:03:02 +02:00
Allen Li
6332d50f8f
org: Add org-expiry
...
Add org-expiry package to be loaded lazily and autoload interactive
functions.
Provides no default configuration, but make it more convenient for users
to use the org-expiry package in their personal configuration.
2016-10-17 19:59:28 +02:00
duianto
af3445950f
Evil Nr TS, add 0..9 prefix and q quit
...
This implements the changes in: #7013
Add "[0..9] prefix" and "[q] quit", and separates the keys by 2 spaces.
2016-10-17 19:57:57 +02:00
Tu Do
866d95baaf
Common Lisp: enable fuzzy matching with comapny
2016-10-17 19:51:06 +02:00
Kai von Fintel
498321f70d
Move org-async-init.el into org/local dir
2016-10-17 19:48:34 +02:00
carbohydratesn
ca5ea34196
Completed instructions for a quick start with boot
...
Moved to develop branch, original pull request -
https://github.com/syl20bnr/spacemacs/pull/7003
As an absolute beginner, this took a while to figure out, and eventually required reading through Cider's source files.
Currently, there must be a build.boot file present - an empty one works - if you want to start a repl through cider with boot.
https://github.com/clojure-emacs/cider/issues/1835
2016-10-17 19:46:45 +02:00
Muneeb Shaikh
5771484668
Move spacemacs/git-link-* functions to git layer
2016-10-17 18:52:55 +05:30
deb0ch
ddbee36ad6
Activating linum-relative now activates linum
2016-10-17 15:05:44 +02:00
bmag
ed9637ee4b
Properly override purpose-mode-map
2016-10-17 14:41:13 +02:00
Eivind Fonn
b54b61e926
CSS-mode derives from prog-mode in Emacs 25
2016-10-17 14:38:50 +02:00
bmag
699e78f38a
python: really start REPL also in emacs 25.1
...
Make `python-start-or-switch-repl` start a REPL when necessery also in
Emacs 25.1. Previously in Emacs 25.1 it wouldn't do anything if the REPL
wasn't started already.
2016-10-17 14:12:46 +02:00
Eoin Houlihan
7464ef32e2
Use Magit 2.8's built-in fullscreen display function
2016-10-17 14:11:28 +02:00
Ryan Phillips
cd6b5ed67b
add magit-repolist support
...
fixes #7083
2016-10-17 14:07:58 +02:00
Zhang Chen
eec4f00147
axes.color_cycle is deprecated
...
It comes from an offical "UserWarning": axes.color_cycle is deprecated and replaced with axes.prop_cycle; please use the latter
2016-10-17 14:04:19 +02:00
Diego Berrocal
704e103394
Add open packages.el shortcut in spacemacs-help
...
I find myself wanting to open the package.el and f3 is just too far away
in my keyboard. And I thought maybe this would be something people might
want. Also maybe we could have special binding for actions? like `C-1`
`C-2`, etc
2016-10-17 14:03:21 +02:00
deb0ch
dc14a5062a
ycmd: improve search of nearest file in compilation database
2016-10-17 14:02:29 +02:00
Eivind Fonn
f2acb02a92
Fix whoopsie from previous commit
2016-10-17 14:01:36 +02:00
Eivind Fonn
48dc7776ae
Some nim layer fixes
...
- Define nimscript backend list
- Use jump handlers API
2016-10-17 14:00:15 +02:00
Tu Do
763d6f5555
Improve Nim layer
...
- Add support for better completion using Nim's IDE tool, `nimsuggest`.
- Add key binding for goto definition and jump back.
- Eldoc integration (with the nimsuggest-mode)
- Update documentation.
2016-10-17 13:58:12 +02:00
Rudi Grinberg
889b68110c
OCaml layer: add ignored extension
...
Add cmti extension to list of ignored completion exts
2016-10-17 13:55:17 +02:00
Christian Gram Kalhauge
f462c9475f
Add Twitter Bootstrap support to org
2016-10-17 13:54:06 +02:00
Todd Fiala
ee9d82d7cc
fix broken macOS paths for homebrew service
...
When Spacemacs is run as a macOS homebrew service, the window-system
at startup time is not set. This causes the very-early
call to exec-path-from-shell, which was checking for macOS via
window-system, to fail the check. This is pretty much game over
for macOS and user-customized paths, as the exec paths are not
updated and any extra user-path utilities (e.g. aspell, gls) won't
be found.
This change switches over to using spacemacs/system-is-mac and
spacemacs/system-is-linux as the primary check, and keeps the
window-system check for 'x in case other Unix variants
are getting exec-path set via that check.
2016-10-17 13:51:44 +02:00
Matt Giles
59189603ae
Fix inconsistent org mode key bindings
...
Fixes #6630
In org-agenda-mode, make the org-agenda-refile and
org-agenda-clock-cancel bindings consistent with org-refile and
org-clock-cancel.
In org-agenda-transient-state, make the refile, set tags, clock in,
clock out, and clock cancel bindings consistent with their org-mode
and org-agenda-mode equivalents.
In org-capture-mode, make the org-capture-refile binding the same as
the org-agenda-refile and org-refile.
2016-10-17 13:50:20 +02:00
Swaroop C H
e1f128b269
Mention mode line support for org clock
2016-10-17 13:49:05 +02:00
Corin
73ff3de8d2
Fix typo
...
feature -> features
2016-10-17 13:47:49 +02:00
bmag
3fc32063c7
Move vi-tilde aux functions to spacemacs-evil
...
spacemacs/disable-vi-tilde-fringe and
spacemacs/disable-vi-tilde-fringe-read-only are used by spacemacs-evil,
but were defined in spacemacs-ui-visual. Move the definitions to the
correct place.
2016-10-17 13:47:23 +02:00
bmag
0e1491c434
Make ivy restrict buffers to layout
...
Also create separate non-restricted-buffer-list (`SPC B b`) for helm and
ivy.
2016-10-17 13:45:43 +02:00
bmag
797b5b08b7
golden-ratio: add to window TS only when used
2016-10-17 13:43:54 +02:00
bmag
88e4ddf778
git: hook fci-mode only when fci package is used
2016-10-17 13:42:37 +02:00
Diego Alvarez
2279c2c80e
scala - update scalastyle-flycheck instructions
2016-10-17 13:41:19 +02:00
Jim Deville
194113a6eb
update docs with go-guru info
2016-10-17 13:36:40 +02:00
Eric Drechsel
f609a25585
go: replace deprecated oracle with guru
...
change to prefix for guru commands from `mr` to `mf`
to separate from rename commands. Better prefix?
Fixes #6772 .
2016-10-17 13:36:31 +02:00
Matthías Páll Gissurarson
146aa55af3
Moved rebox to be under tools, as per documentation
2016-10-17 13:35:39 +02:00
deb0ch
6a6cf57713
better-defaults layer: update emacs logo
2016-10-17 13:34:40 +02:00
Stephen Sugden
119972ab81
Fix usage of gorename on symlinked projects
...
I often work on Go projects under a symlink, e.g. ~/Code/project points to
$GOPATH/src/github.com/grncdr/...
This works fine 99% of the time, but gorename doesn't follow symlinks in order
to get the "truename" of a file, so it will complain about
~/Code/project/somefile.go not belonging to any package. This fixes that
situation by ensuring that gorename is only passed the true filename.
2016-10-17 13:33:35 +02:00
duianto
738451c2b8
fix neotree duplicate function comment
...
Both the spacemacs/neotree-expand-or-open and spacemacs/neotree-collapse
functions had the same comment: "Collapse a neotree node."
This renames the spacemacs/neotree-expand-or-open function to:
"Expand or open a neotree node."
2016-10-17 13:28:44 +02:00
Andrew Stevanus
c87832b6a9
Fix connecting to default servers with TLS more than once with ERC
...
The erc//servers function removes the :ssl variable from the list so it
can be passed directly to erc-tls, but this means that subsequent
connections will not use TLS. Thus, we should operate on a copy of the
list instead.
2016-10-17 13:28:07 +02:00
bmag
bbd812991a
Refactor spacemacs/python-execute-file
2016-10-17 13:26:40 +02:00
Joe Selman
fff5cf3079
Declare prefix for ruby-mode and enh-ruby-mode in rails layer
...
Fixes #7375
2016-10-17 13:23:28 +02:00
fmdkdd
edb32b5e66
Add leader binding for flycheck-explain-error
...
Flycheck recently gained a feature to explain the error at point (bound
under `C-c ! e` by default). This commit adds a corresponding leader
binding to the flycheck layer.
2016-10-17 13:22:55 +02:00
yanchengyang
9e52974e90
remove invalid keybindings of ensime
2016-10-17 13:22:10 +02:00
Max Willsey
98af971266
Fix for 5320
...
Provides `:q`/`:wq` for abort/finalize in `org-capture` and
`org-src-edit`.
2016-10-17 13:20:44 +02:00
bmag
6e896d3796
Restore fix for #2569
2016-10-17 13:19:46 +02:00
Philippe Baron
b7467c4335
Update rules for evilified state
...
Fixes #5738
* Pointed out which keys are using as in Evil
* Pointed out the binding order pattern
* Added that the g binding will be directly bound to C-G
2016-10-17 13:17:34 +02:00
Alexey Kotlyarov
a7d8a4f3db
Support wdb for debugging Python
...
wdb (https://github.com/Kozea/wdb ) is a Web-based debugger
for Python. Use it if installed for python-toggle-breakpoint.
2016-10-17 13:15:54 +02:00
Bryan Gilbert
59897e2abd
Fixed layout transient state not closing on layer select in ivy layer
2016-10-17 13:14:04 +02:00
Eivind Fonn
e0202848fd
Diminish purpose-mode
2016-10-17 12:01:10 +02:00
Eivind Fonn
c24f59cc7e
Fix some comments in purpose layer
2016-10-17 10:40:30 +02:00
Eivind Fonn
2a2fb56452
Fix spacemacs-purpose-popwin name
2016-10-17 10:07:29 +02:00
Carlo Sciolla
9d3710a05f
Updated the plantuml plugin to use plantuml-mode
instead of the now deprecated puml-mode
2016-10-17 08:11:11 +03:00
Robert O'Connor
22809a8dfa
Fix a typo introduced in 42a33f3ae8
2016-10-17 08:00:33 +03:00
syl20bnr
d15050b512
python: update anaconda dependencies and reorganised the deps section
2016-10-16 23:05:56 -04:00
syl20bnr
d023af2f55
purpose: use use-package :post-config hook for eyebrowse config
2016-10-16 22:25:04 -04:00
syl20bnr
8063bcb419
purpose: move helm-purpose config to use-package form
2016-10-16 22:25:04 -04:00
syl20bnr
aea110df9f
purpose: remove unecessary :commands block
...
The functions are already autoloaded.
2016-10-16 22:25:04 -04:00
syl20bnr
c8827444ec
purpose: move window-purpose key binding and mode activation to :init
2016-10-16 22:25:04 -04:00
syl20bnr
e41a17be4c
purpose: use use-package hook for popwin config
...
Also remove the check on purpose-mode. Using the purpose layer without
purpose-mode does not make sense so I prefer to throw an error is such
case happens.
2016-10-16 22:25:04 -04:00
syl20bnr
be2061c7a0
purpose: replace use-package :after by (require ...)
...
Also move :config to :init
2016-10-16 22:25:04 -04:00
syl20bnr
67f9f4828d
purpose: replace use-packag :if by layer :toggle
2016-10-16 22:25:04 -04:00
syl20bnr
8306626504
Move window-purpose layer to spacemacs-purpose layer
...
Update README.org and add spacemacs-purpose layer to spacemacs
distribution.
Move functions of the layer to funcs.el and prefix variables and
functions introduced by the layer with `spacemacs`.
2016-10-16 22:25:04 -04:00
Bar Magal
edb27a089e
Create window-purpose layer
...
- Proper integration with popwin
- Integrate with Helm via helm-purpose
- Integrate with Ivy via ivy-purpose
- Integrate with opening a new eyebrowse workspace
- Enable purpose-x-kill: purpose-aware replacement of a window's buffer
when a buffer is killed
2016-10-16 22:25:04 -04:00
syl20bnr
42a33f3ae8
elixir: add support for org-babel
...
Closes #1918
2016-10-16 22:25:04 -04:00
Tu Do
6cb349e70c
Add more features for D language
...
Add `company-dcd` package that uses DCD (a completion daemon for D) to
provide better IDE features:
- Better code completion.
- Jump to definition.
- Search symbol references.
2016-10-14 12:33:13 +03:00
Romanos Skiadas
b27a073f7f
Yaml layer: enable flycheck
2016-10-14 12:32:30 +03:00
d12frosted
e15fb35bd8
add docs for ruby minitest mode
2016-10-14 12:20:26 +03:00
Jeremy Bi
5ca7d5e0d1
font-lock-unfontify-region-function
should no longer be set/reset.
...
Due to upstream changes.
2016-10-14 11:19:38 +08:00
Eivind Fonn
f0803bc7f9
Explicitly add company-tide as backend
2016-10-13 10:55:17 +02:00
Eivind Fonn
7869154e9d
Define typescript company backends
2016-10-13 08:49:13 +02:00
Pawan Dubey
f592beda02
Add Minitest support to Ruby Layer
...
Added support for Minitest to the Ruby layer with the
minitest-mode package. Defined appropriate keybindings.
Fixes syl20bnr/spacemacs#6969
2016-10-11 22:18:22 +03:00
Eivind Fonn
200fb764aa
Make python tab-width configurable
2016-10-11 20:01:24 +02:00
syl20bnr
7d8b6bd0f6
react: Fix emmet -> emmet-mode
2016-10-09 21:44:35 -04:00
syl20bnr
62f08d89fb
Rename dotspacemacs-ex-key to dotspacemacs-ex-command-key
...
Also move the configuration to evil init function.
2016-10-09 21:28:09 -04:00
Dietrich Daroch
d1457feafb
Restore easy ex-command remap
...
Pressing semi-colon is easier than the default colon.
Added ex-key defvar too
2016-10-09 13:21:31 -04:00
syl20bnr
f8bf86a105
Move clock related key bindings to SPC a o k prefix
2016-10-09 13:14:41 -04:00
syl20bnr
703f78c2b8
Cleanup pass on file spacemacs-base/funcs.el
...
- Apply `/` and `//` rules (double / is for private functions)
- Add missing `spacemacs/` prefixes
- Move functions used outside of spacemacs-base layer to
core/core-funcs.el
- Remove unused functions
Commit originally intented to only rename linum-update-window-scale-fix
to spacemacs/linum-update-window-scale-fix :-)
2016-10-09 13:14:41 -04:00
Nathan Spaeth
8eac8c4ecf
Adjust linum gutter to accomodate text-size changes
2016-10-08 19:48:21 +02:00
Kai Pruess
0d70306b90
Add emmet-mode to react-mode
...
Closes syl20bnr/spacemacs#5130
2016-10-08 19:45:58 +02:00
bmag
70c7592718
elisp test buffer: run only current buffer's tests
2016-10-08 19:44:10 +02:00
Eivind Fonn
669dce7c2d
Handle typescript FIXME
2016-10-08 19:36:50 +02:00
Laurens B
95a8f4e0b9
Add optional frame arguments for transparency toggle/in/decrease.
2016-10-08 19:33:40 +02:00
drew.okane
197eb982b2
Add Clojure to org-babel-load-languages
2016-10-08 19:30:05 +02:00
Jasper v. B
ea862f18cf
Add a note about filename expansions
...
This is mentioned in
[emacs-ycmd](https://github.com/abingham/emacs-ycmd#quickstart )
documentation as well, but it doesn't hurt to have it here as well.
2016-10-08 19:27:53 +02:00
Allen Li
aed35fc6ef
[org] Add org-clock key bindings
2016-10-08 19:26:39 +02:00
Jeremy Bi
927cccbd99
Enable auto-completion in Agda layer
2016-10-08 19:25:08 +02:00
deb0ch
f4c9cd8871
ycmd layer: do not parse buffer on newline insertion
...
Dramatically improves ycmd performance on large projects.
2016-10-08 19:23:28 +02:00
Eivind Fonn
ff95f2a9ab
typescript: Fix potential nil buffer-file-name
2016-10-07 12:14:29 +02:00
Eivind Fonn
896180408a
Fix shell buffer regexp
2016-10-04 13:41:06 +02:00
Robert O'Connor
405e90d69a
Remove support for jade-mode; add pug-mode
...
Jade has been deprecated and there is little need to support jade to
support jade anymore. If people need jade-mode, they can install the
package themselves and configure it. Pug is the renamed Jade project.
2016-10-03 21:15:17 +03:00
Robert O'Connor
8aa42a0719
Enable orgtbl-mode in markdown-mode
...
This makes working with tables much nicer.
2016-10-03 21:12:23 +03:00
syl20bnr
a3750146c3
clojure: move SPC m s k to SPC m s C
2016-10-03 00:23:52 -04:00
bmag
f9c74e2b58
Synchronise load/save of workspaces and layouts
...
Update current layout's workspaces before saving layouts to file (fixes
7214).
Load current layout's workspaces after loading layouts from file, if it's
one of the loaded layouts (fixes 6979).
2016-10-03 00:23:15 -04:00
bmag
cded126cab
Update hybrid state to upstream changes
...
insert state has changed upstream, this updates hybrid accordingly.
Relevant upstream commit:
2d3c01d802
2016-10-03 00:23:15 -04:00
syl20bnr
0477a4dd4c
shaders: fix readme and add an image
2016-10-03 00:23:15 -04:00
syl20bnr
e4c1f5bb1a
Update LAYERS.org
2016-10-03 00:23:15 -04:00
syl20bnr
ffc312b2b1
scala: move SPC m b h to SPC m b .
...
Per convention for transient states
2016-10-03 00:23:15 -04:00
syl20bnr
5f759f6df0
clojure: add SPC m = key binding
...
per convention
2016-10-03 00:23:15 -04:00
syl20bnr
ade1c7d70f
elm: move SPC m h d to SPC m h h
2016-10-03 00:23:15 -04:00
syl20bnr
bcf2ce6ca4
Move SPC b k to SPC b C-d
2016-10-03 00:23:15 -04:00
d12frosted
ac31e45c15
add fill-or-unfill function
2016-09-30 12:24:31 +03:00
mahinshaw
cf951a5114
Update bindings. Add toggle clojure-enlighten-mode
2016-09-23 22:50:09 +02:00
duianto
98b5a2be4f
three words spellchecked
...
"horizonatl", swapped "a" and "t", resulting in: "horizontal"
"porpertized", swapped "o" and "r" , resulting in: "propertized"
"containg", added "in", resulting in: "containing"
2016-09-23 10:51:19 +03:00
eduardo apolinario
02da004026
fix typo packges -> packages
2016-09-23 10:50:46 +03:00
Tim Jäger
2181decd81
Add clear REPL keybinding for Clojure
2016-09-23 10:48:48 +03:00
Adam Sokolnicki
51c49531e3
Re-map "pp" to counsel-projectile-switch-project
...
Move counsel-projectile to "p SPC" as the original package suggests.
2016-09-23 10:47:13 +03:00
Abdo Roig-Maranges
68becc5597
layouts: persp-mode changed variable to enable ido-hooks
...
Since persp-mode 2.5 the way to enable ido hooks changed again. Without
tihs, SPC b b lists all buffers instead of persp-local ones.
2016-09-20 20:09:22 +02:00
Eivind Fonn
e744d25a42
Fix golden-ratio in tmux
2016-09-20 20:05:37 +02:00
bmag
753b81275c
dumb-jump: bind key instead of enable mode
2016-09-16 15:07:05 +02:00
Eivind Fonn
f373105be1
Disable smartparens highlighting
2016-09-14 14:46:01 +02:00
Eivind Fonn
53d2ae4f15
Remove evil-smart-goto-definition
2016-09-14 11:38:14 +02:00
Eivind Fonn
060934a4f0
Add evil-goto-definition as default jumper
2016-09-14 11:34:39 +02:00
Rory O’Kane
b7c84b5c35
Fix capitalization of “GitHub” in layer docs
2016-09-13 13:23:30 +03:00
Rory O’Kane
18952625cc
Fix wrong filename in a layer file’s header comment
...
the header of `keybindings.el` in the `better-defaults` layer
2016-09-13 13:22:59 +03:00
Eivind Fonn
7cfb93d601
Define jump handlers for common-lisp-mode
2016-09-12 11:45:05 +02:00
Eivind Fonn
6bb4416585
Set pandoc-data-dir
...
Also move defun to funcs.el
2016-09-07 18:48:28 +02:00
Eivind Fonn
d5baec4b44
Fix SPC sj binding
2016-09-07 14:50:31 +02:00
Muneeb Shaikh
6d17a90d0c
fix void variable when not using osx layer
...
Fix `Symbol's value as variable is void: osx-use-dictionary-app` when
not using osx layer.
2016-09-06 12:29:48 +05:30
syl20bnr
03143b61f2
Fix (error: (void-variable spacemacs-jump-handlers-react-mode))
2016-09-05 22:19:56 -04:00
JAremko
ad547c390d
Fix buffer edges bug.
2016-09-05 21:12:52 -04:00
JAremko
cfd6b06669
space-doc: Don't clean the global cache.
2016-09-05 21:12:52 -04:00