Commit Graph

3551 Commits

Author SHA1 Message Date
syl20bnr cd70f04827 Refactor auto-save of files
See committed documentation.
2015-06-18 23:54:07 -04:00
Tu Do 4a19bd9d33 [Fix #1453] Re-enable auto-save-mode
- Re-enable
- Move all autosave files to spacemacs-cache-directory
- Allow Auto-saving directly on current buffer.
- Add option to customize.
- Update .spacemacs template.
2015-06-18 23:13:26 -04:00
syl20bnr 651e6a2e70 Tweak org-pomodoro mode-line integration
Add missing leading space
2015-06-17 09:56:17 -04:00
syl20bnr f03085dfe8 Use emoji-cheat-sheet MELPA package 2015-06-17 00:14:24 -04:00
syl20bnr c230c0c2a6 Re-enable helm-swoop 2015-06-16 09:59:33 -04:00
syl20bnr a0e620b999 Fix various bugs and missing functions in search funcions 2015-06-16 00:00:56 -04:00
syl20bnr 9402040d3a Fix `SPC s b` error
Undefined function `spacemacs/helm-buffers-do-ag`.
2015-06-15 23:31:18 -04:00
syl20bnr 0c1c3c25e5 Move `SPC s b` from ahs to `SPC s H`
Fix conflict with search in opened buffers
2015-06-15 23:27:29 -04:00
syl20bnr 51b22af241 Remove the usage of the prefix argument to narrow the list of search tools
Fix the conflict with helm-ag which uses the prefix argument to ask
for file extensions.
2015-06-15 23:08:30 -04:00
syl20bnr 2adf5bf0e5 Remove helm-swoop to try helm-ag a bit on `SPC s s` 2015-06-15 22:58:35 -04:00
syl20bnr 7eeccc222d Revert back file save on `SPC f s` 2015-06-15 22:56:55 -04:00
syl20bnr 90008bb900 New key bindings scheme for searching
See commit content for documentation
2015-06-15 22:53:59 -04:00
syl20bnr fef908acad Typo in git README 2015-06-15 22:11:27 -04:00
syl20bnr 9e6d6db6bd Evilify magit-diff and update README with new `SPC g d` binding 2015-06-15 21:55:57 -04:00
Kevin Ushey 70e7eb24d7 Add 'git diff' leader key binding 2015-06-15 21:55:42 -04:00
Diego Berrocal aa869540ad Show images by default in org-mode 2015-06-15 21:49:24 -04:00
Xue Fuqiao 7fc13a9146 `SPC b s` -> `SPC b b` in DOCUMENTATION.md. 2015-06-15 21:48:55 -04:00
Xue Fuqiao 8506fed0d8 Typo fix. 2015-06-15 21:46:41 -04:00
justbur 5822998813 Update search docs for new scope-based search commands 2015-06-15 21:42:34 -04:00
Dexafree f9036a0ed9 Added some languages to Markdown syntax highlight 2015-06-15 21:41:16 -04:00
justbur 8cef3b8a4a Quote input when default text is used in search.
Fixes #2003

"pt" requires "-e" argument for regex patterns

`rxt-quote-pcre` doesn't like nil
2015-06-15 21:38:06 -04:00
Christoph Paulik fa9630df4e add ipython keybindings
- C-return and S-return behave like web interface
- bind SPC f w to save the notebook to be consistent with
  the rest of spacemacs
2015-06-15 21:36:53 -04:00
person808 a573acaa33 Open VIMUSERS.org in view-mode from quickhelp. 2015-06-15 21:35:47 -04:00
syl20bnr f26e4f8acc Better docstring for generated describe function wrappers 2015-06-15 21:34:02 -04:00
Travis B. Hartwell fb8e530b1b Document setting the alignment column for ledger-mode. 2015-06-15 00:06:33 -04:00
Roy Seto 61062f5b14 Doc Powerline font install for terminal-mode users 2015-06-15 00:01:51 -04:00
syl20bnr 2a17bb686c Revert search key bindings
uppercase key is search with default input
lowercase key is search with no default input
2015-06-14 23:59:49 -04:00
justbur a68bdbce6b Add functions to allow smart search to work with grep.
Conflicts:
	spacemacs/packages.el
2015-06-14 23:51:10 -04:00
Kenneth Love f3a6481a59 Add mmm-mode and starter config for Markdown parsing 2015-06-14 23:20:23 -04:00
syl20bnr 16123417e7 Fix not defined dired-mode-map at startup 2015-06-14 22:35:53 -04:00
wsk 99623bf194 add (f)ielm-indent-line for ielm mode 2015-06-14 22:33:09 -04:00
sooheon 36f0e286c6 Correct s-v keybinding with `yank` 2015-06-14 22:32:20 -04:00
Christoph Paulik 5239efe1f4 add material-light support 2015-06-14 22:32:12 -04:00
Tu H Do 19ad82215d Move org-emphasis-regexp-components to spacemacs/view-org-file
If we put this in Org layer, new users won't have that layer and thus
this fix will not be applied.
2015-06-14 22:31:37 -04:00
Tu H Do 4d219934bc Create a generic jump in buffer command 2015-06-14 22:29:48 -04:00
Tu H Do 7fa749a5e4 Replace dired-goto-file with helm-find-files in Dired
Since helm-find-files can do the same thing and with fuzzy matching and
other features.
2015-06-14 22:20:50 -04:00
Tu H Do bcbb975845 Update quick help
Mention that a user can navigate around the doc with SPC s l.
2015-06-14 22:20:33 -04:00
Tommi Komulainen 641058823b osx: allow skipping `option` to `meta` key mapping
In Finnish/Swedish/other keyboard layouts the `option` key is needed to
type some common characters such as `{[]}~` (#973) so make mapping it to
`meta` conditional.
2015-06-14 22:20:21 -04:00
Nate Wolfe 30173da11f (PUPPET) Add Puppetfile support
This commit enables syntax highlighting for Puppetfiles via the
puppetfile-mode package.

A Puppetfile is the configuration file used by librarian-puppet and
r10k for Puppet module management a la Ruby's Bundler.
2015-06-14 22:14:18 -04:00
syl20bnr 920f01a776 Minor reformating of documentation files 2015-06-14 22:10:38 -04:00
person808 3ed0087cce Convert DOCUMENTATION.md to org. 2015-06-14 22:10:34 -04:00
person808 48ff6550db Convert CONVENTIONS.md to org. 2015-06-14 21:47:07 -04:00
person808 e67924696c Convert HOWTOs.md to org. 2015-06-14 21:47:04 -04:00
person808 293b98a8d0 Update layer-README.template to org. 2015-06-14 21:47:02 -04:00
person808 29458e3e00 Convert CONTRIBUTE.md to org. 2015-06-14 21:46:58 -04:00
syl20bnr 34f9800d14 Update ahs and exand-region integration with helm-ag 2015-06-14 01:18:31 -04:00
syl20bnr 8c1d6f76f6 Add `b` to search in opened buffers with expand-region 2015-06-14 01:14:28 -04:00
syl20bnr 32010fb21e Rename functions to search in files 2015-06-14 00:22:49 -04:00
syl20bnr 17c129715e Add search in opened buffers on `SPC b s` 2015-06-14 00:11:20 -04:00
syl20bnr c0e5f34028 Reorganize functions in init-helm-ag 2015-06-13 23:51:30 -04:00