Commit graph

784 commits

Author SHA1 Message Date
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
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 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
Tu Do 4c5d5bbd15 [Fix #859] Remove now unnecessary winner-mode handling for Helm 2015-03-17 23:30:45 -04:00
Endre Bakken Stovner 49ffac8ad6 Added advice to prevent spc-menu in bzg 2015-03-16 23:56:28 -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 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 a9c15cd153 Fix bookmark lazy-loading 2015-03-15 23:48:31 -04:00
syl20bnr 68fa27aa8d Fix lazy-loading of auto-highlight symbol 2015-03-15 23:27:29 -04:00
syl20bnr 0dc43cb1c8 Remove deprecated :idle keyword for auto-complete 2015-03-15 23:20:36 -04:00
Diego Berrocal 0b9aee747c Add rcirc layer and support for it in the perspectives layer 2015-03-15 00:30:31 -04:00
Chris Barrett d4a7e3bed1 Fix up some use-package forms
- The `use-package` for magit-gh-pulls is malformed.
- The one for volatile-highlights attempts to enable the mode too early
2015-03-15 00:14:47 -04:00
Michael Hauser-Raspe fea5ef423a Update echo area documentation for auto-highlight symbol
as I didn't know about this
2015-03-14 23:54:57 -04:00
syl20bnr f8297b075c Small refactor of spacemacs/config.el 2015-03-14 22:55:05 -04:00
syl20bnr 998984859f Add SPC m e l to evaluate current line in emacs-lisp 2015-03-14 22:54:45 -04:00
syl20bnr 3eed76a316 Simplify fill column indicator configuration
Fixes #821
2015-03-14 11:09:01 -04:00
Endre Bakken Stovner 4a493f450b Add fci with spc-t-0 at fill-column 2015-03-14 10:53:34 -04:00
syl20bnr a5784f3756 Move ediff layer into spacemacs
because ediff is a built-in layer
2015-03-13 23:00:34 -04:00
syl20bnr b8665b748d Fix utf-8 separator in powerline configuration 2015-03-13 22:57:27 -04:00
syl20bnr 2c9933b466 Fix mode-line progress bar in the dotfile when pressing C-c C-c 2015-03-13 22:08:30 -04:00
syl20bnr 34d7cee6d0 Enable utf8 support for the new powerline in terminal.
Must use a patched font.
2015-03-13 22:07:53 -04:00
syl20bnr 6d099ffa2e Display scroll micro state docstring in minibuffer 2015-03-11 00:53:39 -04:00
Simon Vandel Sillesen 068426dd9c Add keybinding for doc-view-goto-page (gt) in DocView mode 2015-03-11 00:33:39 -04:00
Michael Hauser-Raspe 5a403862d7 Add exec-path-from-shell for linux desktop
so that people with gdm get their path setup correctly
2015-03-11 00:29:55 -04:00
luxbock d686c4cc4d Add toggle for displaying location of point in the mode-line. 2015-03-11 00:08:55 -04:00
syl20bnr 9ee4e5d9fb Add :disable-evil-leader keyword in micro-states 2015-03-10 23:18:57 -04:00
syl20bnr 66d856f3a3 Prevent popup of guide-key buffer when a micro-state is active 2015-03-10 23:11:23 -04:00
syl20bnr 7b3a9c62a3 Add dotspacemacs-enable-paste-micro-state (default to t) 2015-03-09 20:57:58 -04:00
syl20bnr 29ecf79c2e Remove C-p and C-P in paste micro-state, use . instead 2015-03-08 22:10:15 -04:00
syl20bnr 61e4c78dd6 Add dynamic information to the paste micro-state 2015-03-08 00:18:29 -05:00
syl20bnr 68f5e70471 Tweak the paste micro-state to allow to repeat the last pasted text 2015-03-07 23:56:17 -05:00
syl20bnr 3c56836c85 Add toggle debug on error on SPC t D 2015-03-07 23:52:03 -05:00
syl20bnr 035ff5af74 Add SPC t C-f toggle for auto-fill-mode, set default fill column to 78
Instead of 70
2015-03-07 23:14:16 -05:00
syl20bnr b0fda84a82 Add advice for evil-visual-paste to initiate the paste micro-state
Also rework the documentation string
2015-03-07 17:57:01 -05:00
syl20bnr e84dee8f2d Simplified past micro-state 2015-03-07 17:23:01 -05:00
syl20bnr 4ac4e65c4c Paste micro-state proof of concept 2015-03-07 11:07:40 -05:00
justbur 59155fe513 Move ace-window commands into spacemacs layer and remove ace-window layer 2015-03-07 00:08:53 -05:00
Alex Rozenshteyn 61580e71ba Fix bindings for "hn" and "hN" for hl-anything
An updated version of hl-anything uses 'hl-find-next-thing instead of
'hl-find-thing-forwardly.
2015-03-07 00:07:42 -05:00
syl20bnr e5794cd166 helm-spacemacs: don't reload config.el of declared layers
Fixes #765
2015-03-05 00:01:49 -05:00
syl20bnr 8158369496 helm-spacemacs: Remove limitation on number of candidates 2015-03-05 00:00:54 -05:00
syl20bnr 4808fba361 Set server-kill-new-buffers to emacs default value
That is t.
2015-03-03 00:14:02 -05:00
syl20bnr 7cd4973237 Define dotspacemacs-command-key key-bindings in an after-init-hook
Allows the user to overwrite any key binding
2015-03-03 00:14:00 -05:00
syl20bnr 8ba6dcc57d Fix typo in spacemacs/mode-line-org-org-clock-current-task-toggle 2015-03-02 23:00:20 -05:00
luxbock c9938d2b00 Option for displaying the currently clocked in org-task in mode-line
- Added a check to see if org-clocking-p is loaded
2015-03-02 22:04:06 -05:00