summaryrefslogtreecommitdiff
path: root/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'config.org')
-rw-r--r--config.org6
1 files changed, 4 insertions, 2 deletions
diff --git a/config.org b/config.org
index 56dfc5e..d64561a 100644
--- a/config.org
+++ b/config.org
@@ -92,7 +92,8 @@ Also using relative line numbers.
#+end_src
*** Enable rainbow-delimiters in all programming modes
-Set a different color for each matching pair of brackets
+Set a different color for each matching pair of brackets.
+Uses [[https://github.com/Fanael/rainbow-delimiters][rainbow-delimiters]].
#+begin_src emacs-lisp
(set-face-foreground 'rainbow-delimiters-unmatched-face "red")
@@ -645,7 +646,8 @@ Mode for OpenGL Shading Language
** Initialize =simpc=
-simpc is a simple c mode that aims to be faster than the default c-mode.
+[[https://github.com/rexim/simpc-mode][simpc]] is a simple c mode that aims to
+be faster than the default c-mode.
#+begin_src emacs-lisp
(add-to-list 'auto-mode-alist '("\\.[hc]\\(pp\\)?\\'" . simpc-mode))