syl20bnr
522eafbd2b
typescript: update README.org for multiple backends
2018-05-08 00:10:13 -04:00
Ting Zhou
59e0c5683a
Add: lsp-typescript support
2018-05-07 23:47:24 -04:00
Philippe Bourdages
4ac8e4ec17
Fix Typescript key binding typo
2018-05-07 23:46:59 -04:00
syl20bnr
4eaf160b90
lsp: fix typo
2018-05-07 23:34:31 -04:00
Ting Zhou
aaa8c93d00
Docs: fix javascript doc
2018-05-07 23:32:47 -04:00
Ting Zhou
8df99c440b
Clean: move spacemacs//set-lsp-key-bindings to lsp layer
2018-05-07 23:32:47 -04:00
Ting Zhou
a7982de966
Clean: rename lsp prefix fix function names
2018-05-07 23:32:47 -04:00
Ting Zhou
64cd095d86
Fix: remove unnecessary comments
2018-05-07 23:32:47 -04:00
Ting Zhou
f3ee2edf1b
Add: add lsp-javascript backend for javascript layer
2018-05-07 23:32:47 -04:00
syl20bnr
fcd9d31bcb
groovy: add import for symbol key binding
2018-05-07 01:03:47 -04:00
JAremko
d4017b1ca7
Make sure that docs pass formatting cheques.
2018-04-15 22:16:17 +03:00
syl20bnr
0fa3658cd8
reorganize spacemacs-base distribution into +spacemacs/spacemacs-xxx
...
This idea is to have the spacemacs-base distribution only configure defaults for
built-in packages. Those buit-in packages are now configured in the new layer
spacemacs-defaults.
Additionally some other packages of spacemacs-base have been dispatched to
better suiting spacemacs layers.
Projectile has been moved to the new layer spacemacs-project
- Move the following packages to bootsrap distributio layer:
- exec-path-from-shell
- evil-evilified-state
- holy-mode
- hybrid-mode
- spacemacs-theme
- ace-window has been moved to spacemacs-navigation
- centered-buffer-mode has been moved to spacemacs-editing-visual
- pcre2el has been moved to spacemacs-editing
- evil-escape and evil-visualstar have been moved to spacemacs-evil
2018-03-04 20:54:54 -05:00
Bet4
b0f77612e3
Call helm-mode when helm is initialized
...
Fixes #9826
2018-03-03 23:55:01 -05:00
syl20bnr
ebe4c60264
Revert "Defer packages by default using use-package-always-defer"
...
This reverts commit 29c78ce841
and all other fixes
that have been made afterwards.
The motivation is that use-package is seen by many as a replacement for
`require`. Is use-package always defer the loading of packages then is breaks
this use case, this does not respect POLA so even if it was making Spacemacs
loading faster (up to 3s faster on some startup on my machine) we just cannot
use it, it would be irresponsible. Spacemacs should be easy to use, loading
performance will come with time but it is not a priority.
2018-03-03 23:40:10 -05:00
syl20bnr
cff0bb19bf
c-c++: replace toggle-auto-newline lambda by a named function
2018-03-03 22:59:55 -05:00
Aaron Jensen
6c1339debb
cc-mode: move c-toggle-auto-newline to hook
2018-03-03 22:50:00 -05:00
Aaron Jensen
31dc961ef8
typescript: Fix eldoc hooks
2018-03-03 22:46:47 -05:00
EMayej Bee
971719f55c
fix(java): typo
2018-03-04 10:28:12 +08:00
syl20bnr
baf154b0c3
typescript: isolate el-doc configuration
...
also ensure that eldoc-mode is called after tide-setup
2018-03-03 16:53:42 -05:00
Aaron Jensen
e1e4aeb5a4
typescript: Fix eldoc
...
eldoc cannot be enabled until after tide-setup is run.
2018-03-03 16:47:41 -05:00
syl20bnr
3731d0d3fc
Move major specific error key bindings to SPC m E prefix
...
Also add a convention for it.
2018-03-03 16:45:00 -05:00
Simon Altschuler
ed1cccd319
Rename typescript "rename" bindings to "refactor"
2018-03-03 16:30:13 -05:00
Simon Altschuler
93c24c3cc7
Add tide-fix binding to typescript layer
2018-03-03 16:30:09 -05:00
Ayush Goyal
d3bb27cbab
Fix spacemacs/swiper-all-region-or-symbol function
...
spacemacs/swiper-all-region-or-symbol function doesn't work. This is probably
due to using old swiper api which has changed.
2018-03-03 15:02:21 +02:00
Aaron Jensen
13c7da3cd2
use-package-always-defer: fix regression in tmux
2018-03-03 14:39:36 +02:00
kyren
02a5a44ab7
Add :demand t
to fix loading treemacs-evil package
...
It appears that 29c78ce
changed `:defer t` to be the default for
use-package, and that previously the `treemacs` and
`treemacs-projectile` packages in treemacs/packages.el specified `:defer
t`, but *not* `treemacs-evil`. Restoring `:demand t` (previously the
default) to `treemacs-evil` appears to fix #10422 .
2018-03-03 14:38:43 +02:00
bmag
f84ab9af8f
u-p-always-defer fix regress: spacemacs-evil, spacemacs-editing
...
These changes were missed in commit 29c78ce841
2018-03-03 14:17:01 +02:00
bmag
5c251f6415
use-package-always-defer: fix regressions: hybrid-mode, line-numbers
...
These changes were missed in commit 29c78ce841
2018-02-28 22:50:11 +02:00
bmag
f294d42ae5
use-package-always-defer: fix regressions in ivy layer
...
These changes were missed in commit 29c78ce841
2018-02-28 22:18:23 +02:00
syl20bnr
4fe1600f45
cmake: fix lazy loading issues
...
Fixes #10402
2018-02-27 23:32:52 -05:00
Cormac Cannon
9cb48f2403
Added :commands section to export helm-xref-show-xrefs
...
Fixes a missing symbol error on my system.
2018-02-27 23:32:52 -05:00
syl20bnr
e2b1cecb77
Update documentation for :defer t
2018-02-27 23:32:52 -05:00
syl20bnr
29c78ce841
Defer packages by default using use-package-always-defer
...
Warning now `:defer t` is implied, to force a package to load `:demand t` is
now necessary.
2018-02-27 23:32:52 -05:00
syl20bnr
1e6a0a66c0
python: group backend packages
2018-02-27 23:32:52 -05:00
syl20bnr
83a6778eab
Lazy load diff-hl and move lsp-ui-mode hook
2018-02-27 23:32:52 -05:00
JAremko
6397abe2ff
Fix Java layer README
2018-02-28 04:58:24 +02:00
JAremko
7ce071b4be
Format documentation
2018-02-28 03:29:48 +02:00
smile13241324
aead79ca48
Fix doc for S>-bootstrap, S>-navigation, S>-visual and S>-org
2018-02-28 03:01:39 +02:00
smile13241324
2ed8806db2
Fix documentation for S>-editing and S>-misc
2018-02-28 03:01:08 +02:00
syl20bnr
fd90547908
clojure: fix key bindings location in README.org
2018-02-25 12:44:25 -05:00
syl20bnr
1f93c0576c
terraform: add support for terraform-company
2018-02-24 20:24:23 -05:00
Dan Girshovich
a141c9adff
Add support for breakpoints for the trepan3k python debugger
2018-02-24 19:49:39 -05:00
syl20bnr
920a6f6075
python: sort key bindings
2018-02-24 19:49:39 -05:00
Jack Kamm
8f79abc7f3
python: add pipenv. unified prefix for pyenv, pyvenv, pipenv
2018-02-24 19:49:39 -05:00
Paul
92428f3a47
shell: move eshell key bindings definition into a hook function
...
Problem
---
`C-j` and `C-k` key bindings don't work in eshell buffers except the first one.
Solution
---
`eshell-mode-map` is buffer-local, so key bindings have to be defined in a hook
function.
2018-02-24 19:49:39 -05:00
Paul
f3a5b5a99b
org: add key binding for org-toggle-checkbox
...
Problem
---
For basic toggling a checkbox (and adding / removing one with `SPC u`) for list
item at point one can use `,,`. However, there is no spacemacs key binding for
more advanced checkbox editing command `org-toggle-checkbox`.
Compare `C-c C-c` to `C-c C-x C-b` at https://orgmode.org/manual/Checkboxes.html
Solution
---
Add `SPC m T c` key binding for `org-toggle-checkbox`.
2018-02-24 19:49:39 -05:00
William Casarin
fcd78d4379
org: org-clock-goto binding
...
Bind org-clock-goto to `SPC aokg`
Useful for jumping to recent clocks (via SPC u SPC aokg), otherwise it jumps to
the current or last clocked in clock
Signed-off-by: William Casarin <jb55@jb55.com>
2018-02-24 19:49:39 -05:00
Fabien Dubosson
29fa494053
[keyboard-layout] Split evil-magit
and magit
configurations
...
Fix #10133 and #10229 , supersede #10148
Modification as suggested in [1].
[1] https://github.com/syl20bnr/spacemacs/pull/10148#issuecomment-357577446
2018-02-24 19:49:39 -05:00
syl20bnr
13961e8ea1
helm: change default rg max-columns value to 512 and add doc
2018-02-24 19:49:39 -05:00
mike-work
658c34b9cc
Configure rg max column number for search.
2018-02-24 19:49:39 -05:00
Alejandro Arrufat
f93fb228ce
Feature: Add "send to buffer" leader key in ruby layer
...
Currently ruby-send-to-buffer function is not assigned to any key
it is useful to be able to send the the buffer directly to the ruby
console.
It assigns SPC-msb to ruby-send-to-buffer function
2018-02-24 19:49:39 -05:00
syl20bnr
e99ca55e13
python: add doc for SPC m t l
2018-02-24 19:49:39 -05:00
Benoit Coste
262c8ee7b0
Add defun spacemacs/python-test-last
...
It is a wrapper around the nosetests-again defun.
It will call the latest called nosetest function.
2018-02-24 19:49:39 -05:00
syl20bnr
982308f1b3
japanese: add image and format README.org
2018-02-24 19:49:39 -05:00
Kenji Miyazaki
570f7ef3e3
Add Japanese Layer
2018-02-24 19:49:39 -05:00
Aaron Jensen
6ec6af84d0
typescript: create derived mode for tsx
2018-02-24 19:49:39 -05:00
syl20bnr
a40b79a781
clojure: sort key bindings alphabetically
2018-02-24 19:49:39 -05:00
Luo Tianj
280c7b4cef
add key bindings for profiling and spec browsing
2018-02-24 19:49:38 -05:00
Francesc Elies Henar
d2458eb974
[prodigy] renames jump function
...
This function was renamed in https://github.com/rejeep/prodigy.el/pull/110
2018-02-24 19:49:38 -05:00
timor
671701f2ef
factor: rename snippet file
...
fixes #10360
2018-02-24 12:04:32 +02:00
smile13241324
93ec42177e
Fix doc for S>-completion and S>-editing-visual layers
2018-02-22 17:37:02 +02:00
smile13241324
d526121202
Fix doc for first bunch of internal spacemacs layers
2018-02-22 17:36:45 +02:00
syl20bnr
81a931f48b
python: add support for Language Server Protocol
2018-02-19 00:08:27 -05:00
Yuan Fu
66afcce4d1
Add lsp-python layer
...
Fix readme.org
Update with some minor changes
I added quickrun package to execute python script with ease.
It is owned by lsp-python since no one is using this great package in other layers.
Fix readme
2018-02-18 22:57:59 -05:00
syl20bnr
be6db59b4c
lsp: create logical package flycheck-lsp
2018-02-18 22:56:41 -05:00
syl20bnr
1c49c7f361
lsp: hide lighter
2018-02-18 22:54:15 -05:00
syl20bnr
ba66562967
lsp: add files header and rename lsp// functions
...
Prefer spacemacs// namespace for all spacemacs added functions.
2018-02-18 22:53:07 -05:00
syl20bnr
db04cdb759
lsp: respect 80 chars per line in README.org
2018-02-18 22:49:13 -05:00
syl20bnr
2a5670e8df
lsp: move helm-xref and ivy-xref ownership to helm and ivy layers
2018-02-18 22:48:12 -05:00
Fangrui Song
d99cb009c2
Add +tools/lsp layer for lsp-mode & lsp-ui
...
This is a starting point to bring LSP ecosystem into spacemacs.
Theme by 0bl.blwl
2018-02-17 20:17:14 -08:00
timor
ba13869c99
Add features section
2018-02-17 16:09:06 -05:00
timor
f4a8d605e7
Clarify Snippet usage
2018-02-17 16:09:06 -05:00
timor
05623c4924
Don't add final semicolon to template
2018-02-17 16:09:06 -05:00
timor
2c4ac9b2f4
Add Layer for the Factor Programming Language
2018-02-17 16:09:06 -05:00
Paul
670a483735
org: tidy prefixes
...
Bindings from `SPC m h` have been moved under `SPC m i` in 4898644a
revamp.
2018-02-17 16:09:06 -05:00
nijohando
d4ae5a3c2b
fix: Rename deprecated cider function
...
"cider-jump-to-resource" has been renamed "cider-find-resource" in
CIDER 0.9.0
2018-02-17 16:09:06 -05:00
Adam Frey
5da932541b
Fix typo in clojure/README
2018-02-17 16:09:06 -05:00
Rhommel Lamas
87cbef1952
Fix docs for rcirc layer where :user-name is the right value
2018-02-17 16:09:06 -05:00
Alexander Dalshov
c4008169c6
fix: ycmd don't search for compilation DB in subfolders
2018-02-17 16:09:06 -05:00
syl20bnr
a72a9aa26c
cmake: sort package configuration
2018-02-17 16:09:06 -05:00
syl20bnr
e1ec7de6da
cmake: properly defer packages
...
function cmake-ide-setup just setup hooks. Hooks are just variables so they
can be setup without loading the whole package. For this reason we prefer to
not call cmake-ide-setup and setup the hooks ourselves.
2018-02-17 16:09:06 -05:00
Alexander Dalshov
76490d503f
cmake layer: call cmake-ide-setup after rtags was loaded
2018-02-17 16:09:06 -05:00
Alexander Dalshov
98758c6ede
CMake: move company-cmake initialization to cmake layer
2018-02-17 16:09:06 -05:00
Alexander Dalshov
b4fa24eb31
Layers.org: add cmake layer link
...
Layers.org - remove dangling link for extra-langs (deprecated)
Layer.org - add mics layers links
2018-02-17 16:09:06 -05:00
smile13241324
82b6ee3498
Fix doc for spell-checking and ansible layer
2018-02-17 17:30:44 +02:00
smile13241324
0961850391
Fix doc for octave, sql and go layers
2018-02-17 17:30:27 +02:00
JAremko
c130014ff0
fix src lang in notmuch README
2018-02-06 14:25:48 +02:00
smile13241324
c4ec87dfeb
Fix doc for nginx, jr, nlinum and systemd layer
2018-02-06 10:24:16 +02:00
smile13241324
0e3a371390
Fix doc for graphviz, deft and finance layer
2018-02-04 06:21:44 +02:00
smile13241324
d85eb092d0
Fixed the next bunch of documents
...
Fix doc for coq, semantic-web, source-control, evil-commentary
and spotify layer.
2018-02-04 06:21:18 +02:00
bmag
f3b6a22c05
Keys consistency for winum and file trees
...
Reinstate `SPC f T` binding, and make `SPC 0` and `M-0` consistent across
Neotree and Treemacs.
2018-02-02 21:15:21 +02:00
syl20bnr
d1b7872ced
ansible: fix error void function ansible:auto-decrypt-encrypt
2018-01-29 13:52:39 -05:00
Dieter Komendera
5f6f9d2333
clojure: Enable safe structural editing for cljs, cljx and cljc
...
clojurescript-mode, clojurec-mode and clojurex-mode are used for .cljs, .cljc
and cljx files respectively, which should always be balanced and thus have safe
structural editing enabled.
2018-01-29 00:15:32 -05:00
smile13241324
3586495ed6
Fix doc for django, scala, sml, floobits, puppet and evernote layer
2018-01-28 23:00:32 -05:00
John Soo
0068e1978b
spacemacs-layouts: fix projectile-switch-project-action
...
Fix #10177
2018-01-28 22:59:09 -05:00
Colin Woodbury
f187300491
haskell: Document SPC m r i
binding
2018-01-28 22:54:14 -05:00
Colin Woodbury
6826ab10a6
haskell: Add function for proper import reformatting
...
- It will succeed from anywhere in the source file, unlike the current
functions exposed by `haskell-mode` that exist for the same purpose.
2018-01-28 22:54:07 -05:00
Dave Aitken
bd77db5d84
ocaml: mention ocaml flycheck/merlin configuration in README
2018-01-28 22:51:26 -05:00
Dave Aitken
2be4dd2795
ocaml: enable flycheck-ocaml
2018-01-28 22:48:47 -05:00
smile13241324
fdc7bd75b9
Fix broken package declaration for dockerfile-mode
2018-01-28 22:44:41 -05:00
Dieter Komendera
392b77c042
spacemacs-navigation: Switch to centered-cursor-mode on melpa
...
centered-cursor-mode on melpa is maintained and contains bug- and performance
fixes. #9991
2018-01-28 22:43:17 -05:00
syl20bnr
665c09b684
mode-line: fix color space for spaceline separators on MacOS
2018-01-28 22:40:58 -05:00
JAremko
3eb6ae20ea
fix URL in scheme layer
2018-01-27 18:01:04 +02:00
smile13241324
5e13f3c373
Fix doc for tmux, c-c++, faust, node and docker layer
2018-01-27 16:58:38 +02:00
JAremko
6717fc02cc
add features list to the ycmd layer readme
2018-01-27 16:58:06 +02:00
JAremko
d2c3b847d8
doc fmt
2018-01-27 16:57:39 +02:00
JAremko
0ae66fb111
add elixir tag to src blocks
2018-01-27 16:57:18 +02:00
syl20bnr
9d540f8a95
Fetch perl6-mode from GitHub
...
https://github.com/perl6/perl6-mode
2018-01-25 00:11:16 -05:00
syl20bnr
79b87c7d5a
Fetch font-lock+ from Emacs Mirror
...
https://github.com/emacsmirror/font-lock-plus
2018-01-25 00:11:15 -05:00
syl20bnr
5aba44f415
Import help-fns+.el as local package
...
Imported from https://github.com/emacsmirror/help-fns-plus
2018-01-25 00:11:15 -05:00
syl20bnr
b5d76b60d8
Import hide-comnt.el as local package
...
Imported from https://github.com/emacsmirror/hide-comnt
2018-01-25 00:11:15 -05:00
syl20bnr
88a07467fb
Import info+.el as local package
...
Imported from https://github.com/emacsmirror/info-plus
2018-01-25 00:11:15 -05:00
Muneeb Shaikh
89933acbde
spacemacs-layouts: fix creation of perspective with ivy
...
Fix #10240
2018-01-24 09:41:07 -05:00
Alexander Dalshov
7b4042463f
CMake Layer: add ctest configuration description.
2018-01-24 16:49:06 +03:00
Bruno Tavares
035fc2a648
Regression fix: Allow new project perspectives
...
Before the commit 4b111f7701
it was possible to create new perspectives from projects not available on the list.
It would be possible to provide a path to a project that has not been open previously by emacs, and have the perspective created. Now that a match is required, it is not possible anymore, as the path provided is not one of the possible matches on the list.
This commit changes the behavior back to allow accessing projects that have not been visited before. Without this change, one needs to open a specific project first, using `C-x C-e` or `SPC f f` and then switch to the layout.
2018-01-22 23:36:11 -05:00
syl20bnr
a88aa45668
org: sort babel key bindings in documentation
2018-01-22 23:21:49 -05:00
timor
2609cd326a
Document org babel transient state
2018-01-22 23:20:53 -05:00
syl20bnr
9f4d0961a5
ess: sort key bindings in documentation
2018-01-22 23:20:01 -05:00
Jack Kamm
048c92eaf4
ess: add updated keybindings to readme
2018-01-22 23:17:57 -05:00
Miciah Masters
600421eb49
mu4e: Fix major-mode leader-key bindings
...
Instead of specifying mu4e-foo-mode-hook to
spacemacs/set-leader-keys-for-major-mode,
specify mu4e-foo-mode.
2018-01-22 23:17:03 -05:00
David Balatero
2b3d83ccf6
Add gtags to enh-ruby-mode as well as ruby-mode
2018-01-22 23:14:40 -05:00
Paul
990902e6d0
org: fix variable name in docs
2018-01-22 22:49:20 -05:00
Alexander Dalshov
8bc08ade89
Decouple CMake support from C-C++ Layer
2018-01-22 22:48:09 -05:00
syl20bnr
7a86333d79
mode-line: disable spaceline responsiveness for all-the-icons theme
2018-01-22 00:47:05 -05:00
syl20bnr
5144c25ab6
org-mime: remove uneeded :commands
...
As they are already declared as autoloaded.
2018-01-21 12:15:22 -05:00
Rudi Grinberg
8f685035bf
enable flycheck for tuareg mode rather than merlin mode
...
merlin mode doesn't actually exist
2018-01-21 09:34:59 -05:00
syl20bnr
c3b2f18901
Add explanation about C-h nil in Org layer
2018-01-21 09:33:31 -05:00
Ag Ibragimov
e2dd5b1e4d
Org: don't rebind C-h in Agenda
...
Evilified state rebinds C-h to execute org-agenda-holidays, that's not good.
2018-01-21 09:31:22 -05:00
Daniel Le
2c78318750
neo-vc-integration accepts a list, not a symbol
...
See bc98dfb44c/neotree.el (L300-L304)
.
2018-01-21 09:29:16 -05:00
Jack Kamm
446ff90fac
ess: revert REPL bindings to follow CONVENTIONS.org
2018-01-21 09:28:53 -05:00
Paul
5c2aa826a2
Fix typo
2018-01-21 09:27:20 -05:00
Jack Kamm
f93d1a1afd
spacemacs-completion: comply w/ new helm-display-buffer signature
2018-01-21 09:26:56 -05:00
denin
8009e1bf50
evilify vc-* buffers
2018-01-20 10:54:40 -05:00
duianto
25fa9b0a50
Format spacemacs-evil/packages.el max 80 chars
2018-01-20 10:41:43 -05:00
smile13241324
3f6342c1a7
Restore evil-org-additional-bindings in insert mode
...
Before some time the additional evil-org bindings were available
in all three evil modes. However due to a bug in evil-org this
seems to have been changed. The bug is fixed now and
I have restored the old insert mode bindings by setting
evil-org-use-additional-insert to true during package
initialization
2018-01-20 10:39:28 -05:00
Amos Bird
f3d4bdb366
use org-mime provided by melpa
...
https://github.com/org-mime/org-mime/issues/6
2018-01-20 10:32:06 -05:00
wigust
9c585370e6
mu4e: Create email with attachments from dired
...
Attachments are mostly handled using the helm baloo interface below,
but sometimes we want to send files from a directory: C-c C-m C-a
2018-01-20 00:06:17 -05:00
syl20bnr
f55b62543b
Revert "mu4e: add evil-mu4e package."
...
This reverts commit 3cb341bf71
.
We should be able to dynamically switch between editing styles so evil-mu4e must
be able to revert its changes. For instance you start Emacs in Vim style and
have evil-mu4e activated then when you switch to Emacs style evil-mu4e should
revert its changes. See evil-magit for inspiration on how to do it.
Evilified maps supports hot switching of editing style out of the box.
2018-01-19 23:57:28 -05:00
Joris Engbers
3cb341bf71
mu4e: add evil-mu4e package.
2018-01-19 23:55:40 -05:00
Joris Engbers
ae29f21775
The mu4e maildirs extension is now optional
...
The extension is not activated by default.
2018-01-19 23:49:44 -05:00
Peter Hoeg
0605476083
mu4e - better defaults, async and utility functions
...
This PR does a few things:
- supports async mode for sending mails
- registers imagemagick as handler for images if it exists
- sets default downloads directory if it exists
- sets a few (more) sane defaults
- supports format=flowed in messages
2018-01-19 23:47:07 -05:00
syl20bnr
0b484bc6cd
mu4e: revert back bindings to SPC a M and change helm-mu bindings
...
Use major-mode specific key bindings for helm-mu commands.
2018-01-19 23:31:06 -05:00
syl20bnr
7487ca53cb
mu4e: use spacemacs/add-to-hooks and fix hook names
2018-01-19 23:29:10 -05:00
Sébastien Bariteau
f192dc957e
helm-mu4e intergration + keybindings
2018-01-19 23:12:00 -05:00
Carl Lange
6da15a0c6e
add .spacemacs config for the initial scratch message
2018-01-19 23:04:10 -05:00
timor
6014860ff5
Add transient state for org source block navigation
2018-01-19 23:00:51 -05:00
timor
044f2986cf
Add org-babel* commands under prefix "b"
...
This includes most of the C-c C-v sequences.
2018-01-19 23:00:51 -05:00
Benjamin Reynolds
b51826f001
Improve support for workman keyboard layout
2018-01-19 22:59:19 -05:00
Muneeb Shaikh
6c476a3bd1
spacemacs-layouts: fix S/ivy-persp-switch-project
...
Fix #10177
counsel-projectile has updated custom actions mechanism[1] and
counsel-projectile-switch-project-actions is no more defined
Also,
- moved counsel-projectile into spacemacs-layouts from ivy layer as
perspective/layout based project switching depends on it instead of swiper
- removed swiper from spacemacs-layouts
[1] a4e9a34d7f
2018-01-19 22:57:27 -05:00
Martin Øinæs Myrseth
4ea177ce97
c-c++: Unquote google-set-c-style layer variables
...
The google-set-c-style functions are added to `c-mode-common-hook`
regardless of their value.
Fix #10080
2018-01-19 22:56:21 -05:00