;; If there is more than one, they won't work right.
'(blink-cursor-mode nil)
'(column-number-mode t)
+ '(show-paren-mode t)
'(tool-bar-mode nil))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; 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 (:family "Consolas" :foundry "outline" :slant normal :weight normal :height 98 :width normal)))))
+ '(default ((t (:family "Source Code Pro" :foundry "outline" :slant normal :weight normal :height 90 :width normal)))))
(load-theme 'misterioso)
(fa-config-default)
(add-hook 'c-mode-common-hook 'hs-minor-mode)
+
+(global-hl-line-mode 1)
+(set-face-background hl-line-face "gray24")