Commit graph

3259 commits

Author SHA1 Message Date
Diego Berrocal 49fb70c0f6 Added Gmail messages support! with ham mode:
ATTENTION: this needs users to have pandoc installed...or any other
markdown executable in their path
2015-05-16 11:46:26 -04:00
Diego Berrocal 8852c37bc0 Add better integration with edit-server package 2015-05-16 11:46:24 -04:00
syl20bnr 1241b1e536 chrome layer: fix variable and function names 2015-05-16 01:40:18 -04:00
syl20bnr 50a3f8bd05 Rename edit-server layer to chrome 2015-05-16 01:32:46 -04:00
syl20bnr ca0888eec6 edit-server layer: remove unneeded eval-after-load 2015-05-16 01:25:48 -04:00
Ben Hayden 3abb869f73 Adding edit-server layer. 2015-05-16 01:09:29 -04:00
Ben Hayden 2389fea56c Add salt config layer. 2015-05-16 01:00:46 -04:00
syl20bnr 23f99259f7 Remove windows line endings 2015-05-16 00:59:09 -04:00
syl20bnr f7db1d972c Use configuration-layer/get-layer-property to find init file for org async 2015-05-16 00:57:13 -04:00
justbur a0afc56a9d Add init file to fix problem with org async 2015-05-16 00:52:58 -04:00
Diego Berrocal 553e85cb15 yas-new-snippet tries to create a Snippet in ~/.emacs.d/snippets
This is because the list of snippet dirs had our
~/.emacs.d/private/snippets at the end so it doesn't guess that.
Something must have changed upstream. Also it's better to have our own
custom snippets to be first so as to override the default ones if we
pleased.
2015-05-16 00:52:22 -04:00
nashamri be47a4c477 Fix for new line insertions with 'SPC i' 2015-05-16 00:50:57 -04:00
syl20bnr d81e373275 helm-spacemacs: add dotfile variable source go to action 2015-05-16 00:49:38 -04:00
Diego Berrocal f7dfad9253 Create dir for semanticdb if it doesn't exist 2015-05-14 23:27:12 -04:00
syl20bnr cf187b7454 org layer: add to documentation how to activate org-present 2015-05-14 23:26:04 -04:00
syl20bnr 91f9833ac0 Fix redefinition error of categories ?U and ?u when resync dotfile 2015-05-14 00:22:03 -04:00
syl20bnr 7e18daf5f5 org layer: move org-present to org layer 2015-05-14 00:17:12 -04:00
syl20bnr 91b627cd70 evilify macro: allow mode to be nil 2015-05-14 00:16:51 -04:00
Swaroop C H 63e62e3e0d Add org-present layer 2015-05-13 23:53:12 -04:00
syl20bnr 539ff8da7c rust: adapt Cargo key binding to conventions 2015-05-13 23:45:26 -04:00
Swaroop C H a386b5a7b7 rust: add key bindings for cargo build, run, test 2015-05-13 23:38:59 -04:00
syl20bnr d7cc695ad9 ruby layer: simplify declaration of rails key bindings 2015-05-13 23:25:36 -04:00
Matthew Westbrook caab8a00cb Fix Rails mappings showing up in non rails projects.
Fixes #1586
2015-05-13 23:21:50 -04:00
syl20bnr a4d3cebb89 Fix error when hiding lighter for fill-column-indicator 2015-05-13 23:19:41 -04:00
syl20bnr f8ae105150 mode-line: don't display global-mode-string on inactive buffer 2015-05-13 23:17:56 -04:00
3marcusw 4898eadb3c mode-line: fix global-mode-string 2015-05-13 23:13:46 -04:00
syl20bnr 561676d675 Move flyspell and helm-flyspell to syntax-checking layer 2015-05-13 23:11:34 -04:00
syl20bnr 802c573661 Move around toggle bindings
ts for syntax checking
tS for spelling checking
tf for fill column
tF for auto-fill
tc for camelcase
2015-05-13 22:57:30 -04:00
Chris Ewald d25992416e add CamelCase motion toggle and with subword-mode hook 2015-05-13 22:42:34 -04:00
Chris Ewald 7d07909146 remove unneeded yasnippet-snippets submodule
This submodule is already part of yasnippet
update yas-snippet-dirs to use yas-installed-snippets-dir
2015-05-13 22:33:59 -04:00
syl20bnr b7dfc18cff c-c++ layer: introduce variable c-c++-enable-clang-support 2015-05-13 22:32:39 -04:00
gnzlbg fd8c0e8423 add clang-format support to the c-c++ layer 2015-05-13 22:14:02 -04:00
syl20bnr c4b7fe9af9 One / instead of two for functions used in spacemacs/post-theme-init 2015-05-13 21:59:59 -04:00
Tu Do 9f7020ecc5 Fix evil-highlight-persist face (again!)
- Change the theme on :init.
- Re-apply when change theme with `SPC T h`.
2015-05-13 21:53:08 -04:00
syl20bnr a1ccba0c18 Remove advice-add calls since nadvice.el requires emacs version 24.4+
fixes #1582 #1573
2015-05-13 00:34:35 -04:00
syl20bnr ddaa1eb106 ruby layer: remove overloading of erm-darken-color
Seems that it has been fixed upstream
Fixes #1332
2015-05-13 00:01:51 -04:00
syl20bnr bb29c92cd2 ibuffer layer: add README and move C-x C-b replacement to the layer 2015-05-12 23:45:10 -04:00
syl20bnr 2da8982d06 ibuffer layer: refactor use-package sexps and simplify variables 2015-05-12 23:34:04 -04:00
Aleksandr Guljajev 80a134c7e8 Add ibuffer layer 2015-05-12 23:02:16 -04:00
syl20bnr 56d028c7a7 Lazy load clean-aindent-mode loading 2015-05-12 22:51:00 -04:00
Tu Do 50baa15e25 Add clean-aindent-mode package
When we press RET to move to next line without inserting anything, the
trailing whitespace (used for indentation) is left there
forever. clean-aindent-mode is used for cleaning up such whitespace
automatically. See Emacswiki page for demo:
http://www.emacswiki.org/emacs/CleanAutoIndent.
2015-05-12 22:45:34 -04:00
person808 172dde934d Fix typos in ocaml layer. 2015-05-12 20:17:10 -04:00
syl20bnr db1821a97f ocaml: refactor layer to make it better for spacemacs idioms
Fix activation of auto-complete
Sort packages
Improvement with hook usage
Move opam init function in funcs.el and call it only in tuareg config
Fix errors if opam is not installed, warn if it has not been found
Small edition of the README
Rename additional REPL functions with spacemacs prefix
2015-05-11 23:45:26 -04:00
Török Edwin 626b4d644c ocaml: various tweaks 2015-05-11 20:38:40 -04:00
Török Edwin 54f5179a83 ocaml: add note about additional config layers supported 2015-05-11 20:38:14 -04:00
Török Edwin 1ec4ce2282 ocaml: basic REPL(utop) and merlin key bindings 2015-05-11 20:38:10 -04:00
Török Edwin 9b598b1d72 ocaml: flycheck support
if syntax-checking configuration layer is turned on in .spacemacs
2015-05-11 20:38:06 -04:00
Török Edwin a4d6c78ef3 ocaml: auto-complete with merlin and company mode
if auto-completion configuration layer is turned on in .spacemacs
2015-05-11 20:38:01 -04:00
Török Edwin 4450058b08 ocaml: use utop and ocp-indent plugins
utop as REPL
ocp-indent for indentation
2015-05-11 20:37:46 -04:00
syl20bnr 60052b3168 Remove unnecessary append of class symbol in spacemacs|advise-commands 2015-05-10 23:42:11 -04:00