From 444e503cadf3ed4f8ae5d061e1f18c3d1fb624a8 Mon Sep 17 00:00:00 2001 From: John Doty Date: Mon, 24 Mar 2014 06:35:34 -0700 Subject: [PATCH] Make it work under SSH --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 4efb842..9a0654a 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -201,7 +201,7 @@ ;; (require 'cl) (defun font-existsp (font) - (if (null (x-list-fonts font)) + (if (and (fboundp 'x-list-fonts) (null (x-list-fonts font))) nil t)) (setq my-font-choice