Commit 467e9e79078e

Vincent Demeester <vincent@sbr.pm>
2015-05-20 08:34:11
Temporarly disable the "when font available"โ€ฆ
โ€ฆ because it's keeping me from using emacs --daemon at start (the font of the client were not the right ones..)
1 parent ee0a609
Changed files (1)
.emacs.d
.emacs.d/emacs.org
@@ -275,11 +275,11 @@
     are available.
 
     #+begin_src emacs-lisp
-      (when (member "Ubuntu Mono" (font-family-list))
+      ;;(when (member "Ubuntu Mono" (font-family-list))
         (set-default-font "Ubuntu Mono-12")
         (set-frame-font "Ubuntu Mono-12")
         (set-face-attribute 'default nil :family "Ubuntu Mono" :height 110)
-        )
+      ;;  )
     #+end_src
 
     This will set Symbola as fallback-font for Emojis when it is
@@ -287,7 +287,7 @@
     cool : ๐Ÿ™† ๐Ÿ˜† ๐Ÿ˜ โ™จ โ›… ๐Ÿšฒ.
 
     #+BEGIN_SRC emacs-lisp
-      (when (member "Symbola" (font-family-list))
+      ;;(when (member "Symbola" (font-family-list))
         (set-fontset-font "fontset-default"
                           (cons (decode-char 'ucs #x1f600)
                                 (decode-char 'ucs #x1f640))
@@ -308,7 +308,7 @@
                           (cons (decode-char 'ucs #x2702)
                                 (decode-char 'ucs #x27b0))
                           "Symbola")
-        )
+      ;;  )
     #+END_SRC
 
 *** Themes