summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index ddd31cd..921895e 100644
--- a/init.el
+++ b/init.el
@@ -2393,6 +2393,7 @@
(use-package eww
:config
+ (define-key eww-mode-map "." #'beginning-of-buffer)
(advice-add
'eww-follow-link :around
(lambda (fn &optional external mouse-event)