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

(setq eww-bookmarks-directory load-file-directory)




(provide 'eww-conf)

;;; eww-conf.el ends here