diff options
Diffstat (limited to '.config/emacs/modules/bd--eww.el')
-rw-r--r-- | .config/emacs/modules/bd--eww.el | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.config/emacs/modules/bd--eww.el b/.config/emacs/modules/bd--eww.el index 31ff15b..6623323 100644 --- a/.config/emacs/modules/bd--eww.el +++ b/.config/emacs/modules/bd--eww.el @@ -1,19 +1,6 @@ ;; -*- lexical-binding: t; -*- -;;;; chromium -;; less chromium the better -(defun chromium (url) - "Given a user url or search term, opens chromium -in application mode. Application mode removes foreign -tabs and search bars, better integrating with emacs." - (interactive "sEnter url or keywords: ") - (setq url (eww--dwim-expand-url url)) - (start-process-shell-command "chromium" nil (concat "chromium --incognito --app=\"" url "\""))) - - -;;(defun bd/eww-open-chromium -;;;; eww ;; do not use an external browser (setopt browse-url-browser-function 'eww-browse-url shr-use-fonts t |