Commit d462a8b8316d

Vincent Demeester <vincent@sbr.pm>
2015-06-06 21:42:39
Typo(s) & aesthetics
1 parent eab2211
Changed files (1)
.emacs.d
.emacs.d/emacs.org
@@ -261,7 +261,6 @@
 
     Here I set up git diffs and buffer position in the fringe.
 
-    #+NAME: look-and-feel
     #+BEGIN_SRC emacs-lisp
       (setq-default indicate-buffer-boundaries 'left)
       (setq-default indicate-empty-lines +1)
@@ -275,11 +274,12 @@
     are available.
 
     #+begin_src emacs-lisp
+      ;; Use the following to load it only if present
       ;;(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)
       ;;  )
+      (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,9 +287,7 @@
     cool : ๐Ÿ™† ๐Ÿ˜† ๐Ÿ˜ โ™จ โ›… ๐Ÿšฒ.
 
     #+BEGIN_SRC emacs-lisp
-      ;;(when (member "Symbola" (font-family-list))
       (set-fontset-font t 'unicode "Symbola" nil 'prepend)
-      ;;  )
     #+END_SRC
 
 *** Themes
@@ -319,6 +317,7 @@
                    :init
                    (powerline-default-theme))
     #+end_src
+
 ** Behaviour
 
    First thing first, let's define a shortcuts for editing this configuration.