summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-11-19 20:53:09 +0000
committerMatthew Lemon <matt@matthewlemon.com>2022-11-19 20:53:09 +0000
commiteaf9d0fcf599bfba33a29529a2cf9b1db3855dfd (patch)
tree2dcae07fad8c6f8c7ae98b4b7e767e287ceb49b6 /init.el
parente5dd833d63fb5a8845a976424f9eea8cc680d966 (diff)
was getting hassled to tidy up so I did
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/init.el b/init.el
index 34559fe..e8e091c 100644
--- a/init.el
+++ b/init.el
@@ -1,3 +1,8 @@
+;;; package --- MR Lemon emacs config
+;;; Commentary:
+;;; basic config
+;;; Code:
+
;; packages
(require 'package)
(setq package-archives '(("melpa" . "https://melpa.org/packages/")