diff --git a/doc/DOCUMENTATION.org b/doc/DOCUMENTATION.org index a7ade353e..b65ad6678 100644 --- a/doc/DOCUMENTATION.org +++ b/doc/DOCUMENTATION.org @@ -981,18 +981,18 @@ If you are not convinced, then here is the snippet to revert back to the default * Evil plugins Spacemacs ships with the following evil plugins: -| Mode | Description | -|---------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------| -| [[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/cofi/evil-indent-textobject][evil-indent-textobject]] | add text object based on indentation level | -| [[https://github.com/redguardtoo/evil-matchit][evil-matchit]] | port of [[http://www.vim.org/scripts/script.php?script_id=39][matchit.vim]] | -| [[https://github.com/redguardtoo/evil-nerd-commenter][evil-nerd-commenter]] | port of [[https://github.com/scrooloose/nerdcommenter][nerdcommenter]] | -| [[https://github.com/cofi/evil-numbers][evil-numbers]] | like ~C-a~ and ~C-x~ in vim | -| [[https://github.com/juanjux/evil-search-highlight-persist][evil-search-highlight-persist]] | emulation of hlsearch behavior | -| [[https://github.com/timcharper/evil-surround][evil-surround]] | port of [[https://github.com/tpope/vim-surround][vim-surround]] | -| [[https://github.com/bling/evil-visualstar][evil-visualstar]] | search for current selection with ~*~ | -| [[https://github.com/Alexander-Miller/treemacs][Treemacs]] | a file explorer like [[https://github.com/scrooloose/nerdtree][NERD Tree]] | +| Mode | Description | +|-------------------------------+--------------------------------------------| +| [[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/cofi/evil-indent-textobject][evil-indent-textobject]] | add text object based on indentation level | +| [[https://github.com/redguardtoo/evil-matchit][evil-matchit]] | port of [[http://www.vim.org/scripts/script.php?script_id=39][matchit.vim]] | +| [[https://github.com/redguardtoo/evil-nerd-commenter][evil-nerd-commenter]] | port of [[https://github.com/scrooloose/nerdcommenter][nerdcommenter]] | +| [[https://github.com/cofi/evil-numbers][evil-numbers]] | like ~C-a~ and ~C-x~ in vim | +| [[https://github.com/juanjux/evil-search-highlight-persist][evil-search-highlight-persist]] | emulation of hlsearch behavior | +| [[https://github.com/timcharper/evil-surround][evil-surround]] | port of [[https://github.com/tpope/vim-surround][vim-surround]] | +| [[https://github.com/bling/evil-visualstar][evil-visualstar]] | search for current selection with ~*~ | +| [[https://github.com/Alexander-Miller/treemacs][Treemacs]] | a file explorer like [[https://github.com/scrooloose/nerdtree][NERD Tree]] | * Environment variables and PATH Environment variables are handled by the function =dotspacemacs/user-env= of @@ -2375,7 +2375,7 @@ Files manipulation commands (start with ~f~): | ~SPC f s~ | save a file | | ~SPC f S~ | save all files | | ~SPC f r~ | open a recent file | -| ~SPC f t~ | toggle file tree side bar using [[https://github.com/Alexander-Miller/treemacs][Treemacs]] | +| ~SPC f t~ | toggle file tree side bar using [[https://github.com/Alexander-Miller/treemacs][Treemacs]] | | ~SPC f v d~ | add a directory variable | | ~SPC f v f~ | add a local variable to the current file | | ~SPC f v p~ | add a local variable to the first line of the current file | @@ -3299,7 +3299,7 @@ To search in a project see [[#searching-in-a-project][project searching]]. | ~SPC p T~ | test project | | ~SPC p v~ | open project root in =vc-dir= or =magit= | | ~SPC /~ | search in project with the best search tool available | -| ~SPC s p~ | see [[#searching-in-a-project][searching in a project]] | +| ~SPC s p~ | see [[#searching-in-a-project][searching in a project]] | | ~SPC s a p~ | run =ag= | | ~SPC s g p~ | run =grep= | | ~SPC s k p~ | run =ack= | diff --git a/layers/+source-control/git/README.org b/layers/+source-control/git/README.org index 3bdfd2db6..a667789a6 100644 --- a/layers/+source-control/git/README.org +++ b/layers/+source-control/git/README.org @@ -284,8 +284,8 @@ configure =magit-repository-directories= to target Emacs to directories to look into. #+BEGIN_SRC emacs-lisp -(setq magit-repository-directories - '(("~/Development/" . 2) ("~/src/" . 2))) + (setq magit-repository-directories + '(("~/Development/" . 2) ("~/src/" . 2))) #+END_SRC Where each element has the form =(DIRECTORY . DEPTH)=, when DEPTH is ~0~ - then