mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
16 lines
279 B
EmacsLisp
16 lines
279 B
EmacsLisp
;;; siren-xwwp.el --- jimeh's Emacs Siren: xwwp configuration.
|
|
|
|
;;; Commentary:
|
|
|
|
;; Basic configuration for xwwp.
|
|
|
|
;;; Code:
|
|
|
|
(use-package xwwp
|
|
:general
|
|
(:keymaps 'xwidget-webkit-mode-map
|
|
"v" 'xwwp-follow-link))
|
|
|
|
(provide 'siren-xwwp)
|
|
;;; siren-xwwp.el ends here
|