summaryrefslogtreecommitdiff
path: root/eww-conf.el
blob: 8b8a37965ddab6cdf216783afd4220ec66bded55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
;;; 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