Loads helper functions extern file
This commit is contained in:
parent
81978e700a
commit
577fd84fdb
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue