From c11d19ec54167d6892a2f4dc0aeb4b072c844e08 Mon Sep 17 00:00:00 2001 From: rh17s15 Date: Tue, 17 Mar 2026 00:58:43 +0100 Subject: [PATCH] working through 2h tsoding video, at 28:00; fixed theme --- custom.el | 0 init.el | 15 +++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 custom.el create mode 100644 init.el diff --git a/custom.el b/custom.el new file mode 100644 index 0000000..e69de29 diff --git a/init.el b/init.el new file mode 100644 index 0000000..d79242a --- /dev/null +++ b/init.el @@ -0,0 +1,15 @@ +(menu-bar-mode 0) +(tool-bar-mode 0) +(column-number-mode 1) +(scroll-bar-mode 0) +(show-paren-mode 1) +(global-display-line-numbers-mode) +(setq display-line-numbers 'relative) + +(setq custom-file "~/.emacs.d/custom.el") +(load custom-file) +;; initially wanted to load theme through custom, i think below is cleaner though +(use-package dracula-theme :ensure t :config (load-theme 'dracula t)) + +;; stopped at 34:00 +;; https://youtu.be/81MdyDYqB-A?si=-4pP_hQlBVvFRF2W&t=2040