Commit 529a3a269438

Vincent Demeester <vincent@sbr.pm>
2015-05-20 09:31:12
Playing again with unicodes
1 parent befb2c7
Changed files (1)
.emacs.d
.emacs.d/emacs.org
@@ -308,6 +308,10 @@
                           (cons (decode-char 'ucs #x2702)
                                 (decode-char 'ucs #x27b0))
                           "Symbola")
+        (set-fontset-font "fontset-default"
+                          (cons (decode-char 'ucs #x1F300)
+                                (decode-char 'ucs #x1F5FF))
+                          "Symbola")
       ;;  )
     #+END_SRC
 
@@ -2615,7 +2619,7 @@
        :ensure t)
    #+END_SRC
 
-** Docker
+** Docker 🐳
 
    I'm playing a lot with [[http://docker.com][docker]] and most of the time editing
    Dockerfile and stuff inside Emacs.