diff options
| author | 2013-08-25 12:24:19 +0200 | |
|---|---|---|
| committer | 2013-08-25 12:24:19 +0200 | |
| commit | 0f2f2448b36622e2b23adaf9383660c318abac09 (patch) | |
| tree | b1a31e37252554ded297128a264c4a1082378171 | |
| parent | 064ed4f72dfa5e69e19651682c4c5102126eda8f (diff) | |
| download | emacs-0f2f2448b36622e2b23adaf9383660c318abac09.tar.gz emacs-0f2f2448b36622e2b23adaf9383660c318abac09.zip | |
Use PT Mono font
| -rw-r--r-- | .emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index bcc9522..af4d432 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -603,7 +603,7 @@ Also change directories to current working directory." (vertical-scroll-bars . nil) (menu-bar-lines . nil) (tool-bar-lines . nil) - (font . "Liberation Mono:pixelsize=16"))) + (font . "PT Mono:pixelsize=16"))) (setq frame-title-format '(:eval (concat "emacs: " (buffer-name)))) (setq message-log-max 1000) (setq redisplay-dont-pause t) |
