working through 2h tsoding video, at 28:00; fixed theme
This commit is contained in:
15
init.el
Normal file
15
init.el
Normal 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
|
||||
Reference in New Issue
Block a user