]> git.donarmstrong.com Git - lib.git/commitdiff
ignore errors when starting the chrome server
authorDon Armstrong <don@donarmstrong.com>
Wed, 10 Jan 2018 00:56:17 +0000 (16:56 -0800)
committerDon Armstrong <don@donarmstrong.com>
Wed, 10 Jan 2018 00:56:17 +0000 (16:56 -0800)
emacs_el/configuration/don-configuration.org

index 0e26c2ab1e115df9174c20f24b94d2c20fcfb02d..f3468a8c2ae9cd0c42f70d3108c188a644f0b4ae 100644 (file)
@@ -733,7 +733,8 @@ From http://julien.danjou.info/projects/emacs-packages#rainbow-mode, this colori
 ** GhostText/Atomic Chrome
 #+BEGIN_SRC emacs-lisp
   (use-package atomic-chrome
-    :config (atomic-chrome-start-server)
+    :config
+    (ignore-errors (atomic-chrome-start-server))
     (setq atomic-chrome-buffer-open-style 'full)
     )
 #+END_SRC