diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2018-01-29 11:35:43 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2018-01-29 11:35:43 +0100 |
| commit | 15ed07b2b29d738b19b050c3bc811de0c6aa11ee (patch) | |
| tree | 9ab8201230075ea1781891dc147c507b17578f4f /emacs/init.org | |
| parent | c6e6dd94b7f353e27431703699aca7a6818edc36 (diff) | |
| download | dotfiles-15ed07b2b29d738b19b050c3bc811de0c6aa11ee.tar.gz dotfiles-15ed07b2b29d738b19b050c3bc811de0c6aa11ee.zip | |
emacs: fixed style of latex section
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs/init.org')
| -rw-r--r-- | emacs/init.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/init.org b/emacs/init.org index 908457d..6d6ac23 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -2033,9 +2033,9 @@ criteria really). (add-hook lang-hook 'soria-purple-identifiers)) #+END_SRC -* LaTeX +** LaTeX -Let's use [Auctex](https://www.gnu.org/software/auctex/) for LaTeX files. +Let's use [[https://www.gnu.org/software/auctex/][Auctex]] for LaTeX files. #+BEGIN_SRC elisp (use-package tex |
