diff --git a/init.org b/init.org index 78d13b2..c0f6362 100644 --- a/init.org +++ b/init.org @@ -202,13 +202,16 @@ NAME is the name of the process and its buffer." #+END_SRC * atomic-chrome +Doesn't work in my current main browser (Tor Browser), and thus barely used of late... #+BEGIN_SRC emacs-lisp -(require 'atomic-chrome) -(atomic-chrome-start-server) -(setq atomic-chrome-url-major-mode-alist - '(("wikisource" . mediawiki-mode))) - +(use-package atomic-chrome + :demand t + :init (atomic-chrome-start-server) + :config + (setq atomic-chrome-url-major-mode-alist + '(("wikisource" . mediawiki-mode)))) #+END_SRC + * emacs settings #+BEGIN_SRC emacs-lisp (use-package emacs