From 8600929eb2fb288778e65ddede1231eec39ec2e2 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Sat, 19 Nov 2022 12:19:20 +0000 Subject: [PATCH] feat: better default user init.el --- user/init.el | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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