emacs.d

My emacs configuration, done in a literate programming fashion using org-mode

git clone git://git.shimmy1996.com/emacs.d.git
commit 724dd72c00b869c563d1cf2416ad610d26f0c9c4
parent 0bae5a8aaeed93556e7f11214f7e5dbbf02ec7f9
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Tue, 12 Sep 2017 23:17:52 -0500

Adjustments in README

Diffstat:
MREADME.org | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/README.org b/README.org
@@ -7,7 +7,6 @@ My humble collection of Emacs config, modeled after [[https://github.com/admiral
 
 After installation, you may need to run ~M-x list-packages~ and reload ~init.el~.
 
-
 * Modules
 
 |-----------------------------+-----------------------|
@@ -15,6 +14,6 @@ After installation, you may need to run ~M-x list-packages~ and reload ~init.el~
 |-----------------------------+-----------------------|
 | [[file:modules/package.org]]    | Package management.   |
 | [[file:modules/aesthetics.org]] | UI and theme configs. |
-| [[file:modules/auctex.org ]]    | ~auctex~ settings.    |
+| [[file:modules/auctex.org ]]    | Auctex settings.      |
 |-----------------------------+-----------------------|