mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2024-11-24 16:28:41 -05:00
Update
This commit is contained in:
parent
6d24b27ef3
commit
bf953b103c
@ -427,7 +427,7 @@
|
|||||||
(setq doom-themes-enable-bold t ; if nil, bold is universally disabled
|
(setq doom-themes-enable-bold t ; if nil, bold is universally disabled
|
||||||
doom-themes-enable-italic t) ; if nil, italics is universally disabled
|
doom-themes-enable-italic t) ; if nil, italics is universally disabled
|
||||||
;; Sets the default theme to load!!!
|
;; 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!)
|
;; Enable custom neotree theme (all-the-icons must be installed!)
|
||||||
(doom-themes-neotree-config)
|
(doom-themes-neotree-config)
|
||||||
;; Corrects (and improves) org-mode's native fontification.
|
;; Corrects (and improves) org-mode's native fontification.
|
||||||
|
@ -650,7 +650,7 @@ Vterm is a terminal emulator within Emacs. The 'shell-file-name' setting sets t
|
|||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* THEME
|
* 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
|
#+begin_src emacs-lisp
|
||||||
(add-to-list 'custom-theme-load-path "~/.config/emacs/themes/")
|
(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
|
(setq doom-themes-enable-bold t ; if nil, bold is universally disabled
|
||||||
doom-themes-enable-italic t) ; if nil, italics is universally disabled
|
doom-themes-enable-italic t) ; if nil, italics is universally disabled
|
||||||
;; Sets the default theme to load!!!
|
;; 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!)
|
;; Enable custom neotree theme (all-the-icons must be installed!)
|
||||||
(doom-themes-neotree-config)
|
(doom-themes-neotree-config)
|
||||||
;; Corrects (and improves) org-mode's native fontification.
|
;; Corrects (and improves) org-mode's native fontification.
|
||||||
|
@ -1 +1 @@
|
|||||||
colorscript random
|
fish
|
Loading…
Reference in New Issue
Block a user