diff options
author | bd <bdunahu@colostate.edu> | 2024-03-09 20:19:50 -0700 |
---|---|---|
committer | bd <bdunahu@colostate.edu> | 2024-03-09 20:19:50 -0700 |
commit | 443504c783443e568148bc467d740381deaf814c (patch) | |
tree | 9f28fe57aa1da33357eab9f8ff8ae9219e6b7eef /.config/emacs/modules/bd--eww.el | |
parent | 54884c3031769a51010d586d7d7d0248b62695e5 (diff) |
exwm -> dwm
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 |