diff options
| author | yuzu-eva <cafebabe@disroot.org> | 2025-04-09 13:04:57 +0200 |
|---|---|---|
| committer | yuzu-eva <cafebabe@disroot.org> | 2025-04-09 13:04:57 +0200 |
| commit | 8a65bf64fb1109310d7b0831d28c1ef187dff73d (patch) | |
| tree | 65f17f8793882c0feb261449e100ef85cc0dd306 /config.org | |
| parent | 7e684c959a58a8ff3596a7f99efc1be7245845d0 (diff) | |
added links to repos for rainbow-delimiter and simpc
Diffstat (limited to 'config.org')
| -rw-r--r-- | config.org | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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)) |
