Commit graph

112 commits

Author SHA1 Message Date
syl20bnr 1b313a6fa0 Rename doge banner to 999-banner.txt 2014-12-29 23:44:53 -05:00
Chris Barrett 7b44a56263 Awesome doge banner 2014-12-29 23:44:10 -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 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 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 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
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
Rich Alesi 6e0e863756 Add cache locations for more packages. Add additional items to savehist 2014-12-22 21:52:03 -05:00
sbenner 466450f106 More beautifuler banner 2014-12-22 15:42:01 -05:00
syl20bnr 3901e70f6c Fixes #316 Pre-extensions var are required by default 2014-12-21 22:07:58 -05:00
syl20bnr 653a3416f5 Fixes #315 error when a layer does not exist 2014-12-21 21:58:00 -05:00
syl20bnr 018f0768e6 Refactoring of config-system.el
Would be easier to improve helm-spacemacs and code
unit tests (in fact the pre-refactoring version was
not unit testable)
2014-12-21 02:52:52 -05:00
syl20bnr 73b7a4b45a Disable evil fine undo 2014-12-20 15:05:56 -05:00
syl20bnr a730a9cb57 Fixes #283 Find a way to map <SPC> m to , 2014-12-19 00:35:14 -05:00
syl20bnr 61243c9b07 Fix colors for rainbow-identifiers at startup 2014-12-17 22:33:37 -05:00
syl20bnr 0b073dbaa1 Remove use-package sub-module it is now a bootstrap package 2014-12-17 19:02:34 -05:00
syl20bnr 1be173774a Tweak new variable dotspacemacs-maximized-at-startup 2014-12-15 21:13:01 -05:00
Bjarke Vad d9f670784b dotspacemacs-fullscreen-at-startup
- dotspacemacs-fullscreen-at-startup now toogles fullscreen, not maximize
- dotspacemacs-maximized-at-startup added, toogles maximized as the old dotspacemacs-fullscreen-at-startup did
2014-12-15 21:07:38 -05:00
syl20bnr cd761f3ca1 Fixes #270 Evil keybindings no longer work in *Scratch* buffer 2014-12-14 13:53:06 -05:00
syl20bnr 1a44b042de Fixes #258 C-u to scroll up doesn't work anymore 2014-12-13 14:16:50 -05:00
ralesi 9d44a19541 Added dotspacemacs persistent-server setting to always keep server open 2014-12-13 00:36:10 -05:00
syl20bnr 28a96d9014 Center links in spacemacs buffer 2014-12-12 21:44:47 -05:00
Tristan Hume 8d71e5544f Fancy spacemacs mode buttons 2014-12-12 21:42:42 -05:00
sbenner 74e0437cb2 Smooth bootstrap sequence 2014-12-12 11:53:19 -05:00
sbenner c76aac063d Remove spacemacs/buffer function and tweak startup 2014-12-12 11:34:36 -05:00
sbenner 4d23aa2160 Install evil and evil-leader at the beginning of the boot sequence 2014-12-12 11:11:15 -05:00
syl20bnr eb0259f7ab Add variable dotspacemacs-smartparens-strict-mode
By default it is not enabled
2014-12-12 00:08:30 -05:00
syl20bnr be11d44009 Fixes #236 custom ex-command and M-x command key
New variable: dotspacemacs-command-key
2014-12-10 22:12:54 -05:00
syl20bnr f9c3dcb8fc Fix alphabetical sorting of packages and extensions
Packages and extensions were not initialized in the right order.
Fixes #243 SPC s c does not unhighlight
2014-12-10 21:31:16 -05:00
syl20bnr 06923e0517 Restore the warning level before packages initialization
The *Warning* buffer will now popup correctly if there is an
error during packages initialization
2014-12-06 23:51:47 -05:00
syl20bnr b344553aaf New variable dotspacemacs-leader-key to change the leader key
Also fix the broken custom leader key in visual and motion
states.
2014-12-06 17:55:20 -05:00
Chris Barrett 7138f594c9 Skip installation of nonexistent packages
When attempting to install a package on startup, test whether it is in
the package archives list. If it is not, skip the installation attempt
and issue a warning.

Resolves #212
2014-12-05 20:41:19 -05:00
syl20bnr 322fceb207 Fixes #186 Extend support for native themes. 2014-12-01 23:56:54 -05:00
syl20bnr 20fecf2984 Fixes #182 Pre-extensions var are required by default
Pre and Post extensions lists are now optional.
2014-11-30 12:00:53 -05:00
syl20bnr 40c16ff5b4 Log a warning when a layer listed in .spacemacs does not exist 2014-11-30 00:52:22 -05:00
syl20bnr fd79edaca7 Improve log in *Messages* at startup
Replace "contribution layer" by "configuration layer"
Prepend the type of package in logs (pre-extension, post-extension or package).
2014-11-29 22:20:33 -05:00
syl20bnr cb2d35adbd Fixes #166 Lower delay for guide-key
Add configuration variable dotspacemacs-guide-key-delay
2014-11-28 21:48:16 -05:00
syl20bnr a04a64eca8 Better .spacemacs template 2014-11-28 21:43:07 -05:00
syl20bnr 3018b73439 Remove duplicate inhibit-startup-screen 2014-11-28 01:08:33 -05:00
syl20bnr 1ea149f49f Remove GUI elements only if needed. 2014-11-28 00:17:41 -05:00
syl20bnr d25326f0d6 Move back GUI elements removal... :-) 2014-11-28 00:07:29 -05:00
syl20bnr d713d0b531 Move GUI elements initialisation to the top of spacemacs-mode 2014-11-27 23:39:00 -05:00
syl20bnr d50f7e3664 Fix typo in dotspacemacs-default-theme 2014-11-27 23:38:43 -05:00
syl20bnr aebe9543d7 Add support for custom default theme 2014-11-27 23:14:51 -05:00
syl20bnr 570033214d Add makefile to launch tests and dummy tests
Using ERT
2014-11-23 10:24:24 -05:00
syl20bnr 382a72c9a3 Add function to create a new configuration layer 2014-11-22 00:08:44 -05:00
syl20bnr 8cb1230e7e Add function dotspacemacs/install 2014-11-21 22:33:54 -05:00