Make it work under SSH
This commit is contained in:
parent
edeca0b25f
commit
444e503cad
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue