From 981506ba6e50e52d79b4a041e4a90e4246e9af43 Mon Sep 17 00:00:00 2001 From: Robert Timm Date: Fri, 16 Sep 2016 00:52:25 +0200 Subject: [PATCH] Adds FEATURE_DEFAULT_ZOOM to config.def.h --- src/config.def.h | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 2.20.1