Commit graph

1708 commits

Author SHA1 Message Date
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
Rich Alesi 7945bf6b36 Open additional magit commands to the SPC bindings 2014-12-22 22:56:25 -05:00
syl20bnr 70683c1c50 Update flycheck documentation 2014-12-22 22:54:56 -05:00
syl20bnr f770404255 Dispatch flycheck hooks in relevant layers 2014-12-22 22:51:44 -05:00
syl20bnr 9a951de3b1 Simplify flycheck configuration with better error navigation functions 2014-12-22 22:51:16 -05:00
Rich Alesi fc3e341bb9 Added flycheck mode toggle and override standard next / prev error
Conflicts:
	spacemacs/packages.el
2014-12-22 22:29:36 -05:00
syl20bnr 1c22e18e9d Add documentation for evil-indent-textobject 2014-12-22 22:15:49 -05:00
Rich Alesi 594dc1b6d1 Added Evil indent object (i - word) 2014-12-22 22:06:53 -05:00
syl20bnr 143ac02bf4 Simplify slime and eldoc config and adapt python eldoc config 2014-12-22 22:05:03 -05:00
Rich Alesi 8818affe7a Add eldoc mode and place slime hook in :init 2014-12-22 21:57:13 -05:00
Rich Alesi c940087408 Update AutoHotkey layer, fix bugs, improve indentation 2014-12-22 21:54:47 -05:00
Rich Alesi 6e0e863756 Add cache locations for more packages. Add additional items to savehist 2014-12-22 21:52:03 -05:00
Rich Alesi 41d56ec174 Correct Projectile root file with syntax to exclude paths 2014-12-22 21:50:40 -05:00
Bjarke Vad ee0b0b240d Updated haskell-mode bindings
- Fits better with conventions
- Check README.md for bindings

Fixes flycheck for haskell

- Disabled haskell-stylish on save as it interferes with flycheck errror highlighting
- Added a new binding, `SPC m f` that runs haskell-stylish

removed haskell-stylish-on-save
2014-12-22 21:49:20 -05:00
sbenner 466450f106 More beautifuler banner 2014-12-22 15:42:01 -05:00
Ramachandren Srinivasa Rao 6aefba2a72 Fixes for company-mode for C/C++ 2014-12-21 23:19:57 -05:00