Skip to content

Commit

Permalink
Enable color emoji.
Browse files Browse the repository at this point in the history
  • Loading branch information
shields-fn committed May 26, 2020
1 parent 4d3d031 commit 45ffe17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .emacs.d/init.el
Expand Up @@ -61,6 +61,10 @@

(set-fringe-mode '(nil . 0)) ; left-only

;; Enable color emoji.
(set-fontset-font
t 'symbol (font-spec :family "Apple Color Emoji") nil 'prepend)

(global-diff-hl-mode 1)
(diff-hl-flydiff-mode 1)
(eval-after-load "magit"
Expand Down

0 comments on commit 45ffe17

Please sign in to comment.