diff options
author | pommicket <pommicket@gmail.com> | 2023-08-15 11:00:00 -0300 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-08-15 11:31:06 -0300 |
commit | ad8c5d1466eb8edf2e6343f28026ae993ac31f2c (patch) | |
tree | b4a9d475b47cc978c66d830ea61a99c0464af9f8 /main.c | |
parent | 4ea381d6a8a2a560213de896bab2aad02a70f937 (diff) |
use home/end with selector
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,7 +1,4 @@ /* -TODO: -- use home/end with selector - FUTURE FEATURES: - autodetect indentation (tabs vs spaces) - custom file/build command associations @@ -75,7 +72,7 @@ FUTURE FEATURES: #include "ide-definitions.c" #include "ide-highlights.c" #include "ide-usages.c" -#include "ide-d.c" +#include "ide-document-link.c" #include "command.c" #include "macro.c" #include "config.c" |