diff options
Diffstat (limited to 'eww-conf.el')
-rw-r--r-- | eww-conf.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eww-conf.el b/eww-conf.el index 23619e4..284f2b7 100644 --- a/eww-conf.el +++ b/eww-conf.el @@ -46,7 +46,7 @@ If ARG is nil, open in EWW. Otherwise, open in an external browser." ;; key-bindings -(define-key global-map (vector ?\s-w) #'durand-eww-map) +(define-key global-map (vector ?\s-w) 'durand-eww-map) ;;;###autoload (fset 'durand-eww-map |