From 5689c0a503ef53e552200b39b1054bee39785026 Mon Sep 17 00:00:00 2001 From: Arun Date: Tue, 10 May 2022 20:23:22 +0530 Subject: [PATCH] Updated Developer guides (markdown) --- Developer-guides.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Developer-guides.md b/Developer-guides.md index d36b853..c920525 100644 --- a/Developer-guides.md +++ b/Developer-guides.md @@ -77,13 +77,19 @@ Storing and decoding user and group info adds significantly to resident memory u make O_ICONS=1 -More details [here](https://github.com/jarun/nnn/wiki/Advanced-use-cases#file-icons). This variable is not compatible with `O_NERD=1` and `O_NOLC=1`. +More details [here](https://github.com/jarun/nnn/wiki/Advanced-use-cases#file-icons). This variable is not compatible with `O_NERD=1`, `O_EMOJI=1` and `O_NOLC=1`. #### Compile-in icons-nerdfont make O_NERD=1 -More details [here](https://github.com/jarun/nnn/wiki/Advanced-use-cases#file-icons). This variable is not compatible with `O_ICONS=1` and `O_NOLC=1`. +More details [here](https://github.com/jarun/nnn/wiki/Advanced-use-cases#file-icons). This variable is not compatible with `O_ICONS=1`, `O_EMOJI=1` and `O_NOLC=1`. + +#### Compile-in emojis + + make O_EMOJI=1 + +More details [here](https://github.com/jarun/nnn/wiki/Advanced-use-cases#file-icons). This variable is not compatible with `O_ICONS=1`, `O_NERD=1` and `O_NOLC=1`. #### Compile out locale