20 lines
606 B
EmacsLisp
20 lines
606 B
EmacsLisp
(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)
|
|
|
|
;; (message (mapconcat 'identity (list "b" "asdf") "/"))
|
|
|
|
(message (replace-regexp-in-string "/[^/]+$" "/custom.el" user-init-file))
|
|
|
|
;; (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
|