Skip to content

Commit

Permalink
Track changes: Go Mono -> Source Code Pro, new Erlang in OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
jlouis committed Jul 3, 2017
1 parent 69d9789 commit 26e559e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.el
Expand Up @@ -17,7 +17,7 @@
((eq system-type 'darwin)
(progn
(setq erlang-root-dir "/usr/local/lib/erlang")
(setq tools-ver "2.9.1")
(setq tools-ver "2.10")
(push "/usr/local/bin" exec-path)
(push "/usr/local/sbin" exec-path)
(push "/Library/TeX/texbin" exec-path)
Expand All @@ -39,7 +39,7 @@
:height 150
:weight 'normal)
(set-face-font 'default font))
"Go Mono"))))
"Source Code Pro"))))

(setq disabled-command-function nil)
(put 'set-goal-column 'disabled nil)
Expand Down

0 comments on commit 26e559e

Please sign in to comment.