init.el commentary
1 files changed, 8 insertions(+), 0 deletions(-) M init.el
M init.el => init.el +8 -0
@@ 1,3 1,11 @@ +;;; init.el --- Setup Emacs + +;;; Commentary: + +;; My personal init.el for Emacs. + +;;; Code: + (add-to-list 'load-path "~/.emacs.d/lisp")