Commit graph

2498 commits

Author SHA1 Message Date
syl20bnr e6007fbf3b Bump version to 0.64.2 2015-03-05 00:02:14 -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 39ccec59b5 Split function configuration-layer/load-layer-files 2015-03-05 00:00:18 -05:00
syl20bnr 7c9b6683ba dotspacemacs-mode: import emacs-lisp-mode evil-leader map 2015-03-04 21:38:54 -05:00
syl20bnr 59e60d21df Fix test: test-declare-layers--result-order-is-reversed 2015-03-03 04:15:59 -05:00
syl20bnr 0e69d7f49d Bump version to 0.64.1 2015-03-03 04:01:31 -05:00
syl20bnr 7c8b71f19e Bind Y instead of y to copy commit hash in git-timemachine micro-state 2015-03-03 04:01:05 -05:00
syl20bnr ce01f956ff Fix spacemacs loading with 'all for dotspacemacs-configuration-layers 2015-03-03 03:58:29 -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 b3a1ca0482 Bump version to 0.64.0 2015-03-02 23:11:19 -05:00
syl20bnr b7a8c38fb4 Add documentation for dotfile changes resynchronization 2015-03-02 23:10:45 -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
Arne 51ed29c7e9 Fix boundp check for 'spacemacs-use-helm-projectile' 2015-03-02 20:04:27 -05:00
Tristan Hume b845775ef4 Improve Spacemacs buffer buttons 2015-03-02 18:44:57 -05:00
Herbert Jones 3cd5b2f90a Kill some emacsclient buffers on close #492 #606
This allows git commit buffers and some other buffers opened by
emacsclient to close on "C-x #".
2015-03-02 18:44:51 -05:00
Bjarke Vad dda1e8de86 Updated haskell/shm bindings + misc haskell
- Added some shm keybindings that fit a bit better with evil-mode
- Set better(saner at least) default for hindent style
- Removed C-{<right>,<left>} bindings
- Removed flycheck delay for showing error at point
2015-03-02 18:43:43 -05:00
Bjarke Vad 83ea6cd2f3 Fixed flycheck not being properly initialized for haskell-mode 2015-03-02 18:40:03 -05:00
Evan Dale Aromin 310421fb29 Add a binding for geeknote-move and update the readme 2015-03-02 18:39:41 -05:00
Ryan Phillips 700f19d640 Add tmux contrib layer 2015-03-02 18:39:16 -05:00
syl20bnr 4725769143 Move ess-smart-equals to ess-packages
This way it is always discoverable in helm-spacemacs
the :if keyword of use-package allow to enable it on demande with
ess-enable-smart-equals
2015-03-02 18:37:34 -05:00
Michel Kuhlmann 82422e8ee5 ess: make smart equals and underscore optional 2015-03-02 18:36:37 -05:00
syl20bnr 05b5cb4876 dotspacemacs: add SPC m c c key binding 2015-03-02 12:13:08 -05:00
syl20bnr 61208803ed dotspacemacs: Fix execution of dotspacemacs/init when C-c C-c 2015-03-02 12:10:39 -05:00
syl20bnr 36723dfda3 dotspacemacs: C-u C-c C-c skip dotspacemacs/config
By default `dotspacemacs/config` is executed.
2015-03-02 01:12:34 -05:00
syl20bnr 6f92094797 dotspacemacs: C-c C-c executes dotspacemacs/init 2015-03-02 01:12:07 -05:00
syl20bnr 7f6c77067a Set smooth-scroll-margin instead of scroll-margin 2015-03-02 01:10:35 -05:00
syl20bnr acfde2e01d dotspacemacs: C-u C-c C-c executes dotspacemacs/config at the end 2015-03-02 00:27:36 -05:00
syl20bnr d2e4ad1535 Remove unnecessary function configuration-layer/load-file
This functions prevents some layer files from being reloaded
2015-03-02 00:18:39 -05:00
syl20bnr ad198ff6a1 Prevent prefix commands from being redefined 2015-03-01 23:52:07 -05:00
syl20bnr 9ee798e10c Display a quick help message when opening a dotfile 2015-03-01 23:51:38 -05:00
syl20bnr 36bab499e0 Commented not support prefix command for major mode 2015-03-01 23:50:32 -05:00
syl20bnr 293ca1c8bd C-c C-c in .spacemacs to resync the packages 2015-03-01 23:02:14 -05:00
syl20bnr 206b1a13ae Refactor init.el and rename core-spacemacs-mode.el to core-spacemacs.el 2015-03-01 22:12:09 -05:00
syl20bnr 687204183a Add dotspacemacs major mode 2015-03-01 12:49:39 -05:00
syl20bnr 43ea903c4b Remove renaming of emacs-lisp-mode
This is not necessary.
2015-03-01 12:48:37 -05:00
syl20bnr 7dda93c894 Add achievement for 700th issue 2015-03-01 12:22:40 -05:00
syl20bnr 9b64c58d26 Tweak ace-window layer 2015-03-01 00:36:32 -05:00
justbur 280d2d70a9 Add support for ace-window and ace-delete-window 2015-03-01 00:02:13 -05:00
syl20bnr a024d74521 haskell layer: Always install shm and hindent 2015-03-01 00:00:10 -05:00
Michel Kuhlmann dc7d3898ee haskell: optional hindent-mode 2015-02-28 23:58:36 -05:00
Tyler Anderson ce870d62d0 editing code example for consistency
minor fix
2015-02-28 23:38:33 -05:00
Christoph Paulik 64fba8119f fixes issue #729 by lazy loading after any file is visited 2015-02-28 23:38:11 -05:00
syl20bnr 4816afa91a Format git layer README 2015-02-28 23:37:39 -05:00
Devin Rhode aff51f634f Increase clarity, add useful links 2015-02-28 23:35:47 -05:00
syl20bnr 8aeb6e24c0 Move dotfile layer and settings declaration in their own functions
layers declaration are now in `dotspacemacs/layers` function
settings are now part of the `dotspacemacs/init` function
2015-02-28 23:33:57 -05:00
syl20bnr 753d7e5f04 Use MELPA package of evil-escape and evil-lisp-state
They are now stable enough.
2015-02-28 00:42:07 -05:00
William Casarin 773d8ed4d2 Add projectile run commands SPC p ! and SPC p &
* SPC p ! - run shell command in root
* SPC p & - run async shell command in root

Conflicts:
	spacemacs/packages.el
2015-02-28 00:07:59 -05:00