commit 9943a942cc830321ae4c1120a7a7149728099981
parent df82c64210323f4de091d927fcf8e8f09d736991
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Mon, 18 Jun 2018 23:50:18 -0500
Use a more descriptive name as for some reason a short link like [[CC]] would crash gitea's org mode parser.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
@@ -14,7 +14,7 @@ Here's a short description for each module.
| [[Auctex]] | Latex settings. |
| [[Ox-hugo]] | =hugo= exporter. |
| [[Magit]] | Git interface. |
-| [[CC]] | CC mode. |
+| [[CC Mode]] | CC mode. |
| [[Flycheck]] | Syntax checking. |
| [[Yasnippet]] | Snippet templates. |
| [[Company]] | Buffer auto-completion. |
@@ -619,7 +619,7 @@ Set hot key for =magit-status=.
#+BEGIN_SRC emacs-lisp
(global-set-key (kbd "C-c g") 'magit-status)
#+END_SRC
-* CC
+* CC Mode
** DISABLED Default Indention
Set default indention level to 4 and style to "linux"(do not indent braces).
#+BEGIN_SRC emacs-lisp