Fix formatting
This commit is contained in:
parent
f5cc1353df
commit
57af467e31
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user