Commit graph

3098 commits

Author SHA1 Message Date
Daniel Guilak 6ce5e33f0c Fixed typo in window documentation 2015-04-26 00:20:24 -04:00
Miles Steele e351c72c07 fix typos 2015-04-26 00:20:16 -04:00
syl20bnr 2d9cd22d82 eyebrowse layer: add more info in README 2015-04-25 23:29:54 -04:00
syl20bnr 6c886cd931 new layer: eyebrowse 2015-04-25 22:59:55 -04:00
Brian Hicks 6bfb45e3a5 sql: use Helm to select dialect/client 2015-04-25 01:37:47 -04:00
syl20bnr 7d9d30768b python layer: lazy-load pip-requirements-mode 2015-04-25 01:37:18 -04:00
Diego Berrocal 18d6c9bd5d Add pip-requirements package to python layer
[Pip requirements mode](https://github.com/Wilfred/pip-requirements.el)
for editing pip requirement files and autocompletion of PyPI Packages by
default.
2015-04-25 01:32:14 -04:00
syl20bnr 32529256e5 Refactor discovery of layers
More robust exclusion of category directories
2015-04-25 01:26:22 -04:00
syl20bnr c82857d767 Move some layers to vim category 2015-04-25 00:07:58 -04:00
syl20bnr 03a15fb00e Move some layers to tools category 2015-04-25 00:03:24 -04:00
syl20bnr 670415a145 Move perspective in window-management category 2015-04-25 00:00:12 -04:00
syl20bnr 70786b7075 Move editorconfig in config category 2015-04-24 23:56:57 -04:00
syl20bnr 4cc407d9ed Minor header file change 2015-04-24 23:25:04 -04:00
syl20bnr b76f4d6897 python layer: fix duplicated line 2015-04-24 23:24:36 -04:00
syl20bnr edab0f9c7e Move RefTeX in AUCTeX layer and adapt key bindings
Also edit the AUCTeX layer README
2015-04-24 23:23:45 -04:00
Alex Rozenshteyn 8200ee7d0b Add minimal reftex layer. 2015-04-24 22:49:46 -04:00
Ben Hayden 2eb6c93f96 Adding pudb as a python breakpoint 2015-04-24 22:19:12 -04:00
syl20bnr c3d76358cd Improve python-remove-unused-imports and document autoflake dep 2015-04-24 22:15:02 -04:00
Daniel Wu 5848fb3d77 add a function to remove unused imports 2015-04-24 22:06:46 -04:00
syl20bnr bfe99322f7 Use popwin to display helm window at bottom 2015-04-24 22:01:28 -04:00
Michael Hauser-Raspe 49e9710c0d put helm buffer at the bottom 2015-04-24 21:52:00 -04:00
syl20bnr 81706ba6c5 sql layer: update to match conventions 2015-04-24 01:05:06 -04:00
Brian Hicks 3807b73c81 sql: add layer 2015-04-24 00:09:26 -04:00
Tu Do 21ca031492 [Emergency fix] spacemacs//mark-repl-as-useful
This function is making asynchronous commands fail because it tries to
add string literal to spacemacs-useful-buffers-regexp while add-to-list
only works when first argument is a symbol and the second is an
element. Otherwise, it throws this error and stop all async commands to
do any further work at this point:

if: Wrong type argument: symbolp

This commit fixes the following issues:

- Don't add spacemacs//mark-repl-as-useful to
  buffer-list-update-hook. We only need this function to switch to next
  or previous buffer. So, better check when and only when those commands
  are actually used.

- As a result, we remove the function since it's unneeded anymore.

- Do the checking in of comint-mode in spacemacs-useful-buffer-p
  function. Better do it in one place than scatter the logic in a hook
  and this function.

- Change useless-buffer-p to accept an actual buffer object and check
  for buffer name inside.
2015-04-24 00:07:29 -04:00
syl20bnr ae306b09a9 Update change log 2015-04-23 23:57:32 -04:00
syl20bnr a02dd56a6e Add visual state mapping for "<" and ">" to "<gv" and ">gv" respectively 2015-04-23 01:17:23 -04:00
syl20bnr c036dfc843 Fix evil-map 2015-04-23 01:14:09 -04:00
syl20bnr 5decda16b2 Add macro evil-map to mimic Vim map 2015-04-23 01:04:49 -04:00
ralesi 431666823e Give helm that fuzzy feeling 2015-04-23 01:04:35 -04:00
person808 a749def36e Smarter buffer switching. 2015-04-22 23:12:45 -04:00
person808 24e2c0dcab Update vim-empty-lines.
Patched file should fix some bugs.
2015-04-22 23:05:47 -04:00
Rich Alesi 7ccf15c526 [up] and [down] in shell to go to cycle through previous commands 2015-04-22 22:54:06 -04:00
syl20bnr f5ea72e365 Add important key bindings modification in release note 2015-04-22 22:50:57 -04:00
syl20bnr c13c5b2470 Move C-SPC on M-SPC and s-M-SPC for helm and ido micro-states 2015-04-22 22:44:51 -04:00
syl20bnr b0e82f9e22 SPC f f uses helm-find-files
Use `SPC f F` to use ido-find-files
The change is for consistency, we use helm whenever it is
possible.
2015-04-22 22:31:04 -04:00
syl20bnr 3b1a4e328e Move release notes and quickhelp to core/info directory 2015-04-22 22:30:00 -04:00
syl20bnr d59e88eeec Remove themes from spacemacs layer
- base16-theme
- monokai-theme
- zenburn-theme

It is not necessary to add them to the layer now because
the configuration layer engine does not treat themes listed
in `dotspacemacs-themes` as orphans anymore.
2015-04-22 22:06:19 -04:00
syl20bnr 845126dac0 Move yasnippet and hippie-exp to auto-completion layer 2015-04-22 22:03:04 -04:00
syl20bnr d0b6a56b0a python layer: Update nose.el
Now compatible with virtualenv
2015-04-22 21:51:14 -04:00
syl20bnr f19d8de1d0 Add missing contrib/gtags/funcs.el file 2015-04-22 01:08:22 -04:00
Miles Steele 44329f8f90 Add evil-numbers binding for = 2015-04-22 01:08:08 -04:00
fzerorubigd 5c902c6453 remove extra ")" 2015-04-22 01:07:15 -04:00
Carl Lange 2adce44bc9 Changed emacs-mac-port link
Changed it from the now-un-updated mirror to the correct homebrew package.
2015-04-22 01:06:58 -04:00
Swaroop C H 4d6f8a0589 Add helm org key, fixes #1094 2015-04-22 01:06:39 -04:00
syl20bnr a078bebaf1 Add achievements
100th watcher
300th fork
2015-04-22 01:05:18 -04:00
syl20bnr 5d5f247fd1 Documentation for Helm C-z and Tab switch 2015-04-22 01:05:15 -04:00
Allen Li 162eec951e Switch commands for Tab and C-z in Helm
The command bound to C-z is much more useful than the one bound to Tab,
so it makes sense to swap them.  It's also recommended here: https://tuhdo.github.io/helm-intro.html
2015-04-22 00:55:22 -04:00
syl20bnr ad06363b39 Modularize ggtags with eldoc configuration
See PHP layer packages.el for an example
2015-04-22 00:53:57 -04:00
syl20bnr ff8b339813 php layer: refactor package configuration 2015-04-22 00:35:14 -04:00
Kosta Harlan d829825f9e Set gtags layer keybindings for php-mode 2015-04-22 00:26:03 -04:00