Fix formatting

This commit is contained in:
Kevin Cotugno 2017-05-23 10:37:04 -07:00
parent f5cc1353df
commit 57af467e31

View File

@ -34,10 +34,10 @@
(tool-bar-mode -1) (tool-bar-mode -1)
(scroll-bar-mode -1) (scroll-bar-mode -1)
(setq inhibit-startup-screen t) (setq inhibit-startup-screen t)
(set-default 'truncate-lines t) (setq-default truncate-lines t)
(set-default 'truncate-partial-width-windows nil) (setq-default truncate-partial-width-windows nil)
(set-default 'scroll-conservatively 100) (setq-default scroll-conservatively 100)
(when 'display-graphic-p (lambda () (when 'display-graphic-p (lambda ()
(global-hl-line-mode t))) (global-hl-line-mode t)))
@ -146,5 +146,4 @@
(evil-leader/set-key "p" 'helm-projectile) (evil-leader/set-key "p" 'helm-projectile)
(helm-projectile-on)) (helm-projectile-on))
;; End Plugins ;; End Plugins