From be24bf158fb017d085e47b0146ba3acdb1b38eb9 Mon Sep 17 00:00:00 2001 From: jjanzen Date: Tue, 7 Jan 2025 23:05:38 -0600 Subject: system changes --- common/.config/emacs/init.el.org | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'common/.config/emacs/init.el.org') diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org index 27799cf..ee8c154 100644 --- a/common/.config/emacs/init.el.org +++ b/common/.config/emacs/init.el.org @@ -69,19 +69,19 @@ Set up fonts. I use Source Code Pro (Nerd Font) for monospace and Computer Moder This block is the reason I use =straight= rather than just =use-package=. I have a custom Emacs theme that comes from my own fork of =doom-themes=. I also use =doom-modeline= and =nerd-icons= for a nicer-looking user interface and remove the title bar from the window along with any other unnecessary elements from the screen. =dired= is modified to use =nerd-icons= and colours. #+begin_src emacs-lisp - (use-package doom-themes - :straight - (doom-themes :type git - :host github - :repo "doomemacs/themes" - :fork - (:host github - :repo "JacobJanzen/emacs-doom-themes")) - :config - (setq doom-themes-enable-bold t - doom-themes-enable-italic t) - (load-theme 'doom-pink t) - (doom-themes-org-config)) + ;; (use-package doom-themes + ;; :straight + ;; (doom-themes :type git + ;; :host github + ;; :repo "doomemacs/themes" + ;; :fork + ;; (:host github + ;; :repo "JacobJanzen/emacs-doom-themes")) + ;; :config + ;; (setq doom-themes-enable-bold t + ;; doom-themes-enable-italic t) + ;; (load-theme 'doom-pink t) + ;; (doom-themes-org-config)) (use-package doom-modeline :init (doom-modeline-mode 1)) -- cgit v1.2.3