From 8a65bf64fb1109310d7b0831d28c1ef187dff73d Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Wed, 9 Apr 2025 13:04:57 +0200 Subject: added links to repos for rainbow-delimiter and simpc --- config.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'config.org') 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)) -- cgit v1.2.3