dot-emacs

My emacs dotfiles/config
git clone git://git.ethandl.dev/dot-emacs
Log | Files | Refs

commit bc8fcaf0ee3bfa5931a4184f498eef74b91f938f
parent 71445c930751f542bf3e520c00ed082de08b0a9c
Author: Ethan Long <Ethan.Long@anu.edu.au>
Date:   Sun, 21 May 2023 13:24:46 +1000

Added a blurb about usage for my emacs config
Probably pointless considering that no one will use this config.

Diffstat:
Minit.el | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/init.el b/init.el @@ -1,3 +1,8 @@ +;; This emacs config is designed to function on both Mac & Linux, +;; using emacs-mac on mac. +;; I Wanted to get away from doom because it was very slow, +;; this turns out to be not much faster :( +;; At least I know how my emacs actually functions now ;; Elpa & Melpa: (require 'package) (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t)