Commit graph

3676 commits

Author SHA1 Message Date
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
syl20bnr 371e092f33 Move SPC f s to SPC f w, SPC f s is now search in files
This change allow to have a common interface for search in buffers,
files and project (SPC b s, SPC f s and SPC p s respectively)
2015-06-13 23:43:25 -04:00
syl20bnr cd44944edb Move SPC ? to SPC h k
`SPC ?` is used to search in project with no default input
2015-06-13 23:33:26 -04:00
syl20bnr 2feaeb9fba Use helm-ag to search in project 2015-06-13 23:24:43 -04:00
syl20bnr b2f31cda0c Add support for SPC s ? (smart search with default input)
New function `spacemacs/helm-smart-do-search-region-or-symbol`
2015-06-13 22:09:43 -04:00
syl20bnr 622c35d9a9 Better injection of input in helm-do-grep-1 2015-06-13 21:53:14 -04:00
syl20bnr 609ce0cec5 Simplify helm-ag and grep functions to insert symbol or region
The simplification of the grep function requires a pending PR to
be merge upstream in helm repo.

Also move the `helm-ag` related functions and key bindings to the
init function of `helm-ag`
2015-06-13 02:07:11 -04:00
justbur c92c1f0131 Add grep function that defaults to symbol at point 2015-06-12 23:16:14 -04:00
justbur b70b6c0fc0 Add search for symbol to projectile bindings
Also "psp" binding which should point to `spacemacs/helm-projectile-pt`

Switch from using `helm-projectile-ack` to
`spacemacs/helm-projectile-ack` to take advantage of `helm-ag`.
2015-06-12 23:15:18 -04:00
sooheon ed40820b97 Change s-v binding from evil-paste-after to evil-paste-before 2015-06-12 23:13:38 -04:00
syl20bnr f4d2f61904 Move search in files to s for helm-ag integration in ahs
Simplify the docstring displayed in the minibuffer
2015-06-12 00:44:42 -04:00
syl20bnr f142b92904 Fix helm-ag integration with expand-region
Move "?" key binding to "s"
2015-06-12 00:30:55 -04:00
justbur afe658be24 Add option to search from expand-region
for active region using "ag" in project or in filesystem.
If there is no active region, these default to the symbol at the point.
2015-06-12 00:13:01 -04:00
justbur b335a6aeb3 Add search to ahs micro-state
Add keybindings for helm-do-{ag,pt,ack}-symbol

These functions default to the symbol at the point.
2015-06-12 00:05:53 -04:00
Tommi Komulainen fdfc63ea6c Remove gc prefix as unused from guide-key
smeargle commands are no longer there, they're in `gh`
2015-06-11 23:57:38 -04:00
Török Edwin 2bbcf8af76 ocaml: don't auto-close backticks
they are used for polymorphic variants, like `Foo
2015-06-11 23:24:44 -04:00
Fandag 073c58ca2d Fix bookmark list in home buffer, clean shortcuts
bookmark-all-names returns a list of names, but
spacemacs-buffer//insert-file-list expect a list of filenames.

Shortcut definitions seems to be a mix of two approaches/commits.
Removed the unused bits.
2015-06-11 23:23:57 -04:00
Oliver Mooney 24d03a9346 Update documentation for emacs-mac 2015-06-11 23:23:09 -04:00
syl20bnr 4ce3c9a3b9 helm-spacemacs: change README.md for README.org 2015-06-11 21:31:42 -04:00
syl20bnr f4ba6bdab5 Fix various key bindings in converted READMEs 2015-06-11 21:31:42 -04:00
Christoph Paulik ff8cd06046 Fix various issues with org markup
- lists were not correctly indented sometimes
- **note** and such things do not exist in org
- Note and Important
- Change Feature list to heading
- Change TODOS to actual org TODOS
- Add TOC to python layer
- list indentation
- some typos I could not leave unchanged
- TODO formatting
- List indentation
- typos
- wrong markup

fix conversion issues
2015-06-11 21:31:42 -04:00
Diego Berrocal 460ce54006 Org conversion of all READMEs ! 2015-06-11 21:31:42 -04:00
Diego Berrocal 2a78d617a0 Fix to allow ~SPC ,~ and others as such to be renderd 2015-06-11 21:31:42 -04:00
Tu H Do 6cf5dd0bcc Improve Helm Spacemac Documentation further
Refactor spacemacs/open-file to spacemacs/view-org-file to correctly
reflect its functionality. In Emacs, view means read-only. Make the
anchor-text optional so we can omit when not needed. Also add
expand-scope that can be either 'subtree or 'all to open a tree at point
or expand everything. 'subtree is used for the Change Log while 'all is
used for all Spacemacs documents.

Currently helm-spacemacs//documentation-candidates grabs everything it
can in the doc directory. In the future we might put some images there
so better just choose the correct file type to include.
2015-06-11 21:31:42 -04:00
Török Edwin f0e98c2113 VIMUSERS.org: remove space before closing ~, otherwise it is not highlighted 2015-06-11 21:31:42 -04:00
Tu Do 2231677654 Update title for Helm Spacemacs Documentation
- Don't need to add "Helm".

- Add some info to quickhelp.

- Increase the line-width of org-kbd to 2 to make it more visible as a
  button.
2015-06-11 21:31:42 -04:00