From 7c07208848b5844440b22186681719dc906d2b26 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 21 Sep 2016 16:09:28 -0300 Subject: Initial import --- .gitignore | 5 +++++ README.md | 4 ++++ TODO.md | 4 ++++ elinks.dot/elinks.conf.link | 55 +++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 68 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 TODO.md create mode 100644 elinks.dot/elinks.conf.link diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3eed8fa --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# As we are handling with config files, it might be better to +# use a paranoid config by default. +# +# Comment that while in development. +* diff --git a/README.md b/README.md new file mode 100644 index 0000000..caa8b7c --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# elinks dotfile module + +This is the repository for elinks configuration. +More information at https://git.fluxo.info/metadot diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..8ab655d --- /dev/null +++ b/TODO.md @@ -0,0 +1,4 @@ +TODO +==== + +* Nothing here? :P diff --git a/elinks.dot/elinks.conf.link b/elinks.dot/elinks.conf.link new file mode 100644 index 0000000..e2ea0dd --- /dev/null +++ b/elinks.dot/elinks.conf.link @@ -0,0 +1,55 @@ +## 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 + + +## ui +# User interface options. + + ## ui.tabs + # Window tabs settings. + + ## ui.tabs.confirm_close [0|1] + # When closing a tab show confirmation dialog. + set ui.tabs.confirm_close = 0 + + + ## ui.language + # Language of user interface. 'System' means that the language will be + # extracted from the environment dynamically. + set ui.language = "System" + + + + + +################################## +# Automatically saved keybindings +# + +bind "main" "q" = "really-quit" +bind "main" "Q" = "quit" -- cgit v1.2.3