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 | |
| 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')
| -rw-r--r-- | emacs/init.html | 48 | ||||
| -rw-r--r-- | emacs/init.org | 4 |
2 files changed, 26 insertions, 26 deletions
diff --git a/emacs/init.html b/emacs/init.html index e8b08da..5dfec72 100644 --- a/emacs/init.html +++ b/emacs/init.html @@ -4,7 +4,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <title>mssola's GNU Emacs configuration</title> -<!-- 2018-01-19 Fri 15:12 --> +<!-- 2018-01-29 Mon 11:35 --> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="generator" content="Org-mode" /> <meta name="author" content="Miquel Sabaté Solà" /> @@ -197,13 +197,13 @@ for the JavaScript code in this tag. <li><a href="#sec-15-10">Web-related stuff.</a></li> <li><a href="#sec-15-11">Devops</a></li> <li><a href="#sec-15-12">Others</a></li> +<li><a href="#sec-15-13">LaTeX</a></li> </ul> </li> -<li><a href="#sec-16">LaTeX</a></li> -<li><a href="#sec-17">WoMan</a></li> -<li><a href="#sec-18">Misc</a></li> -<li><a href="#sec-19">Credits</a></li> -<li><a href="#sec-20">License</a></li> +<li><a href="#sec-16">WoMan</a></li> +<li><a href="#sec-17">Misc</a></li> +<li><a href="#sec-18">Credits</a></li> +<li><a href="#sec-19">License</a></li> </ul> </div> </div> @@ -2868,13 +2868,12 @@ criteria really). </div> </div> </div> -</div> -<div id="outline-container-sec-16" class="outline-2"> -<h2 id="sec-16">LaTeX</h2> -<div class="outline-text-2" id="text-16"> +<div id="outline-container-sec-15-13" class="outline-3"> +<h3 id="sec-15-13">LaTeX</h3> +<div class="outline-text-3" id="text-15-13"> <p> -Let's use [Auctex](<a href="https://www.gnu.org/software/auctex/">https://www.gnu.org/software/auctex/</a>) for LaTeX files. +Let's use <a href="https://www.gnu.org/software/auctex/">Auctex</a> for LaTeX files. </p> <div class="org-src-container"> @@ -2889,10 +2888,11 @@ Let's use [Auctex](<a href="https://www.gnu.org/software/auctex/">https://www.gn </div> </div> </div> +</div> -<div id="outline-container-sec-17" class="outline-2"> -<h2 id="sec-17">WoMan</h2> -<div class="outline-text-2" id="text-17"> +<div id="outline-container-sec-16" class="outline-2"> +<h2 id="sec-16">WoMan</h2> +<div class="outline-text-2" id="text-16"> <p> <code>WoMan</code> is a package that is included inside of GNU Emacs by default, and that takes care of visualizing man pages. Let's properly setup Evil mode for this: @@ -2925,9 +2925,9 @@ Finally, I want man pages to fill all the frame: </div> </div> -<div id="outline-container-sec-18" class="outline-2"> -<h2 id="sec-18">Misc</h2> -<div class="outline-text-2" id="text-18"> +<div id="outline-container-sec-17" class="outline-2"> +<h2 id="sec-17">Misc</h2> +<div class="outline-text-2" id="text-17"> <p> Install a set of useful functions from <a href="https://github.com/bbatsov">@bbatsov</a>. The bindings are following Emacs style instead of being more Vim-like on purpose (I don't want to put @@ -2948,9 +2948,9 @@ too many things into my leader and these shortcuts look sensible to me). </div> </div> -<div id="outline-container-sec-19" class="outline-2"> -<h2 id="sec-19">Credits</h2> -<div class="outline-text-2" id="text-19"> +<div id="outline-container-sec-18" class="outline-2"> +<h2 id="sec-18">Credits</h2> +<div class="outline-text-2" id="text-18"> <p> I've built this file by simply scavenging from other people's emacs.d/dotfiles repositories. I have taken lots of pieces from here and there, but most notably: @@ -2975,9 +2975,9 @@ repositories. I have taken lots of pieces from here and there, but most notably: </div> </div> -<div id="outline-container-sec-20" class="outline-2"> -<h2 id="sec-20">License</h2> -<div class="outline-text-2" id="text-20"> +<div id="outline-container-sec-19" class="outline-2"> +<h2 id="sec-19">License</h2> +<div class="outline-text-2" id="text-19"> <div class="org-src-container"> <pre class="src src-text">Copyright (C) 2014-2018 Miquel Sabaté Solà <a href="mailto:mikisabate%40gmail.com"><mikisabate@gmail.com></a> @@ -3001,7 +3001,7 @@ along with this program. If not, see <a href="http://www.gnu.org/licenses/">< </div> <div id="postamble" class="status"> <p class="author">Author: Miquel Sabaté Solà</p> -<p class="date">Created: 2018-01-19 Fri 15:12</p> +<p class="date">Created: 2018-01-29 Mon 11:35</p> <p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 25.3.1 (<a href="http://orgmode.org">Org</a> mode 8.2.10)</p> <p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p> </div> 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 |
