From 15ed07b2b29d738b19b050c3bc811de0c6aa11ee Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 29 Jan 2018 11:35:43 +0100 Subject: emacs: fixed style of latex section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- emacs/init.html | 48 ++++++++++++++++++++++++------------------------ 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 @@ mssola's GNU Emacs configuration - + @@ -197,13 +197,13 @@ for the JavaScript code in this tag.
  • Web-related stuff.
  • Devops
  • Others
  • +
  • LaTeX
  • -
  • LaTeX
  • -
  • WoMan
  • -
  • Misc
  • -
  • Credits
  • -
  • License
  • +
  • WoMan
  • +
  • Misc
  • +
  • Credits
  • +
  • License
  • @@ -2868,13 +2868,12 @@ criteria really). - -
    -

    LaTeX

    -
    +
    +

    LaTeX

    +

    -Let's use [Auctex](https://www.gnu.org/software/auctex/) for LaTeX files. +Let's use Auctex for LaTeX files.

    @@ -2889,10 +2888,11 @@ Let's use [Auctex](https://www.gn
    +
    -
    -

    WoMan

    -
    +
    +

    WoMan

    +

    WoMan 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:

    -
    -

    Misc

    -
    +
    +

    Misc

    +

    Install a set of useful functions from @bbatsov. 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).

    -
    -

    Credits

    -
    +
    +

    Credits

    +

    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:

    -
    -

    License

    -
    +
    +

    License

    +
    Copyright (C) 2014-2018 Miquel Sabaté Solà <mikisabate@gmail.com>
    @@ -3001,7 +3001,7 @@ along with this program.  If not, see <
     
    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 -- cgit v1.2.3