stoof
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
(setq vterm-shell "/bin/zsh")
|
||||
|
||||
;; Theme & background color
|
||||
(load-theme 'modus-operandi-tinted t)
|
||||
(load-theme 'doom-earl-grey t)
|
||||
;;(set-face-background 'default "#E8D8B0")
|
||||
|
||||
;; Lockfiles
|
||||
@@ -238,12 +238,12 @@
|
||||
(eww-browse-url link)
|
||||
(message "No link to open."))))
|
||||
|
||||
(defun opal/elfeed-open-in-librewolf ()
|
||||
"Open the current Elfeed entry link in LibreWolf."
|
||||
(defun opal/elfeed-open-in-firefox()
|
||||
"Open the current Elfeed entry link in firefox."
|
||||
(interactive)
|
||||
(let ((link (elfeed-entry-link (elfeed-search-selected :single))))
|
||||
(if link
|
||||
(let ((browse-url-generic-program "librewolf"))
|
||||
(let ((browse-url-generic-program "firefox"))
|
||||
(browse-url-generic link))
|
||||
(message "No link to open."))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user