From ff5d2b9e4d8a7fc4bdbdcef975f671e0fe8d081a Mon Sep 17 00:00:00 2001 From: Gean Marroquin Date: Fri, 24 Nov 2023 11:07:01 -0500 Subject: [PATCH] Updated modes (markdown) --- modes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modes.md b/modes.md index 2352450..1fca763 100644 --- a/modes.md +++ b/modes.md @@ -5,7 +5,7 @@ Implement modes, default mode is `NORMAL` In the example below, you declare a mode: `BROWSER`, which is activated when you press modkey + b. Then, you can press f to launch `Firefox` and return to the default `NORMAL` mode. -``` +```c enum { BROWSER, };