Commit graph

174 commits

Author SHA1 Message Date
Nate Wolfe de00d30afe [extra-langs] Remove mention of YAML from README
This commit updates the extra-langs README to no longer list YAML as one
of the packages it provides (since YAML is now in its own layer).
2015-08-26 21:34:14 -04:00
luxbock 3483918b82 cljr-rename-file-or-dir => cljr-rename-file
- cljr-rename-file has been removed in favor of cljr-rename-file-or-dir
2015-08-26 02:55:49 -04:00
syl20bnr 4dc52948e3 javascript layer: sort package init functions 2015-08-25 21:02:51 -04:00
syl20bnr 213bf5589c react layer: complete refactor to simplify the layer
Define functions for setting key bindings and leverage pre and post
init mechanism.
2015-08-25 20:57:56 -04:00
syl20bnr 4db59d4cd7 python layer: apply new conventions for tests in debug 2015-08-24 21:23:48 -04:00
syl20bnr 8cd73c0b73 clojure layer: sort key bindings and reformat tables 2015-08-24 21:07:59 -04:00
syl20bnr 57f3faf688 clojure layer: move toggles SPC m s t to SPC m T 2015-08-24 21:01:35 -04:00
luxbock 4a0abb18cc Pass cider-debug keys through normal-state
- Fixes #2356
- Fix found from:
https://github.com/wasamasa/dotemacs/blob/master/init.org#keymap-hacking
2015-08-24 20:51:20 -04:00
luxbock 636fe8fff0 Update README with new bindings
- Added separate levels for leader and CIDER related bindings.
- Use CIDER instead of other variations where appropriate.
2015-08-24 20:51:20 -04:00
luxbock 4306955e58 Add more bindings to cider-inspector-mode 2015-08-24 20:51:20 -04:00
luxbock eda7aadc3c Rename the prefix of the REPL toggling bindings 2015-08-24 20:51:20 -04:00
luxbock fe617e043f Remove ac-cider from README as it's not used 2015-08-24 20:51:20 -04:00
luxbock e7c25a1560 Add more evilified keys to cider-test-report-mode 2015-08-24 20:51:20 -04:00
luxbock d77695e44a Add C-j/k for scrolling inputs in the REPL 2015-08-24 20:51:19 -04:00
luxbock 51816ed5e1 Enable sensible clj-refactor leader keys in REPL 2015-08-24 20:51:19 -04:00
luxbock dcdfb8c168 Enable the sensible leader-bindings in the REPL 2015-08-24 20:51:19 -04:00
luxbock db53637201 Add a function to toggle font-locking in repl 2015-08-24 20:51:19 -04:00
luxbock 1b4579b282 Add a function + binding to toggle repl pprinting 2015-08-24 20:51:19 -04:00
luxbock b73d685fa3 Add additional clj-refactor bindings to the leader 2015-08-24 20:51:19 -04:00
luxbock c35c70fb8f Add more bindings to cider-stacktrace-mode 2015-08-24 20:51:19 -04:00
luxbock 7240654d32 Fix bug in spacemacs//cider-eval-in-repl-no-focus
- Move to point-max before inserting text.
- Only indent the newly inserted form instead of the whole buffer.
2015-08-24 20:51:19 -04:00
syl20bnr 562668a429 scheme layer: small edition of README 2015-08-15 00:57:41 -04:00
Brit Butler 6317a98911 Initial support for Geiser. Resolves Issue #1002. 2015-08-15 00:57:36 -04:00
Brit Butler 1198c48fcc Move slime to a common-lisp lang contrib. 2015-08-15 00:50:41 -04:00
syl20bnr 437a819ea1 core: inline recipe in package list
It is now possible to override the recipe in a custom layer.

For instance to override the recipe R for package P in layer L
In a private layer L' put at the end of dotspacemacs-configuration-layers
and listing P with an init function for P, L' becomes the ower of
P and the recipe R' defined in L' overrides the recipe R.
2015-08-14 15:31:22 -04:00
Robert O'Connor 3d2d74ba63 Fix the header for the YAML package.el 2015-08-13 22:55:26 -04:00
syl20bnr 3ef63b89a8 Refactor split-string GOPATH 2015-08-13 22:54:52 -04:00
galaxian 064f201914 fix split multiple directories GOPATH problem (windows) 2015-08-13 22:51:30 -04:00
Devagamster a1b2b230ba Diminished the weird looking eclim mode minor mode 2015-08-13 22:50:45 -04:00
Szczyp d8e15a1497 Fancify derived clojure modes
Add comp to clojure symbol fancifier
2015-08-13 22:49:59 -04:00
syl20bnr e87e51a6d4 Move flycheck config to emacs-lisp layer 2015-08-13 22:40:29 -04:00
syl20bnr e8072b0057 Fix returned local dir value in python and rcirc layers 2015-08-13 09:02:03 -04:00
syl20bnr 4264e30d7b Move python and rcirc layer extensions to local dir 2015-08-13 09:01:46 -04:00
syl20bnr 77d4bf7ebd php layer: add php-extras recipe 2015-08-12 23:56:43 -04:00
Patrik Storm c31cc125f5 Remove php-extras for now
The php-extras package is not available on elpa. I suggest we remove it
for now, and add it when/if its available on elpa. Closes #1986 #2503
#1314
2015-08-12 21:40:35 -04:00
syl20bnr 19bb890402 csharp layer: set omnisharp-auto-complete-want-documentation to nil
When using company package.
2015-08-12 15:17:59 -04:00
person808 a7f3981d97 Replace all uses of custom-set-variables with setq 2015-08-10 22:56:02 -04:00
syl20bnr 21338a66d5 python layer: rename function with spacemacs prefix 2015-08-10 22:50:50 -04:00
Bar Magal 84c1967594 python: use semantic for imenu only when semantic-mode is on 2015-08-10 22:48:53 -04:00
Bar Magal 4bcda8dacb emacs-lisp: add company in ielm, keybind for ielm 2015-08-10 22:38:18 -04:00
syl20bnr 18c73ea418 python layer: find usage on SPC m g u instead of SPC m h u
To be consistent with other layers like C#
2015-08-10 22:36:43 -04:00
Bar Magal eb7f937953 python: various improvements
Add binding for anaconda-mode-usages.
Add completion of filenames in repl.
Don't set variables unnecessarily in newer emacsen - these settings are
only needed in emacs 24.3.
2015-08-10 22:35:02 -04:00
Boris ac46bb8da2 don't set haskell-process-type
By default (from `haskell-mode`) `haskell-process-type` is set to `'auto`, so no need to set it here. Also when you explicitly set the value of `haskell-process-type` it gets much harder to configure it.
2015-08-10 21:30:19 -04:00
liuxiang daf1a1bd3f Remove projectile from scala layer. 2015-08-10 08:47:26 -04:00
syl20bnr f22ac107cc New layer yaml 2015-08-10 08:45:21 -04:00
syl20bnr 41e0befc9c Remove remaining duplicated init functions
haml-mode
slim-mode
yaml-mode
rainbow-delimiters
nix-mode
leuven-theme

Also sort alphabetically the packages in packages.el of html layer
2015-08-10 08:43:29 -04:00
syl20bnr 77c0826957 core: fix some duplicated init functions 2015-08-09 00:59:12 -04:00
Benjamin Albrecht 18ef819164 Set clojure-mode keybindings for derived modes
dedicated modes for ClojureScript, ClojureC and ClojureX were introduced
by clojure-emacs/clojure-mode@20356bc
2015-08-06 12:45:17 +02: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