Browse Source

Changed from checking if there is a display running to if it is

capable of graphics
master
Raphael Roberts 6 years ago
parent
commit
4649af40cb
  1. 2
      settings.org

2
settings.org

@ -718,7 +718,7 @@ put executables in elpy-rpc-venv in path
** Clipmon settings
#+BEGIN_SRC emacs-lisp
(use-package clipmon
:if (display-graphic-p)
:if (or (eq system-type 'windows-nt) (member "X11" (split-string system-configuration-features " ")))
:hook ((after-init . clipmon-mode-start)
(after-init . clipmon-persist)))
#+END_SRC
Loading…
Cancel
Save