Changed default browser to eww

This commit is contained in:
g1n 2021-05-01 17:07:54 +03:00
parent 8688dcb5a0
commit d8ff93644b
3 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
custom.el
elpa
auto-save-list
url

View File

@ -4,7 +4,7 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(elfeed-feeds
'("https://xkcd.com"
'("https://nullprogram.com/" "https://xkcd.com"
("https://news.ycombinator.com/rss" hacker)
("https://envs.net/~seirdy/posts/index.xml" seirdy)
("https://codevoid.de/h/feed.xml" codevoid)

View File

@ -40,8 +40,6 @@
(require 'evil-collection nil t)
(evil-collection-init)
; General configuration
;; no startup message
@ -58,6 +56,8 @@
;; show line numbers
(global-display-line-numbers-mode)
;; open links in eww
(setq browse-url-browser-function 'eww-browse-url)
; LISP
(load (expand-file-name "~/.roswell/helper.el"))