From d7e30e55b29461c76b461ddd73088f48e482ed65 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 26 Jan 2017 17:39:32 +0100 Subject: emacs: fixed typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- emacs/init.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'emacs/init.org') 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:, a@@ to =yas-describe-tables=, which shows the available +@@html:, h@@ to =yas-describe-tables=, which shows the available snippets in another buffer. #+BEGIN_SRC elisp -- cgit v1.2.3