Format documenation files with doc-fmt tool

This commit is contained in:
syl20bnr 2016-04-12 23:31:38 -04:00
parent bdbe05e615
commit 07852abad5
54 changed files with 145 additions and 98 deletions

View File

@ -321,6 +321,7 @@ implement an auto-save of the buffer before executing the tests of
buffer. buffer.
*** Language specific *** Language specific
| Key | Description | | Key | Description |
|---------+--------------------------------------------------| |---------+--------------------------------------------------|
| ~m t m~ | execute the tests of the current module | | ~m t m~ | execute the tests of the current module |

View File

@ -790,7 +790,7 @@ your =~/.spacemacs=):
Spacemacs ships with the following evil plugins: Spacemacs ships with the following evil plugins:
| Mode | Description | | Mode | Description |
|-------------------------------+----------------------------------------------------------| |-------------------------------+--------------------------------------------|
| [[https://github.com/wcsmith/evil-args][evil-args]] | motions and text objects for arguments | | [[https://github.com/wcsmith/evil-args][evil-args]] | motions and text objects for arguments |
| [[https://github.com/Dewdrops/evil-exchange][evil-exchange]] | port of [[https://github.com/tommcdo/vim-exchange][vim-exchange]] | | [[https://github.com/Dewdrops/evil-exchange][evil-exchange]] | port of [[https://github.com/tommcdo/vim-exchange][vim-exchange]] |
| [[https://github.com/cofi/evil-indent-textobject][evil-indent-textobject]] | add text object based on indentation level | | [[https://github.com/cofi/evil-indent-textobject][evil-indent-textobject]] | add text object based on indentation level |
@ -1383,6 +1383,7 @@ sequences are not optimal for Spacemacs. Indeed it is very easy in =visual
state= to press quickly ~jj~ and inadvertently escape to =normal state=. state= to press quickly ~jj~ and inadvertently escape to =normal state=.
*** Executing Vim and Emacs ex/M-x commands *** Executing Vim and Emacs ex/M-x commands
| Command | Key Binding | | Command | Key Binding |
|------------------+-------------| |------------------+-------------|
| Vim (ex-command) | ~:~ | | Vim (ex-command) | ~:~ |
@ -1709,7 +1710,6 @@ The ~SPC j~ prefix is for jumping, joining and splitting.
| ~SPC j v~ | jump to the definition/declaration of the variable around point | | ~SPC j v~ | jump to the definition/declaration of the variable around point |
| ~SPC j w~ | jump to a word in the current buffer (works as an evil motion) | | ~SPC j w~ | jump to a word in the current buffer (works as an evil motion) |
**** Joining and splitting **** Joining and splitting
| Key Binding | Description | | Key Binding | Description |
@ -2027,6 +2027,7 @@ open the file in a split window with ~|~ and ~-~:
| ~-~ | open file in an horizontally split window | | ~-~ | open file in an horizontally split window |
**** Other NeoTree key bindings **** Other NeoTree key bindings
| Key Binding | Description | | Key Binding | Description |
|-------------+---------------------------------| |-------------+---------------------------------|
| ~TAB~ | toggle stretching of the buffer | | ~TAB~ | toggle stretching of the buffer |
@ -2211,6 +2212,7 @@ file with =ag=.
called =pt=. called =pt=.
**** Useful key bindings **** Useful key bindings
| Key Binding | Description | | Key Binding | Description |
|------------------------+--------------------------------------------------------------------------| |------------------------+--------------------------------------------------------------------------|
| ~F3~ | in a =helm= buffer, convert a =helm= search buffer into a regular buffer | | ~F3~ | in a =helm= buffer, convert a =helm= search buffer into a regular buffer |
@ -2220,6 +2222,7 @@ called =pt=.
| Prefix argument | will ask for file extensions | | Prefix argument | will ask for file extensions |
**** Searching in current file **** Searching in current file
| Key Binding | Description | | Key Binding | Description |
|-------------+-----------------------------------------------------| |-------------+-----------------------------------------------------|
| ~SPC s s~ | search with the first found tool | | ~SPC s s~ | search with the first found tool |
@ -2230,6 +2233,7 @@ called =pt=.
| ~SPC s g G~ | =grep= with default input | | ~SPC s g G~ | =grep= with default input |
**** Searching in all open buffers visiting files **** Searching in all open buffers visiting files
| Key Binding | Description | | Key Binding | Description |
|-------------+-----------------------------------------------------| |-------------+-----------------------------------------------------|
| ~SPC s b~ | search with the first found tool | | ~SPC s b~ | search with the first found tool |
@ -2244,6 +2248,7 @@ called =pt=.
| ~SPC s t B~ | =pt= with default text | | ~SPC s t B~ | =pt= with default text |
**** Searching in files in an arbitrary directory **** Searching in files in an arbitrary directory
| Key Binding | Description | | Key Binding | Description |
|-------------+-----------------------------------------------------| |-------------+-----------------------------------------------------|
| ~SPC s f~ | search with the first found tool | | ~SPC s f~ | search with the first found tool |
@ -2258,6 +2263,7 @@ called =pt=.
| ~SPC s t F~ | =pt= with default text | | ~SPC s t F~ | =pt= with default text |
**** Searching in a project **** Searching in a project
| Key Binding | Description | | Key Binding | Description |
|-----------------------+-----------------------------------------------------| |-----------------------+-----------------------------------------------------|
| ~SPC /~ or ~SPC s p~ | search with the first found tool | | ~SPC /~ or ~SPC s p~ | search with the first found tool |
@ -2275,6 +2281,7 @@ file beforehand. To do so use ~SPC p p~ and then ~C-s~ on a given project to
directly search into it like with ~SPC s p~. directly search into it like with ~SPC s p~.
**** Searching the web **** Searching the web
| Key Binding | Description | | Key Binding | Description |
|-------------+----------------------------------------------------------------------| |-------------+----------------------------------------------------------------------|
| ~SPC s w g~ | Get Google suggestions in emacs. Opens Google results in Browser. | | ~SPC s w g~ | Get Google suggestions in emacs. Opens Google results in Browser. |
@ -2585,6 +2592,7 @@ editing of the currently selected text by pressing ~e~.
**** iedit states key bindings **** iedit states key bindings
***** State transitions ***** State transitions
| Key Binding | From | To | | Key Binding | From | To |
|-------------+------------------+--------| |-------------+------------------+--------|
| ~SPC s e~ | normal or visual | iedit | | ~SPC s e~ | normal or visual | iedit |
@ -2635,6 +2643,7 @@ specific to =iedit state=.
an ~occurrence~. an ~occurrence~.
***** In iedit-insert state ***** In iedit-insert state
| Key Binding | Description | | Key Binding | Description |
|-------------+---------------------------| |-------------+---------------------------|
| ~ESC~ | go back to =iedit state= | | ~ESC~ | go back to =iedit state= |
@ -2767,6 +2776,7 @@ These commands automatically switch to =lisp state=.
| ~SPC k y~ | copy expression | | ~SPC k y~ | copy expression |
***** Emacs lisp specific key bindings ***** Emacs lisp specific key bindings
| Key Binding | Function | | Key Binding | Function |
|-------------+--------------------------------------------| |-------------+--------------------------------------------|
| ~SPC m e $~ | go to end of line and evaluate last sexp | | ~SPC m e $~ | go to end of line and evaluate last sexp |
@ -2777,7 +2787,6 @@ These commands automatically switch to =lisp state=.
| ~SPC m e l~ | go to end of line and evaluate last sexp | | ~SPC m e l~ | go to end of line and evaluate last sexp |
| ~SPC m e r~ | evaluate region | | ~SPC m e r~ | evaluate region |
| Key Binding | Function | | Key Binding | Function |
|-------------+----------------------------------------------------| |-------------+----------------------------------------------------|
| ~SPC m g g~ | go to definition | | ~SPC m g g~ | go to definition |
@ -2970,6 +2979,7 @@ with ~SPC SPC spacemacs/recompile-elpa~.
* Achievements * Achievements
** Issues ** Issues
| Achievements | Account | | Achievements | Account |
|---------------------------+--------------| |---------------------------+--------------|
| [[https://github.com/syl20bnr/spacemacs/pull/100][100th issue (PR)]] | [[https://github.com/danielwuz][danielwuz]] | | [[https://github.com/syl20bnr/spacemacs/pull/100][100th issue (PR)]] | [[https://github.com/danielwuz][danielwuz]] |
@ -2987,6 +2997,7 @@ with ~SPC SPC spacemacs/recompile-elpa~.
| [[https://github.com/syl20bnr/spacemacs/pull/4000][4000th issue (issue)]] | [[https://github.com/icymist][icymist]] | | [[https://github.com/syl20bnr/spacemacs/pull/4000][4000th issue (issue)]] | [[https://github.com/icymist][icymist]] |
** Merged Pull Requests ** Merged Pull Requests
| Achievements | Account | | Achievements | Account |
|---------------------+----------------| |---------------------+----------------|
| [[https://github.com/syl20bnr/spacemacs/pull/228][100th pull request]] | [[https://github.com/bru][bru]] | | [[https://github.com/syl20bnr/spacemacs/pull/228][100th pull request]] | [[https://github.com/bru][bru]] |
@ -2999,6 +3010,7 @@ with ~SPC SPC spacemacs/recompile-elpa~.
| [[https://github.com/syl20bnr/spacemacs/pull/4089][2000th pull request]] | [[https://github.com/channingwalton][channingwalton]] | | [[https://github.com/syl20bnr/spacemacs/pull/4089][2000th pull request]] | [[https://github.com/channingwalton][channingwalton]] |
** Stars, forks and watchers ** Stars, forks and watchers
| Achievements | Account | | Achievements | Account |
|-------------------+-----------------| |-------------------+-----------------|
| 100th watcher | [[https://github.com/adouzzy][adouzzy]] | | 100th watcher | [[https://github.com/adouzzy][adouzzy]] |
@ -3020,12 +3032,14 @@ with ~SPC SPC spacemacs/recompile-elpa~.
| 6000th star!!!!!! | [[https://github.com/NJBS][NJBS]] | | 6000th star!!!!!! | [[https://github.com/NJBS][NJBS]] |
** Gitter chat ** Gitter chat
| Achievements | Account | | Achievements | Account |
|---------------------------------+-------------| |---------------------------------+-------------|
| First joiner on the Gitter Chat | [[https://github.com/trishume][trishume]] | | First joiner on the Gitter Chat | [[https://github.com/trishume][trishume]] |
| 1000th joiner | [[https://github.com/gabrielpoca][gabrielpoca]] | | 1000th joiner | [[https://github.com/gabrielpoca][gabrielpoca]] |
** First times ** First times
| Achievements | Account | | Achievements | Account |
|---------------------------------+--------------| |---------------------------------+--------------|
| [[https://github.com/syl20bnr/spacemacs/pull/19][First contribution]] | [[https://github.com/trishume][trishume]] | | [[https://github.com/syl20bnr/spacemacs/pull/19][First contribution]] | [[https://github.com/trishume][trishume]] |
@ -3034,6 +3048,7 @@ with ~SPC SPC spacemacs/recompile-elpa~.
| [[https://github.com/syl20bnr/spacemacs/commit/7b44a56263049482ed540ed6815a295633ffe9d1][First contributed banner]] | [[https://github.com/chrisbarrett][chrisbarrett]] | | [[https://github.com/syl20bnr/spacemacs/commit/7b44a56263049482ed540ed6815a295633ffe9d1][First contributed banner]] | [[https://github.com/chrisbarrett][chrisbarrett]] |
** Specials ** Specials
| Achievements | Account | | Achievements | Account |
|-------------------------------------------------+--------------| |-------------------------------------------------+--------------|
| The Gunner (18 PRs in a row) | [[https://github.com/ralesi][ralesi]] | | The Gunner (18 PRs in a row) | [[https://github.com/ralesi][ralesi]] |

View File

@ -44,7 +44,7 @@
- [[#why-do-the-fonts-look-crappy-on-windows][Why do the fonts look crappy on Windows?]] - [[#why-do-the-fonts-look-crappy-on-windows][Why do the fonts look crappy on Windows?]]
- [[#why-is-there-no-spacemacs-logo-in-the-startup-buffer][Why is there no Spacemacs logo in the startup buffer?]] - [[#why-is-there-no-spacemacs-logo-in-the-startup-buffer][Why is there no Spacemacs logo in the startup buffer?]]
- [[#why-are-all-packages-unavailable][Why are all packages unavailable?]] - [[#why-are-all-packages-unavailable][Why are all packages unavailable?]]
- [[#the-powerline-isnt-shown-correctly-when-spacemacs-is-used-within-putty][The powerline isn't shown correctly when Spacemacs is used within =PuTTY=.]] - [[#the-powerline-isnt-shown-correctly-when-spacemacs-is-used-within-putty][The powerline isn't shown correctly when Spacemacs is used within =PuTTY=]]
- [[#os-x][OS X]] - [[#os-x][OS X]]
- [[#why-are-the-powerline-colors-not-correct-on-os-x][Why are the powerline colors not correct on OS X?]] - [[#why-are-the-powerline-colors-not-correct-on-os-x][Why are the powerline colors not correct on OS X?]]
@ -504,7 +504,7 @@ Check if your Emacs has HTTPS capabilities by doing =M-:= and then:
If this returns =nil=, you need to install the GnuTLS DLL file in the same If this returns =nil=, you need to install the GnuTLS DLL file in the same
directory as Emacs. See [[https://www.gnu.org/software/emacs/manual/html_mono/emacs-gnutls.html#Help-For-Users][here]] for instructions. directory as Emacs. See [[https://www.gnu.org/software/emacs/manual/html_mono/emacs-gnutls.html#Help-For-Users][here]] for instructions.
** The powerline isn't shown correctly when Spacemacs is used within =PuTTY=. ** The powerline isn't shown correctly when Spacemacs is used within =PuTTY=
You can follow [[http://mschulte.nl/posts/using-powerline-in-PuTTY.html][this explanation]] explaining how to correct this. You can follow [[http://mschulte.nl/posts/using-powerline-in-PuTTY.html][this explanation]] explaining how to correct this.
* OS X * OS X

View File

@ -326,6 +326,7 @@ information about recipes.
Packages may be /excluded/ by setting the =:excluded= property to true. This Packages may be /excluded/ by setting the =:excluded= property to true. This
will prevent the package from being installed even if it is used by another will prevent the package from being installed even if it is used by another
layer. layer.
** packages-config.el ** packages-config.el
For each included package, you may define one or more of the following For each included package, you may define one or more of the following
functions, which are called in order by Spacemacs to initialize the package. functions, which are called in order by Spacemacs to initialize the package.

View File

@ -449,7 +449,6 @@ that is loaded at startup. Here is an example:
gotham))) gotham)))
#+end_src #+end_src
All installed themes can be listed and chosen using the ~SPC T h~ keybinding. All installed themes can be listed and chosen using the ~SPC T h~ keybinding.
*** Nohlsearch *** Nohlsearch

View File

@ -24,7 +24,6 @@ file.
| Key Binding | Description | | Key Binding | Description |
| ~SPC a j~ | Connect all accounts | | ~SPC a j~ | Connect all accounts |
** Jabber Roster ** Jabber Roster
| Key Binding | Description | | Key Binding | Description |
| ~SPC m a~ | Jabber send presence | | ~SPC m a~ | Jabber send presence |

View File

@ -2,7 +2,6 @@
[[file:img/terraform.png]] [[file:img/terraform.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]

View File

@ -15,7 +15,7 @@
- [[#org][Org]] - [[#org][Org]]
- [[#org-with-evil-org-mode][Org with evil-org-mode]] - [[#org-with-evil-org-mode][Org with evil-org-mode]]
- [[#tables][Tables]] - [[#tables][Tables]]
- [[#tree-][Tree ]] - [[#tree][Tree]]
- [[#element-insertion][Element insertion]] - [[#element-insertion][Element insertion]]
- [[#links][Links]] - [[#links][Links]]
- [[#emphasis][Emphasis]] - [[#emphasis][Emphasis]]

View File

@ -1,5 +1,12 @@
#+TITLE: Semantic layer #+TITLE: Semantic layer
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features]]
- [[#install][Install]]
- [[#key-bindings][Key Bindings]]
* Description * Description
CEDET is a *C*ollection of *E*macs *D*evelopment *E*nvironment *T*ools written CEDET is a *C*ollection of *E*macs *D*evelopment *E*nvironment *T*ools written

View File

@ -108,7 +108,6 @@ And if you want to have 2 space indent also for element's attributes, concatenat
(add-to-list 'web-mode-indentation-params '("lineup-calls" . nil))) (add-to-list 'web-mode-indentation-params '("lineup-calls" . nil)))
#+end_src #+end_src
* Key Bindings * Key Bindings
** js2-mode ** js2-mode

View File

@ -50,6 +50,7 @@ file. You could call =pyim-dicts-manager= to open up the settings buffer and
press =i e= to install the default lexicon. The lexicon is about 20M, so you press =i e= to install the default lexicon. The lexicon is about 20M, so you
should be patient when downloading starts. After the lexicon file is downloaded, should be patient when downloading starts. After the lexicon file is downloaded,
just press =s= to save and =R= to restart configuration. just press =s= to save and =R= to restart configuration.
*** Enable fcitx *** Enable fcitx
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(setq-default dotspacemacs-configuration-layers '((chinese :variables (setq-default dotspacemacs-configuration-layers '((chinese :variables
@ -61,6 +62,7 @@ with the following configuration.
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(fcitx-aggressive-setup) (fcitx-aggressive-setup)
#+END_SRC #+END_SRC
**** Requirement **** Requirement
***** Linux ***** Linux
You need use this with =fcitx= and make sure =fcitx-remote= is in your search path. You need use this with =fcitx= and make sure =fcitx-remote= is in your search path.

View File

@ -232,6 +232,7 @@ As this state works the same for all files, the documentation is in global
| ~SPC m r u w~ | unwind | | ~SPC m r u w~ | unwind |
*** Reformatting *** Reformatting
| Key Binding | Description | | Key Binding | Description |
|-------------+-------------------------| |-------------+-------------------------|
| ~SPC m f l~ | realign current form | | ~SPC m f l~ | realign current form |

View File

@ -94,7 +94,6 @@ As this state works the same for all files, the documentation is in global
*** Navigation *** Navigation
| Key Binding | Description | | Key Binding | Description |
|---------------------------+--------------------| |---------------------------+--------------------|
| ~SPC m g g~ | Inspect definition | | ~SPC m g g~ | Inspect definition |

View File

@ -112,7 +112,6 @@ You find and overview of all the key-bindings on the [[file:alchemist-refcard.pd
| ~SPC m c b~ | Compile the current buffer with elixirc. =elixirc= | | ~SPC m c b~ | Compile the current buffer with elixirc. =elixirc= |
| ~SPC m c f~ | Compile the given filename with =elixirc= | | ~SPC m c f~ | Compile the given filename with =elixirc= |
** Execute ** Execute
| Key Binding | Description | | Key Binding | Description |

View File

@ -43,6 +43,7 @@ Send code to inferior process with these commands:
** Helpers ** Helpers
Helpers for inspecting objects at point are available in R buffers only. Helpers for inspecting objects at point are available in R buffers only.
| Key Binding | Description | | Key Binding | Description |
|-------------+---------------------------------------------------------------------| |-------------+---------------------------------------------------------------------|
| ~SPC m h d~ | view data under point using [ess-R-data-view][ess-R-data-view] | | ~SPC m h d~ | view data under point using [ess-R-data-view][ess-R-data-view] |

View File

@ -24,7 +24,6 @@ file.
* Key Bindings * Key Bindings
| Key Binding | Description | | Key Binding | Description |
|-------------+----------------------------| |-------------+----------------------------|
| ~SPC m c c~ | Build the project | | ~SPC m c c~ | Build the project |

View File

@ -96,7 +96,6 @@ function testing to work.
| ~SPC m t t~ | run "go test" for the function you're currently in (while you're in a _.test.go file) | | ~SPC m t t~ | run "go test" for the function you're currently in (while you're in a _.test.go file) |
| ~SPC m t s~ | run "go test" for the suite you're currently in (requires gocheck) | | ~SPC m t s~ | run "go test" for the suite you're currently in (requires gocheck) |
** Go Oracle ** Go Oracle
| Key Binding | Description | | Key Binding | Description |

View File

@ -25,6 +25,7 @@ try to adjust the value of =graphviz-dot-revert-delay= higher to give the
compiler more time to finish generating the file before reverting the buffer. compiler more time to finish generating the file before reverting the buffer.
* Key bindings * Key bindings
| Key Binding | Description | | Key Binding | Description |
|-------------+--------------------------------------| |-------------+--------------------------------------|
| ~SPC m ,~ | Preview file | | ~SPC m ,~ | Preview file |

View File

@ -74,6 +74,7 @@ are reproduced under the local leader.
| ~SPC m h t~ | Get the type for the identifier under point. | | ~SPC m h t~ | Get the type for the identifier under point. |
** REPL ** REPL
| Key Binding | Description | | Key Binding | Description |
|-------------+----------------------------------------------------------------------------------------| |-------------+----------------------------------------------------------------------------------------|
| ~SPC m s b~ | Load the current buffer into Idris. | | ~SPC m s b~ | Load the current buffer into Idris. |

View File

@ -5,8 +5,8 @@
- [[#features][Features]] - [[#features][Features]]
- [[#list-of-todos][List of TODOS]] - [[#list-of-todos][List of TODOS]]
- [[#maybe-itd-be-better-if-there-was-a-state-for-this][Maybe it'd be better if there was a state for this]] - [[#maybe-itd-be-better-if-there-was-a-state-for-this][Maybe it'd be better if there was a state for this]]
- [[#make-more-keybinding-to-connect-to-a-python-buffer][Make more keybinding to =connect= to a python buffer.]] - [[#make-more-keybinding-to-connect-to-a-python-buffer][Make more keybinding to =connect= to a python buffer]]
- [[#deleting-visual-regions-dont-work-find-out-why][Deleting visual regions don't work, find out why.]] - [[#deleting-visual-regions-dont-work-find-out-why][Deleting visual regions don't work, find out why]]
- [[#install][Install]] - [[#install][Install]]
- [[#layer][Layer]] - [[#layer][Layer]]
- [[#dependencies][Dependencies]] - [[#dependencies][Dependencies]]
@ -35,20 +35,23 @@ lots of informative stuff.
* List of TODOS * List of TODOS
This is a WIP, feel free to collaborate. This is a WIP, feel free to collaborate.
** TODO Maybe it'd be better if there was a state for this ** TODO Maybe it'd be better if there was a state for this
** TODO Make more keybinding to =connect= to a python buffer. ** TODO Make more keybinding to =connect= to a python buffer
** TODO Deleting visual regions don't work, find out why. ** TODO Deleting visual regions don't work, find out why
* Install * Install
** Layer ** Layer
To use this configuration layer, add it to your =~/.spacemacs=. You will need to To use this configuration layer, add it to your =~/.spacemacs=. You will need to
add =ipython-notebook= to the existing =dotspacemacs-configuration-layers= list add =ipython-notebook= to the existing =dotspacemacs-configuration-layers= list
in this file. in this file.
** Dependencies ** Dependencies
Install IPython > 3 Install IPython > 3
#+begin_src sh #+begin_src sh
pip install ipython pip install ipython
#+end_src #+end_src
** What needs to be run ** What needs to be run
Have an IPython notebook running Have an IPython notebook running
#+begin_src sh #+begin_src sh
@ -59,6 +62,7 @@ Have an IPython notebook running
** Open Notebook List ** Open Notebook List
This layer is lazy loaded so the transient-state will only work after you summon the This layer is lazy loaded so the transient-state will only work after you summon the
command =ein:notebooklist-open= which is bound to ~SPC a i n~ command =ein:notebooklist-open= which is bound to ~SPC a i n~
** Key Bindings ** Key Bindings
The key bindings can be used through a transient state or the usual evil-leader. The key bindings can be used through a transient state or the usual evil-leader.
@ -141,6 +145,7 @@ In traceback mode the following key bindings are defined:
* Screenshots * Screenshots
** Light ** Light
[[file:img/light.png]] [[file:img/light.png]]
** Dark ** Dark
[[file:img/dark.png]] [[file:img/dark.png]]

View File

@ -53,6 +53,7 @@ option in =emacs-eclim= itself.
* Key bindings * Key bindings
** Java-mode ** Java-mode
*** Project management *** Project management
| Key Binding | Description | | Key Binding | Description |
|-------------+--------------------------------| |-------------+--------------------------------|
| ~SPC m p b~ | Build project | | ~SPC m p b~ | Build project |
@ -67,6 +68,7 @@ option in =emacs-eclim= itself.
| ~SPC m p u~ | Update project | | ~SPC m p u~ | Update project |
*** Maven *** Maven
| Key Binding | Description | | Key Binding | Description |
|-------------+--------------------------------| |-------------+--------------------------------|
| ~SPC m m i~ | Run maven clean install | | ~SPC m m i~ | Run maven clean install |
@ -77,6 +79,7 @@ option in =emacs-eclim= itself.
| ~SPC m m t~ | Run maven test | | ~SPC m m t~ | Run maven test |
*** Goto *** Goto
| Key Binding | Description | | Key Binding | Description |
|-------------+---------------------------------------------| |-------------+---------------------------------------------|
| ~M-,~ | jump back from go to declaration/definition | | ~M-,~ | jump back from go to declaration/definition |
@ -84,6 +87,7 @@ option in =emacs-eclim= itself.
| ~SPC m g t~ | go to type definition | | ~SPC m g t~ | go to type definition |
*** Refactoring *** Refactoring
| Key Binding | Description | | Key Binding | Description |
|-------------+------------------| |-------------+------------------|
| ~SPC m r i~ | optimize imports | | ~SPC m r i~ | optimize imports |
@ -91,6 +95,7 @@ option in =emacs-eclim= itself.
| ~SPC m r r~ | Rename symbol | | ~SPC m r r~ | Rename symbol |
*** Documentation, Find *** Documentation, Find
| Key Binding | Description | | Key Binding | Description |
|-------------+----------------------------------------| |-------------+----------------------------------------|
| ~SPC m f f~ | general find in project | | ~SPC m f f~ | general find in project |
@ -98,6 +103,7 @@ option in =emacs-eclim= itself.
| ~SPC m h u~ | show usages for symbol at point | | ~SPC m h u~ | show usages for symbol at point |
*** Problems *** Problems
| Key Binding | Description | | Key Binding | Description |
|-------------+--------------------------------------------| |-------------+--------------------------------------------|
| ~SPC m e a~ | set all problems for next/prev action | | ~SPC m e a~ | set all problems for next/prev action |
@ -111,12 +117,13 @@ option in =emacs-eclim= itself.
| ~SPC m e w~ | set warnings for next/prev action | | ~SPC m e w~ | set warnings for next/prev action |
*** Tests *** Tests
| Key Binding | Description | | Key Binding | Description |
|-------------+---------------------------------------------------------------| |-------------+---------------------------------------------------------------|
| ~SPC m t t~ | run JUnit tests for current method or current file or project | | ~SPC m t t~ | run JUnit tests for current method or current file or project |
** Problems buffer ** Problems buffer
| Key Binding | Description | | Key Binding | Description |
|-------------+-------------------------------------| |-------------+-------------------------------------|
| ~RET~ | go to problem place | | ~RET~ | go to problem place |
@ -128,6 +135,7 @@ option in =emacs-eclim= itself.
| ~w~ | show only warnings | | ~w~ | show only warnings |
** Projects buffer ** Projects buffer
| Key Binding | Description | | Key Binding | Description |
|-------------+--------------------------------------------| |-------------+--------------------------------------------|
| ~RET~ | go to current project | | ~RET~ | go to current project |

View File

@ -188,7 +188,6 @@ You can check more [[https://github.com/mooz/js-doc/][here]]
| ~SPC m e e~ | evaluates the last expression | | ~SPC m e e~ | evaluates the last expression |
| ~SPC m e E~ | evaluates and inserts the result of the last expression at point | | ~SPC m e E~ | evaluates and inserts the result of the last expression at point |
| Key Binding | Description | | Key Binding | Description |
|-------------+------------------------------------------------------------------------------------| |-------------+------------------------------------------------------------------------------------|
| ~SPC m s a~ | Toggle live evaluation of whole buffer in REPL on buffer changes | | ~SPC m s a~ | Toggle live evaluation of whole buffer in REPL on buffer changes |

View File

@ -10,7 +10,7 @@
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
- [[#element-insertion][Element insertion]] - [[#element-insertion][Element insertion]]
- [[#element-removal][Element removal]] - [[#element-removal][Element removal]]
- [[#completion-and-cycling][Completion, and Cycling]] - [[#completion][Completion]]
- [[#following-and-jumping][Following and Jumping]] - [[#following-and-jumping][Following and Jumping]]
- [[#indentation][Indentation]] - [[#indentation][Indentation]]
- [[#header-navigation][Header navigation]] - [[#header-navigation][Header navigation]]

View File

@ -22,6 +22,7 @@ file.
* Working with Nim * Working with Nim
** Nim commands (start with =m=): ** Nim commands (start with =m=):
| Key Binding | Description | | Key Binding | Description |
|-------------+----------------------------| |-------------+----------------------------|
| ~SPC m c r~ | nim compile --run main.nim | | ~SPC m c r~ | nim compile --run main.nim |

View File

@ -37,6 +37,6 @@ Send code to inferior process with these commands:
** Helpers ** Helpers
| Key Binding | Description | | Key Binding | Description |
|-------------+-----------------------------------------------------| |-------------+------------------------------------------|
| ~SPC m h h~ | view documentation for function at point | | ~SPC m h h~ | view documentation for function at point |
| ~SPC m h i~ | read octave info documentation | | ~SPC m h i~ | read octave info documentation |

View File

@ -1,5 +1,6 @@
#+TITLE: plantuml layer #+TITLE: plantuml layer
[[file:img/logo.png]] [[file:img/logo.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
@ -30,7 +31,6 @@ robbyoconnor->theOtherPerson : And they thinks it's funny? Yup, they definitely
[[file:img/dia.png]] [[file:img/dia.png]]
* Install * Install
To use this contribution add it to your =~/.spacemacs= To use this contribution add it to your =~/.spacemacs=

View File

@ -84,6 +84,7 @@ To use scalastyle,
the jar. the jar.
See the [[http://flycheck.readthedocs.org/en/latest/guide/languages.html#el.flycheck-checker.scala-scalastyle][flycheck documentation]] for up-to-date configuration instructions. See the [[http://flycheck.readthedocs.org/en/latest/guide/languages.html#el.flycheck-checker.scala-scalastyle][flycheck documentation]] for up-to-date configuration instructions.
* Automatically show the type of the symbol under the cursor * Automatically show the type of the symbol under the cursor
To enable the feature =ensime-print-type-at-point= when cursor moves, set the To enable the feature =ensime-print-type-at-point= when cursor moves, set the

View File

@ -4,7 +4,7 @@
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#key-bindings][Key Bindings]] - [[#key-bindings][Key Bindings]]
- [[#compiling-][Compiling ]] - [[#compiling][Compiling]]
- [[#navigation][Navigation]] - [[#navigation][Navigation]]
- [[#documentation][Documentation]] - [[#documentation][Documentation]]
- [[#insertion][Insertion]] - [[#insertion][Insertion]]

View File

@ -10,7 +10,7 @@
- [[#notes][Notes]] - [[#notes][Notes]]
- [[#key-bindings][Key bindings]] - [[#key-bindings][Key bindings]]
- [[#typescript-major-mode][Typescript Major Mode]] - [[#typescript-major-mode][Typescript Major Mode]]
- [[#reference-major-mode--------------------------][Reference Major Mode ]] - [[#reference-major-mode][Reference Major Mode]]
* Description * Description
@ -95,7 +95,6 @@ Currently tsserver doesn't pickup tsconfig.json file changes. You might need to
| ~SPC m r r~ | rename symbol | | ~SPC m r r~ | rename symbol |
| ~SPC m s r~ | restart server | | ~SPC m s r~ | restart server |
** Reference Major Mode ** Reference Major Mode
| Key Binding | Description | | Key Binding | Description |

View File

@ -1,6 +1,5 @@
#+TITLE: Git contribution layer for Spacemacs #+TITLE: Git contribution layer for Spacemacs
[[file:img/git.png]] [[file:img/git.png]]
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:

View File

@ -60,7 +60,7 @@ one over the other:
* Key Bindings * Key Bindings
| Key Binding | Description | | Key Binding | Description |
|-------------+------------------------------| |-------------+---------------------------------|
| ~SPC g .~ | version control transient-state | | ~SPC g .~ | version control transient-state |
| ~SPC T d~ | toggle diff margins | | ~SPC T d~ | toggle diff margins |
| ~SPC T C-d~ | toggle diff margins globally | | ~SPC T C-d~ | toggle diff margins globally |

View File

@ -1,3 +1,14 @@
#+TITLE:nyan-mode
* Table of Contents :TOC_4_gh:noexport:
- [[#nyan-mode---turn-your-emacs-into-nyanmacs-][Nyan Mode - Turn your Emacs into Nyanmacs! :)]]
- [[#fork-modifications][Fork modifications]]
- [[#introduction][Introduction]]
- [[#features][Features]]
- [[#using-nyan-mode-with-custom-modeline][Using Nyan Mode with custom modeline]]
- [[#known-issues][Known issues]]
- [[#credits][Credits]]
* Nyan Mode - Turn your Emacs into Nyanmacs! :) * Nyan Mode - Turn your Emacs into Nyanmacs! :)
** Fork modifications ** Fork modifications

View File

@ -14,7 +14,7 @@
- [[#helm-dash][helm-dash]] - [[#helm-dash][helm-dash]]
- [[#todos][TODOs]] - [[#todos][TODOs]]
- [[#check-zeal][Check zeal]] - [[#check-zeal][Check zeal]]
- [[#make-helm-dash-use-zeal-or-dash-docsets-by-default][Make helm-dash use zeal or dash docsets by default.]] - [[#make-helm-dash-use-zeal-or-dash-docsets-by-default][Make helm-dash use zeal or dash docsets by default]]
* Description * Description
+*This layer works only on OS X for the moment*+ +*This layer works only on OS X for the moment*+
@ -78,4 +78,4 @@ Or you can use [[https://github.com/areina/helm-dash][helm-dash]] instead, it re
CLOSED: [2015-06-12 Fri 16:30] CLOSED: [2015-06-12 Fri 16:30]
[[http://zealdocs.org/][zeal]] is an open source alternative to dash with Emacs integration available. [[http://zealdocs.org/][zeal]] is an open source alternative to dash with Emacs integration available.
** TODO Make helm-dash use zeal or dash docsets by default. ** TODO Make helm-dash use zeal or dash docsets by default

View File

@ -3,7 +3,7 @@
* Table of Contents :TOC_4_gh:noexport: * Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]] - [[#description][Description]]
- [[#install][Install]] - [[#install][Install]]
- [[#layer-][Layer ]] - [[#layer][Layer]]
- [[#fasd][fasd]] - [[#fasd][fasd]]
- [[#keybindings][Keybindings]] - [[#keybindings][Keybindings]]

View File

@ -112,6 +112,7 @@ activated.
* Key Bindings * Key Bindings
** Weather ** Weather
| Evil | Holy | Command | | Evil | Holy | Command |
|-----------+------+-----------------------------------------------| |-----------+------+-----------------------------------------------|
| ~SPC a w~ | | Display pretty weather forecast | | ~SPC a w~ | | Display pretty weather forecast |

View File

@ -7,4 +7,3 @@
This is an extension to support [[https://github.com/Keithbsmiley/evil-tmux-navigator][evil-tmux-navigator]]. It requires a little This is an extension to support [[https://github.com/Keithbsmiley/evil-tmux-navigator][evil-tmux-navigator]]. It requires a little
configuration for tmux, so check the upstream documentation. configuration for tmux, so check the upstream documentation.

View File

@ -22,6 +22,7 @@ add =evil-commentary= to the existing =dotspacemacs-configuration-layers= list i
file. file.
* Key bindings * Key bindings
| Key Binding | Description | | Key Binding | Description |
|-------------+-------------------------------| |-------------+-------------------------------|
| ~SPC ;~ | comment operator | | ~SPC ;~ | comment operator |

View File

@ -92,6 +92,7 @@ By default web interface is available on [[http://localhost:8080/elfeed/][localh
the default port by changing the value of =httpd-port=. the default port by changing the value of =httpd-port=.
* Key Bindings * Key Bindings
| Key Binding | Description | | Key Binding | Description |
|-------------+--------------| |-------------+--------------|
| ~SPC a f~ | start elfeed | | ~SPC a f~ | start elfeed |