changeset 356:2060d92ccc2f

Use `hack` font if it's there.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 19 Dec 2016 20:05:33 -0800
parents 9e6333a505a9
children 4963dd2dcefc
files vim/vimrc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vim/vimrc	Mon Dec 19 20:04:55 2016 -0800
+++ b/vim/vimrc	Mon Dec 19 20:05:33 2016 -0800
@@ -193,7 +193,7 @@
 if s:vim_platform == "windows"
     set guifont=Consolas:h12
 else
-    set guifont=Monaco:h12
+    set guifont=Hack:h12,Monaco:h12
 endif
 
 " Syntax highlighting.