working through 2h tsoding video, at 28:00; fixed theme

This commit is contained in:
2026-03-17 00:58:43 +01:00
parent fbd4f3ac00
commit c11d19ec54
2 changed files with 15 additions and 0 deletions

15
init.el Normal file
View File

@@ -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