diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-11-19 20:53:09 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-11-19 20:53:09 +0000 |
commit | eaf9d0fcf599bfba33a29529a2cf9b1db3855dfd (patch) | |
tree | 2dcae07fad8c6f8c7ae98b4b7e767e287ceb49b6 /init.el | |
parent | e5dd833d63fb5a8845a976424f9eea8cc680d966 (diff) |
was getting hassled to tidy up so I did
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +;;; package --- MR Lemon emacs config +;;; Commentary: +;;; basic config +;;; Code: + ;; packages (require 'package) (setq package-archives '(("melpa" . "https://melpa.org/packages/") |