Loads helper functions extern file

This commit is contained in:
William Carroll 2017-07-29 21:47:26 -04:00
parent 81978e700a
commit 577fd84fdb

View file

@ -138,6 +138,10 @@
(add-to-list 'load-path "~/.emacs.d/wc-downloads")
;; Basic functions used within configuration
(load "~/.emacs.d/wc-helper-functions.el")
;; Extend linum to highlight current line numbers
(use-package hlinum
:ensure t