Commit graph

1723 commits

Author SHA1 Message Date
Chris Barrett
7b44a56263 Awesome doge banner 2014-12-29 23:44:10 -05:00
Daniel Wu
6b42fa3caf bind helm-recentf to SPC f r 2014-12-29 23:24:08 -05:00
syl20bnr
1c4647901e Merge branch from chrisbarrett: Scala layer enhancements 2014-12-29 23:23:01 -05:00
Endre Bakken Stovner
f837720619 Update Haskell install instructions
Better formatting and more detailed instructions
2014-12-29 23:18:57 -05:00
syl20bnr
cc6943586c Add documentation for magit auto-complete in README 2014-12-29 22:54:45 -05:00
Andreas Liljeqvist
8c289e587d Use "magit-ido-completing-read" for completion.
Provides better completion throughout Magit.
Best used together with: "(setq magit-repo-dirs '("~/git/"))".
2014-12-29 22:48:11 -05:00
KK
c5723ec175 Add missing parentheses 2014-12-29 22:47:46 -05:00
Chris Barrett
2808977c18 readme 2014-12-30 11:40:43 +13:00
Chris Barrett
dce18ca0bd general scala-mode config 2014-12-30 10:00:07 +13:00
Chris Barrett
3f21afb5f1 flycheck compatibility 2014-12-30 09:59:38 +13:00
Chris Barrett
281185719e Enable ensime in all scala buffers 2014-12-30 09:47:56 +13:00
Chris Barrett
b177a7b550 Improve ensime keybinding integration 2014-12-30 09:46:32 +13:00
Bjarke Vad
cb27ee6190 Removed ghci-completion package
- ghci-completion is redundant when using flycheck-haskell
2014-12-28 23:47:47 -05:00
Bjarke Vad
0df1d21c11 set haskell-process-type to auto
Should work in more use-cases
2014-12-28 23:47:44 -05:00
Bjarke Vad
d625837b16 Updated install section of haskell readme 2014-12-28 23:47:40 -05:00
Evan Dale Aromin
899a503ca8 Add a feature to toggle transparency
This sets the initial `alpha` frame parameter so that transparency could
be toggled later on. The level of opacity can be configured from a
user's .spacemacs through the variables `spacemacs-active-transparency`
and `spacemacs-inactive-transparency`.
2014-12-28 00:29:58 -05:00
syl20bnr
0568a7b2c7 Neotree window number is now always 0
This other windows keep their number
2014-12-26 16:51:08 -05:00
syl20bnr
1a84a5a983 Move window-numbering package config into its own init function 2014-12-26 15:36:33 -05:00
syl20bnr
89fb5a46d6 New function configuration-layer/layer-declaredp 2014-12-26 15:14:15 -05:00
syl20bnr
a9adee3039 Display chosen banner in Messages 2014-12-26 00:44:40 -05:00
syl20bnr
db55268e79 Better detection of battery absence 2014-12-25 21:15:06 -05:00
Chris Barrett
8bb676d524 Remove Ensime from company-mode-excluded-packages
Resolves #305
2014-12-25 18:03:09 -05:00
syl20bnr
c6ac04d180 Add variable dotspacemacs-startup-banner
To choose between:
- random for randomly chosen banner
- an index for a specific banner
- nil for no banner at all
2014-12-25 15:38:13 -05:00
syl20bnr
14f63c5fd4 Update CONTRIBUTE.md for banner submission and layer readme template 2014-12-25 15:25:34 -05:00
syl20bnr
0a3003bfc7 Add a templare for layer README 2014-12-25 15:25:10 -05:00
syl20bnr
714d8b9bf5 Random selection of startup banner 2014-12-25 15:24:26 -05:00
syl20bnr
2554d16c16 Rename config-system.el to configuration-layer.el 2014-12-25 14:45:27 -05:00
syl20bnr
9e53ed3e74 Minor change to battery info 2014-12-25 01:05:33 -05:00
syl20bnr
05275f9f8b Minor table reformating in documentation 2014-12-25 00:32:26 -05:00
Daniel Wu
212e27b5d3 bind SPC TAB to alternate-buffer 2014-12-25 00:30:11 -05:00
syl20bnr
7ebe1ae1a7 Improve battery text info and faces 2014-12-25 00:24:55 -05:00
syl20bnr
f1187c1158 Fix duplicated battery info in mode-line 2014-12-24 21:51:13 -05:00
syl20bnr
caa1cf417a Add note on emacs-mac-port server behavior in README 2014-12-24 21:36:07 -05:00
syl20bnr
fd0e9abbe7 Move layer images into img directories 2014-12-24 01:03:49 -05:00
syl20bnr
a4dcf2d7a3 Use relative links in README whenever it is possible 2014-12-24 00:56:25 -05:00
syl20bnr
d19ab5fecf Add powerline separators anti-aliasing FAQ 2014-12-24 00:51:39 -05:00
syl20bnr
460b3eb063 Fix go to init function in helm-spacemacs
The function may fail when looking for an init function in
the current buffer.
2014-12-24 00:21:47 -05:00
syl20bnr
605389bcc7 Documentation for w V and w S 2014-12-24 00:19:43 -05:00
syl20bnr
3553b103c8 Fixes #327 Add binding for window split + move to window 2014-12-24 00:08:56 -05:00
syl20bnr
c7554d2e83 Fixes #331 On Windows SPC does not work in org files 2014-12-23 23:51:55 -05:00
syl20bnr
2bc87b3821 Add link to osx layer in README 2014-12-23 23:02:15 -05:00
Hunter Haugen
de0daacca7 Update docs with more information on powerline colors
The powerline color issue is due to the fact that Emacs 24.4 now
defaults to using sRGB colorspace on OS X 10.7 and higher, not some
"brokeness" with brew's `emacs` build as the previous verbiage seemed to
imply; the powerline codebase is still assuming `(setq
ns-use-srgb-colorspace nil)` is the default.

This PR adds more information about this so that users may
decide whether they want to just set it back to nil, switch to
emacs-mac (which has it set to nil anyway), or disable powershell
separators. (Turning off srgb colorspace results in washed-out theme
colors).

--------

Side rant:
I don't agree that the recommended fix for this would be to use
`emacs-mac-port` as that basically just gives better trackpad support.
IMHO trackpad support does not outweigh the frustrations over default
meta/super key bindings, no `server-start` support, or the use of the
antiquated carbon api, but I left the recommendation as-is in this PR.
2014-12-23 22:58:37 -05:00
syl20bnr
b8f5613b45 Add more help describe key bindings 2014-12-23 22:54:01 -05:00
sbenner
f362e8f8b9 Put back golden-ratio on tg and move guide-key on tk
Also change the lighter of guide-key to K
2014-12-23 16:50:27 -05:00
sbenner
24fcfebf85 New variable dotspacemacs-mode-line-unicode-symbols
Can choose between ASCII chars or unicode symbols in the mode-line
can be useful for some terminals
2014-12-23 16:39:57 -05:00
syl20bnr
45a594768e Add achievement PR gunner 2014-12-22 23:38:23 -05:00
syl20bnr
71a4fd7371 Move git gutter key bindings to gh prefix 2014-12-22 23:18:58 -05:00
Rich Alesi
c0df3f0b3f Added bindings to move between git gutter hunks and to allow staging 2014-12-22 23:09:34 -05:00
syl20bnr
1e88918cd0 Update documentation for git layer 2014-12-22 23:08:16 -05:00
syl20bnr
9ba237b77a Define prefix commands for git layer 2014-12-22 23:06:13 -05:00