From: Robert Timm Date: Thu, 15 Sep 2016 22:52:25 +0000 (+0200) Subject: Adds FEATURE_DEFAULT_ZOOM to config.def.h X-Git-Url: https://git.owens.tech/rss.xml/rss.xml/git?a=commitdiff_plain;h=981506ba6e50e52d79b4a041e4a90e4246e9af43;p=vimb.git Adds FEATURE_DEFAULT_ZOOM to config.def.h --- diff --git a/src/config.def.h b/src/config.def.h index 6c6cf86..e84f347 100644 --- a/src/config.def.h +++ b/src/config.def.h @@ -50,6 +50,8 @@ #define FEATURE_HSTS /* enable soup caching - size can be configure by maximum-cache-size setting */ #define FEATURE_SOUP_CACHE +/* allow setting default_zoom via config */ +#define FEATURE_DEFAULT_ZOOM /* enable the :autocmd feature */ #define FEATURE_AUTOCMD /* enable the :auto-response-header feature */