summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.org
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.org')
-rw-r--r--.emacs.d/init.org12
1 files changed, 12 insertions, 0 deletions
diff --git a/.emacs.d/init.org b/.emacs.d/init.org
index 1ef95e4..7834ce2 100644
--- a/.emacs.d/init.org
+++ b/.emacs.d/init.org
@@ -841,6 +841,18 @@
(setq geiser-default-implementation 'guile))
#+END_SRC
+* Setup eww-lnum
+
+ As recommended in the [[https://github.com/m00natic/eww-lnum][README]], set the keys in the =eww-mode-map=.
+
+ #+BEGIN_SRC emacs-lisp
+ (defvar eww-mode-map)
+
+ (with-eval-after-load 'eww
+ (define-key eww-mode-map "f" 'eww-lnum-follow)
+ (define-key eww-mode-map "F" 'eww-lnum-universal))
+ #+END_SRC
+
* Load custom file
I don't really use the Emacs customization interface much, but I