From 009aa5d5f1013da18390bb4248ae958851afca62 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Wed, 21 Aug 2024 22:56:18 -0400 Subject: [PATCH] Relocated status --- emacs/config.org | 1 + emacs/dist/setup.org | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/config.org b/emacs/config.org index 230f784..6a632ad 100644 --- a/emacs/config.org +++ b/emacs/config.org @@ -1,6 +1,7 @@ #+title: Doom Emacs Configuration #+AUTHOR: James Patrick #+SETUPFILE: ./dist/setup.org +#+TODO: TRAIL_RUN(t) REFACTOR_NEEDED(r) | I'll fill out the how and why of this all as I figure out what the hell I'm doing. My current Emacs Configuration is a mess of copy and pasted snippet loosely grouped together. There's a fair number of work around, to transient configuration issues that now no longer exist, and more of stuff cribbed off StackOverflow & held together with string & bubble gum. While not yet calling Configuration Bankrupt's, I am going to try to see if I can restructure this technical debt. diff --git a/emacs/dist/setup.org b/emacs/dist/setup.org index 042656c..4a80445 100644 --- a/emacs/dist/setup.org +++ b/emacs/dist/setup.org @@ -20,4 +20,3 @@ #+HTML_HEAD: #+HTML_HEAD: #+OPTIONS: html-style:nil -#+TODO: TRAIL_RUN(t) REFACTOR_NEEDED(r) |