Skip to content

Commit

Permalink
Spacemacs - Symbola font for Unicode emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamled committed Jul 11, 2019
1 parent a52e7c6 commit f56e38a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spacemacs
Expand Up @@ -321,7 +321,8 @@ you should place your code here."
(defun racket-repl-mode-keys ()
"custom keybindings for racket-repl-mode"
(local-set-key (kbd "<C-return>") 'newline-and-indent))
(add-hook 'racket-repl-mode-hook 'racket-repl-mode-keys))
(add-hook 'racket-repl-mode-hook 'racket-repl-mode-keys)
(set-fontset-font t 'unicode "Symbola" nil 'prepend))

;; Do not write anything past this comment. This is where Emacs will
;; auto-generate custom variable definitions.
Expand Down

0 comments on commit f56e38a

Please sign in to comment.