Track elinks config
authorSiraaj Khandkar <siraaj@khandkar.net>
Tue, 5 Oct 2021 19:54:37 +0000 (15:54 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Tue, 5 Oct 2021 19:56:30 +0000 (15:56 -0400)
home/.elinks/elinks.conf [new file with mode: 0644]

diff --git a/home/.elinks/elinks.conf b/home/.elinks/elinks.conf
new file mode 100644 (file)
index 0000000..5133dc6
--- /dev/null
@@ -0,0 +1,46 @@
+## ELinks 0.12pre6 configuration file
+
+## This is ELinks configuration file. You can edit it manually,
+## if you wish so; this file is edited by ELinks when you save
+## options through UI, however only option values will be altered
+## and missing options will be added at the end of file; if option
+## is not written in this file, but in some file included from it,
+## it is NOT counted as missing. Note that all your formatting,
+## own comments and so on will be kept as-is.
+##
+## Obviously, if you don't like what ELinks is going to do with
+## this file, you can change it by altering the config.saving_style
+## option. Come on, aren't we friendly guys after all?
+
+
+
+##############################
+# Automatically saved options
+#
+
+## config
+#  Configuration handling options.
+
+  ## config.saving_style_w [0|1]
+  #  This is internal option used when displaying a warning about obsolete
+  #  config.saving_style. You shouldn't touch it.
+  set config.saving_style_w = 1
+
+
+## terminal
+#  Terminal options.
+
+  ## terminal.screen-256color
+  #  Options specific to this terminal type (according to $TERM value).
+
+    ## terminal.screen-256color.colors <num>
+    set terminal.screen-256color.colors = 1
+
+
+## ui
+#  User interface options.
+
+  ## ui.language <language>
+  #  Language of user interface. 'System' means that the language will be
+  #  extracted from the environment dynamically.
+  set ui.language = "System"
This page took 0.025089 seconds and 4 git commands to generate.