diff --git a/emacs/.config/emacs/config.el b/emacs/.config/emacs/config.el index 6cc2b489e..c04f28921 100644 --- a/emacs/.config/emacs/config.el +++ b/emacs/.config/emacs/config.el @@ -427,7 +427,7 @@ (setq doom-themes-enable-bold t ; if nil, bold is universally disabled doom-themes-enable-italic t) ; if nil, italics is universally disabled ;; Sets the default theme to load!!! - (load-theme 'doom-one t) + (load-theme 'minimal-mistakes t) ;; Enable custom neotree theme (all-the-icons must be installed!) (doom-themes-neotree-config) ;; Corrects (and improves) org-mode's native fontification. diff --git a/emacs/.config/emacs/config.org b/emacs/.config/emacs/config.org index 418f1d704..cc4eac4f2 100644 --- a/emacs/.config/emacs/config.org +++ b/emacs/.config/emacs/config.org @@ -650,7 +650,7 @@ Vterm is a terminal emulator within Emacs. The 'shell-file-name' setting sets t #+end_src * THEME -The first line below designates the directory where will place all of our custom-made themes, which I have created only one (dtmacs). You can create your own Emacs themes with the help of the [[https://emacsfodder.github.io/emacs-theme-editor/][Emacs Theme Editor]]. I am also installing =doom-themes= because it contains a huge collection of themes. M-x load-theme will list all of the themes available. +The first line below designates the directory where will place all of our custom-made themes, which I have created only one (minimal-mistakes). You can create your own Emacs themes with the help of the [[https://emacsfodder.github.io/emacs-theme-editor/][Emacs Theme Editor]]. I am also installing =doom-themes= because it contains a huge collection of themes. M-x load-theme will list all of the themes available. #+begin_src emacs-lisp (add-to-list 'custom-theme-load-path "~/.config/emacs/themes/") @@ -660,7 +660,7 @@ The first line below designates the directory where will place all of our custom (setq doom-themes-enable-bold t ; if nil, bold is universally disabled doom-themes-enable-italic t) ; if nil, italics is universally disabled ;; Sets the default theme to load!!! - (load-theme 'doom-one t) + (load-theme 'minimal-mistakes t) ;; Enable custom neotree theme (all-the-icons must be installed!) (doom-themes-neotree-config) ;; Corrects (and improves) org-mode's native fontification. diff --git a/emacs/.config/emacs/eshell/profile b/emacs/.config/emacs/eshell/profile index 3c871d69c..5b1947799 100644 --- a/emacs/.config/emacs/eshell/profile +++ b/emacs/.config/emacs/eshell/profile @@ -1 +1 @@ -colorscript random \ No newline at end of file +fish \ No newline at end of file