Tu Do
85ee19e3ef
Add helm-colors key binding
2015-03-20 21:43:12 -04:00
syl20bnr
b4ddd2a803
Minor change to previous commit
2015-03-20 21:39:24 -04:00
Tu Do
104189d348
[ Fix #693 ] Make helm-ff-doted-directory consistent
2015-03-20 21:38:26 -04:00
Jean-Christophe Petkovich
f099537282
Fix for flycheck-haskell-setup autoload
...
I get the following backtrace after starting any mode that includes
flycheck initialization:
Debugger entered--Lisp error: (void-function flycheck-haskell-setup)
flycheck-haskell-setup()
run-hooks(flycheck-mode-hook flycheck-mode-on-hook)
flycheck-mode()
run-hooks(change-major-mode-after-body-hook prog-mode-hook python-mode-hook)
apply(run-hooks (change-major-mode-after-body-hook prog-mode-hook python-mode-hook))
run-mode-hooks(python-mode-hook)
python-mode()
set-auto-mode-0(python-mode nil)
set-auto-mode()
normal-mode(t)
after-find-file(nil t)
find-file-noselect-1(#<buffer setup.py> "~/projects/fast-regression-testing/data/packages/libgcrypt-commits-pkg/setup.py" nil nil "~/projects/fast-regression-testing/data/packages/libgcrypt-commits-pkg/setup.py" (11679577 2052))
find-file-noselect("/home/jcp/projects/fast-regression-testing/data/packages/libgcrypt-commits-pkg/setup.py" nil nil nil)
find-file("/home/jcp/projects/fast-regression-testing/data/packages/libgcrypt-commits-pkg/setup.py")
find-file-at-point("/home/jcp/projects/fast-regression-testing/data/packages/libgcrypt-commits-pkg/setup.py")
helm-find-file-or-marked("/home/jcp/projects/fast-regression-testing/data/packages/libgcrypt-commits-pkg/setup.py")
...
ABBREVIATED HELM BACKTRACE
...
helm-find-files-1("/home/jcp/" nil)
helm-find-files(nil)
call-interactively(helm-find-files nil nil)
command-execute(helm-find-files)
By moving the `flycheck-mode-hook` manipulation to
`haskell/init-flycheck-haskell`, I no longer get this error.
2015-03-20 21:37:38 -04:00
Ryan Artecona
66dc692bb1
add sass-mode
2015-03-20 21:24:00 -04:00
syl20bnr
3ceed2ff76
Add documentation for SPC w =
2015-03-20 21:22:35 -04:00
syl20bnr
8a393f43df
Slight edition of evil-commentary readme
2015-03-20 21:22:02 -04:00
Keshav Kini
6f40241531
Add keybinding for balance-windows
...
Normally bound to `C-w =` in Emacs, this commit adds it to Spacemacs as
`SPC w =`.
2015-03-20 21:21:16 -04:00
person808
e22e2b4623
Add evil-commentary layer.
2015-03-20 20:08:22 -04:00
syl20bnr
61145ab8ae
Add documentation about dotspacemacs-enable-paste-micro-state
2015-03-20 20:07:22 -04:00
Tu Do
a173d07252
Remove company-semantic to conform with Spacemacs
...
Since Spacemacs set the idle delay to 0.0 for continuous completion
offering, it is too much for backend like company-semantic, and probably
other backends that require long processing time that should only be
initiated when user is actually idle. company-semantic is not compatible
with Spacemacs overall, so we should remove it otherwise it hangs
Emacs.
2015-03-20 04:20:25 -04:00
syl20bnr
6310165b1d
Add emacs major-mode leader to guide-key
2015-03-19 05:13:22 -04:00
syl20bnr
f5e362a7aa
Correctly setup the emacs major-mode leader
2015-03-19 05:12:46 -04:00
syl20bnr
7ac6c8a8be
First try for an holy-mode
2015-03-19 00:30:29 -04:00
syl20bnr
0a934b2b4e
Update haskell readme
2015-03-18 08:52:06 -04:00
syl20bnr
72edfcd137
Move SPC m t
and SPC m i
under SPC m h
...
`SPC m t` is reserved for tests.
Information commands are considered help commands.
2015-03-18 08:51:20 -04:00
syl20bnr
cdef4eac5b
Sort :commands list in projectile use-package
2015-03-18 05:48:08 -04:00
syl20bnr
314682ea4c
Fix missing functions in projectile :commands
...
Fixes #866
2015-03-18 05:47:53 -04:00
syl20bnr
8d9d174897
Bump version to 0.100.1
2015-03-18 01:14:35 -04:00
syl20bnr
5e4af5dc04
Update documentation to reflect the new startup behavior
2015-03-18 01:13:45 -04:00
syl20bnr
37c7041a26
Don't enable the package when initializing
2015-03-18 01:13:28 -04:00
syl20bnr
fa3ebe2897
Fix lazy loading of rcirc
2015-03-18 00:29:09 -04:00
syl20bnr
fdd481acfb
New attempt to support emacs builds with no GUI support
2015-03-18 00:09:24 -04:00
Tu Do
4c5d5bbd15
[ Fix #859 ] Remove now unnecessary winner-mode handling for Helm
2015-03-17 23:30:45 -04:00
Jean-Christophe Petkovich
1ffe401e0d
Use correct spacemacs cache directory for irc logs
...
Use `spacemacs-cache-directory` for irc logs, rather than
`~/.emacs/.cache/rcirc-logs` which looks incorrect (`.emacs` vs
`.emacs.d`), and should not be hardcoded.
Fix associated comment.
2015-03-17 23:25:53 -04:00
syl20bnr
a5e33401d0
Add note about ZNC server configuration and security
2015-03-17 23:25:16 -04:00
syl20bnr
76951bb0ae
Minor update in rcirc layer README
2015-03-17 23:23:31 -04:00
syl20bnr
ed7a56ed5f
Update rcirc layer README
2015-03-17 23:20:04 -04:00
syl20bnr
ace2576ff6
Refactor rcirc layer
...
Tested only without authinfo and without znc.
Needs some more tests :-)
2015-03-17 22:50:11 -04:00
Jean-Christophe Petkovich
360cebf259
Fix for rcirc load ordering and configuration
...
I'm not sure if this is necessary, it's possible I'm using this layer
incorrectly, but I needed to change the order in which rcirc was loaded,
and in which it was configured.
This commit fixes all the issues I was running into, but perhaps I'm not
using this as intended. Be sure to look carefully over what I changed to
make sure it makes sense for what you want this layer to do.
2015-03-17 20:01:44 -04:00
syl20bnr
11d29d1699
Add TOC in fsharp layer readme + resize the logo
2015-03-17 00:18:55 -04:00
syl20bnr
3fc06c8f24
Minor update of the documenation
2015-03-16 23:56:31 -04:00
Alan Zimmerman
718035d905
Note vim incompatility for ,
key.
2015-03-16 23:56:30 -04:00
Endre Bakken Stovner
49ffac8ad6
Added advice to prevent spc-menu in bzg
2015-03-16 23:56:28 -04:00
Rodolfo Hansen
bd0721ca39
Declare floobits prefix description
2015-03-16 23:56:24 -04:00
syl20bnr
68243291ad
Clean org-bullets configuration
2015-03-16 23:56:22 -04:00
Sam Gwydir
285d43580e
fix org-bullets loading
...
fixes 'Error (use-package): Could not load package org-bullets'
2015-03-16 23:56:20 -04:00
Daniel Wu
92d20a43ea
update evil-terminal-cursor due to upstream change
2015-03-16 23:56:19 -04:00
syl20bnr
7bcf1dca34
Fix error for emacs versions built without graphics support
2015-03-16 23:56:17 -04:00
syl20bnr
8918725119
Reset progress bar when C-c C-c in the dotfile
2015-03-16 23:56:16 -04:00
syl20bnr
a0fb7c77b2
Update logos for fsharp and dockerfile
2015-03-16 23:56:14 -04:00
syl20bnr
0ef9f1ecbe
Fast forward version to 0.100.0
2015-03-16 01:57:02 -04:00
syl20bnr
4753502945
haskell layer: Update readme
2015-03-16 01:56:28 -04:00
Pierre Radermecker
3deb06fec9
haskell layer: haskell-enable-hindent-support requires a style name
...
Fixes #758
2015-03-16 01:45:14 -04:00
Diego Berrocal
8223282795
dim:rcirc function needs rcirc to be loaded before
2015-03-16 01:43:38 -04:00
syl20bnr
f527c1c5ff
Fix window-numbering duplicated mode-line indicator
2015-03-16 01:34:32 -04:00
syl20bnr
1ea3da322c
Non blocking errors at startup + inline reports in spacemacs buffer
...
The mode line turns red when errors have been detected
and displays the number of errors.
Fixes #440
2015-03-16 01:29:39 -04:00
syl20bnr
8b175d6eb6
Simplify ruby layer use-package
...
`:mode` implies `:defer t` so I removed all the `:defer t` when
`:mode` is used
2015-03-15 23:48:58 -04:00
syl20bnr
96e96ae8e4
Fix clojure lazy-loading
2015-03-15 23:48:47 -04:00
syl20bnr
a9c15cd153
Fix bookmark lazy-loading
2015-03-15 23:48:31 -04:00