From fbd4f3ac00f271b2d3e3796a6706f97c62dc3777 Mon Sep 17 00:00:00 2001 From: rh17s15 Date: Mon, 16 Mar 2026 22:36:17 +0100 Subject: [PATCH] working through 2h tsoding video, at 34:00 --- .emacs | 13 +++++++++++++ .emacs.custom.el | 15 +++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 .emacs create mode 100644 .emacs.custom.el diff --git a/.emacs b/.emacs new file mode 100644 index 0000000..0e2d2ad --- /dev/null +++ b/.emacs @@ -0,0 +1,13 @@ +(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) + + +;; stopped at 34:00 +;; https://youtu.be/81MdyDYqB-A?si=-4pP_hQlBVvFRF2W&t=2040 diff --git a/.emacs.custom.el b/.emacs.custom.el new file mode 100644 index 0000000..db19e88 --- /dev/null +++ b/.emacs.custom.el @@ -0,0 +1,15 @@ +(custom-set-variables + ;; custom-set-variables was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + '(custom-safe-themes + '("9c6aa7eb1bde73ba1142041e628827492bd05678df4d9097cda21b1ebcb8f8b9" + default)) + '(package-selected-packages '(dracula-theme))) +(custom-set-faces + ;; custom-set-faces was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + )