aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/Main.hs8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/Main.hs b/app/Main.hs
index 2bac63f..b094a72 100644
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -214,6 +214,14 @@
-- Depending on the type of issue (TODO, FIXME, ...) there should be
-- either a prefix in the list view (e.g. 🏗️, 🐞, ...), or the list
-- should be grouped by the type.
+--
+-- COMMENT I imagine emojis might be off-putting to some potential users. I
+-- would like a configuration option to disable emojis and display the marker
+-- instead.
+--
+-- I am fine with having emojis by default. However, seeing that markers are
+-- extendable, maybe we should make it an opt-in configuration in the first
+-- place?
-- TODO Add option to group issue list
--