;;; eww-conf.el --- My configurations for Emacs Web Wowser -*- lexical-binding: t; -*- ;;; Author: Durand ;;; Created: 2021-01-20 ;;; Commentary: ;; Simply configurations for the great Emacs Web Wowser ;;; Code: (require 'eww) (setq eww-bookmarks-directory load-file-directory) (setq eww-search-prefix "https://duckduckgo.com/lite/?q=") (provide 'eww-conf) ;;; eww-conf.el ends here