From c9f139b3ed46a5956005ff5dd283c6e23fc8b291 Mon Sep 17 00:00:00 2001 From: Howland Owl Date: Mon, 21 Aug 2017 17:29:08 +0300 Subject: [PATCH] Add flycheck for on-the-fly syntax check --- emacs-init-el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs-init-el b/emacs-init-el index 566c98b..bde4d2c 100644 --- a/emacs-init-el +++ b/emacs-init-el @@ -148,4 +148,5 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(default ((t (:inherit nil :stipple nil :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 142 :width normal :foundry "unci" :family "MonofurForPowerline Nerd Font"))))) + '(default ((t (:inherit nil :stipple nil :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 142 :width normal :foundry "unci" :family "MonofurForPowerline Nerd Font")))) + '(fixed-pitch ((t (:family "Iosevka")))))