Eivind Fonn
0d273485ae
Fix rbenv loading
2016-01-06 23:33:12 -05:00
syl20bnr
609b79fd6c
core: move handling of --insecure to core-command-line.el
2016-01-06 23:27:09 -05:00
syl20bnr
26e3a71a2c
core: fix always set flag debug-on-error
2016-01-06 23:23:01 -05:00
syl20bnr
19f9a4da6f
core: remove unnecessary spacemacs//hide-home-buffer
2016-01-06 23:19:55 -05:00
justbur
f39033afdb
startup: Fix for #4057
...
Please check this, but this does the trick for me to fix #4057 . The
reason I'm not sure about it is I don't know what the purpose of the
do-after-display-system-init code is. It doesn't seem necessary for me,
and I'm testing this on the GUI version.
2016-01-06 23:19:12 -05:00
syl20bnr
15c7ae5bdf
core: hide home buffer if a file is passed on the command line
...
Note that any non Emacsy command line parameter and non processed
command line parameter (that is unknown from Spacemacs) will hide the
home buffer. This should be good enough.
Fixes #4057
2016-01-06 23:03:23 -05:00
syl20bnr
76d8ff8621
core: allow debug arguments without --debug-init
...
Add a new core file for processing command line arguments
2016-01-06 22:50:13 -05:00
syl20bnr
1558ca3b09
Fix spacemacs-buffer/goto-buffer being called twice in some cases
...
When using the GUI the function is called twice, once in spacemacs/init
and once with spacemacs--after-display-system-init-list
2016-01-06 22:14:17 -05:00
syl20bnr
723a7921d7
core: update home buffer links to point to spacemacs.org
2016-01-06 01:21:06 -05:00
syl20bnr
5ed551c652
Bump version to 0.105.3 and update change log
2016-01-06 01:16:30 -05:00
Travis B. Hartwell
7fc743d255
Make sure the keymaps are set for ledger-mode.
...
Found in some cases that the major mode leader bindings were not set
until switching to holy mode and back. This hook makes sure that isn't
necessary.
2016-01-06 00:49:27 -05:00
syl20bnr
cacc893c1d
ocaml: move smartparens config to post-init function
2016-01-06 00:40:57 -05:00
Török Edwin
5b3719845a
delay sp-local-pair initialization until after smartparens is loaded
...
otherwise on startup sp-local-pair wasn't set, but after 'SPC feR' it was.
use with-eval-after-load
2016-01-06 00:34:28 -05:00
Boris
c7771e5f3b
fix docstring for private eyebrowse layer function
2016-01-06 00:29:26 -05:00
justbur
50ade79bc8
emacs-lisp: Fix mode hook
...
Fix incorrect use of spacemacs/add-to-hook which used emacs-lisp-mode
for the hook variable. Since we are only adding a single function to the
hook, just use add-hook.
2016-01-06 00:29:00 -05:00
justbur
f3c650472c
transparency: Better version of toggle transparency
...
Before we could get an error if for some reason the user set the alpha
parameter to something other than a cons cell.
Ref #4388
2016-01-06 00:26:53 -05:00
syl20bnr
cddf18ff1e
Update install layer section in REAMDE.org files
2016-01-06 00:21:55 -05:00
Matt Baker
4a3de3be0a
Clarify README regarding the installation of the os x layer
2016-01-05 21:40:00 -05:00
syl20bnr
29a7eab537
Remove unneeded variable spacemacs-mode-line-new-version-lighterp
2016-01-05 12:50:21 -05:00
syl20bnr
11bfb9184f
Bump version to 0.105.2 and update change log
2016-01-05 12:41:44 -05:00
Eivind Fonn
de17125e6d
Fix void variable error for new version segment
2016-01-05 15:31:51 +01:00
syl20bnr
7d0ba07cef
Add achievement
...
5000th star goes to StreakyCobra
2016-01-05 02:39:57 -05:00
syl20bnr
0f9743af73
Bump version to 0.105.1 and update change log
2016-01-05 02:01:58 -05:00
Jonathan Boiser
fb1b94047e
Add monokai-theme to themes-megapack. Fixes #4254 .
2016-01-05 01:34:46 -05:00
syl20bnr
70cf8c750a
Add documentation for SPC h n
2016-01-05 01:29:08 -05:00
Sebastian Wiesner
f074c3887b
Bind hn to view-emacs-news
2016-01-05 01:27:25 -05:00
syl20bnr
74689e0c22
Add documentation in README.md and FAQ for --insecure
...
Should fix #4375
2016-01-05 01:16:29 -05:00
syl20bnr
2f479eedc3
holy-mode: fix handling of evil-escape
2016-01-05 00:58:05 -05:00
person808
73a40805b3
Update tip to use new layout variable.
2016-01-05 00:45:38 -05:00
Sebastian Wiesner
f707993d2e
scala: Fix typo in variable name
...
Sorry :(
2016-01-05 00:44:10 -05:00
Robert O'Connor
3c1982ddb8
Note about updating packages after updates
2016-01-05 00:43:33 -05:00
Robert O'Connor
3d08deacb0
Change the year to 2016 for the release of 0.105.0
2016-01-05 00:41:57 -05:00
Michael Simpson
be0722764f
Fix typo in .spacemacs.template comment
2016-01-05 00:41:09 -05:00
Xue Fuqiao
ac50f8f28a
Change [Update] to [Update Packages] in README.md
...
Since Spacemacs 0.105.0, the [Update] button has been changed to [Update Packages].
2016-01-05 00:40:41 -05:00
justbur
8a5882ec6b
evil-jumper: Move bindings to global motion map
...
Having them in a minor mode map gives them precedence over other minor
modes. It's better to put the bindings in the same place as the original
evil jump commands which is the global motion map.
2016-01-05 00:40:16 -05:00
syl20bnr
63fbdb4e01
core: change dotspacemacs-whitespace-cleanup default value to nil
...
And update documentation
Fixes #4386
2016-01-05 00:37:19 -05:00
syl20bnr
1fc798139b
nyancat: Add support for emacs --daemon and GUI client
2016-01-04 23:48:55 -05:00
syl20bnr
18b1b4b411
Explicitly recreate the home buffer for first GUI client
2016-01-04 23:39:35 -05:00
syl20bnr
c913ec89f8
Improve support for GUI client of emacs --daemon
...
Fix spacemacs|do-after-display-system-init
Delay setup of spaceline separator
Explicitly reload the theme for the first GUI client
2016-01-04 23:18:45 -05:00
Fabien Dubosson
dba8e0b661
Remove bepo hack and use evil-magit state
2016-01-05 01:05:50 +01:00
Fabien Dubosson
16b742e83a
Update code and references to evil-leader in the FAQ
2016-01-04 23:10:44 +01:00
Fabien Dubosson
3cb1b6ec74
Add a temporary hack to make bepo work with magit
2016-01-04 23:08:56 +01:00
Eivind Fonn
02f7500c86
Add FAQ about corrupted ELPA archives
2016-01-04 21:48:42 +01:00
syl20bnr
0f7a2e1166
Add release date to change log
2016-01-04 02:15:39 -05:00
syl20bnr
a9f9c1bd97
Fix some links in README.org files
2016-01-04 02:00:18 -05:00
syl20bnr
4b94de0623
Update LAYERS.org
2016-01-04 02:00:04 -05:00
syl20bnr
ca3b7c4f71
FAQ: minor update
2016-01-04 01:29:30 -05:00
syl20bnr
fa39bb1128
Fix spacemacs|do-after-display-system-init
...
Checking for system-type is not enough accurate, it broke when using
an X server under OS X because system-type is darwin but the
initialized display is x-initialized not ns-initialized.
2016-01-04 01:12:17 -05:00
Travis B. Hartwell
eea3df4877
Properly initialize the display for daemon mode.
...
Add macro to wrap things that depend on the display being
initialized (and a frame active), such as getting the font. Advise the
`server-create-window-system-frame` function which is called by
emacsclient when creating a window-system frame. This is only run the
first time a frame is created, so the advice removes itself.
Fixes : syl20bnr/spacemacs#299 and syl20bnr/spacemacs#1894
(Among others)
2016-01-04 01:06:05 -05:00
syl20bnr
400158b6ad
Add release notes for 0.105
2016-01-04 01:03:38 -05:00