diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2017-01-26 17:39:32 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2017-01-26 17:39:32 +0100 |
| commit | d7e30e55b29461c76b461ddd73088f48e482ed65 (patch) | |
| tree | b2252687c934d149bd94b056b17c7c6b482dd63a /emacs/init.org | |
| parent | 7217d118e7e4a64314ead94836804c0d027e6418 (diff) | |
| download | dotfiles-d7e30e55b29461c76b461ddd73088f48e482ed65.tar.gz dotfiles-d7e30e55b29461c76b461ddd73088f48e482ed65.zip | |
emacs: fixed typos
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs/init.org')
| -rw-r--r-- | emacs/init.org | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emacs/init.org b/emacs/init.org index 855e610..b11c828 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -609,9 +609,9 @@ that often, but it's cool to have a distraction-free screen from time to time. :ensure t) #+END_SRC -Finally, we have =expand-region=. This is an extension that is based on a Vim -one, which expands the region of selection with a single key chord. Even if evil -covers most of my uses, it's convenient to have this tool anyways. +The =expand-region= package is an extension that is based on a Vim one, which +expands the region of selection with a single key chord. Even if evil covers +most of my uses, it's convenient to have this tool anyways. #+BEGIN_SRC elisp (use-package expand-region @@ -641,7 +641,7 @@ covers most of my uses, it's convenient to have this tool anyways. Last but not least, =YASnippet=. This package allows people to define shortcuts for writing some common blocks. Moreover, it comes with a set of builtin snippets already. Since I don't remember some of these snippets, I've mapped -@@html:<kbd>, a</kbd>@@ to =yas-describe-tables=, which shows the available +@@html:<kbd>, h</kbd>@@ to =yas-describe-tables=, which shows the available snippets in another buffer. #+BEGIN_SRC elisp |
