commit 2c5afd3ed0dbca61ae93e31ad73f56086963a908
parent 6442bad30064456e051eb3bc5c6b105f232b0a07
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Sat, 28 Apr 2018 17:08:33 -0500
Add short description for clang-format.
Diffstat:
1 file changed, 17 insertions(+), 16 deletions(-)
diff --git a/README.org b/README.org
@@ -5,22 +5,23 @@
This is my humble collection of Emacs config, modeled after [[https://github.com/admiralakber/simplemacs][simplemacs]], documented in an hopefully understandable manner. I went from using multiple =.org= files back to a single one because =org-mode= is fantastic and my config is not too complicated for a single file to handle (yet).
Here's a short description for each module.
-| Module | Notes |
-|----------------+-----------------------------|
-| [[Packages]] | Package management. |
-| [[Aesthetics]] | UI and theme. |
-| [[Org-mode]] | Org-mode settings. |
-| [[Helm]] | Minibuffer auto-completion. |
-| [[Auctex]] | Latex settings. |
-| [[Ox-hugo]] | =hugo= exporter. |
-| [[Magit]] | Git interface. |
-| [[CC]] | CC mode. |
-| [[Flycheck]] | Syntax checking. |
-| [[Yasnippet]] | Snippet templates. |
-| [[Company]] | Buffer auto-completion. |
-| [[ESS]] | Emacs Speaks Statistics. |
-| [[Projectile]] | Project management. |
-| [[Keyfreq]] | Record command frequency. |
+| Module | Notes |
+|------------------+-----------------------------|
+| [[Packages]] | Package management. |
+| [[Aesthetics]] | UI and theme. |
+| [[Org-mode]] | Org-mode settings. |
+| [[Helm]] | Minibuffer auto-completion. |
+| [[Auctex]] | Latex settings. |
+| [[Ox-hugo]] | =hugo= exporter. |
+| [[Magit]] | Git interface. |
+| [[CC]] | CC mode. |
+| [[Flycheck]] | Syntax checking. |
+| [[Yasnippet]] | Snippet templates. |
+| [[Company]] | Buffer auto-completion. |
+| [[ESS]] | Emacs Speaks Statistics. |
+| [[Projectile]] | Project management. |
+| [[Keyfreq]] | Record command frequency. |
+| [[Clang-format]] | Format C++ source code. |
* Packages
Manage my package settings.