diff --git a/user/init.el b/user/init.el index 26531a7..a7cc8f0 100644 --- a/user/init.el +++ b/user/init.el @@ -1 +1,10 @@ -;; This file contains user configuration. You're completely free to *safely* work with Dianciemacs here. +;;; init.el --- This file contains user configuration. You're completely free to *safely* work with Dianciemacs here. + +;;; Commentary: +;; +;; All user configuration should be done from this file, +;; In order to keep user code clean and manageable +;; +;;; Code: + +;;; init.el ends here