Comment out doom theme. Try using stock themes.
This commit is contained in:
parent
6799de9665
commit
e76b8d00ca
@ -125,25 +125,27 @@
|
|||||||
|
|
||||||
;; load custom themes
|
;; load custom themes
|
||||||
|
|
||||||
;;;; doom theme bullshit
|
;; ;;;; doom theme bullshit
|
||||||
(require 'doom-themes)
|
;; (require 'doom-themes)
|
||||||
|
|
||||||
;; Global settings (defaults)
|
;; ;; Global settings (defaults)
|
||||||
(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
|
||||||
|
|
||||||
;; Load the theme (doom-one, doom-molokai, etc); keep in mind that each
|
;; ;; Load the theme (doom-one, doom-molokai, etc); keep in mind that each
|
||||||
;; theme may have their own settings.
|
;; ;; theme may have their own settings.
|
||||||
(load-theme 'doom-one t)
|
;; (load-theme 'doom-one t)
|
||||||
|
|
||||||
;; Enable flashing mode-line on errors
|
;; ;; Enable flashing mode-line on errors
|
||||||
(doom-themes-visual-bell-config)
|
;; (doom-themes-visual-bell-config)
|
||||||
|
|
||||||
(custom-set-variables
|
(custom-set-variables
|
||||||
;; custom-set-variables was added by Custom.
|
;; custom-set-variables was added by Custom.
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
;; Your init file should contain only one such instance.
|
;; Your init file should contain only one such instance.
|
||||||
;; If there is more than one, they won't work right.
|
;; If there is more than one, they won't work right.
|
||||||
|
'(custom-safe-themes
|
||||||
|
'("356e5cbe0874b444263f3e1f9fffd4ae4c82c1b07fe085ba26e2a6d332db34dd" "06f0b439b62164c6f8f84fdda32b62fb50b6d00e8b01c2208e55543a6337433a" default))
|
||||||
'(org-agenda-files
|
'(org-agenda-files
|
||||||
'("~/Nextcloud/Documents/org/work.org" "~/Nextcloud/Documents/org/refile-beorg.org" "~/Nextcloud/Documents/org/personal.org" "~/Nextcloud/Documents/org/someday.org"))
|
'("~/Nextcloud/Documents/org/work.org" "~/Nextcloud/Documents/org/refile-beorg.org" "~/Nextcloud/Documents/org/personal.org" "~/Nextcloud/Documents/org/someday.org"))
|
||||||
'(org-capture-templates
|
'(org-capture-templates
|
||||||
@ -153,7 +155,7 @@
|
|||||||
'(org-modules
|
'(org-modules
|
||||||
'(org-bbdb org-bibtex org-docview org-gnus org-habit org-info org-irc org-mhe org-rmail org-w3m))
|
'(org-bbdb org-bibtex org-docview org-gnus org-habit org-info org-irc org-mhe org-rmail org-w3m))
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
'(org2blog multiple-cursors flymake-python-pyflakes pdf-tools weechat jedi python-mode pylint py-autopep8 powershell outline-magic markdown-mode magit flycheck exec-path-from-shell elpygen elpy ein doom-themes csharp-mode)))
|
'(color-theme-sanityinc-tomorrow org2blog multiple-cursors flymake-python-pyflakes pdf-tools weechat jedi python-mode pylint py-autopep8 powershell outline-magic markdown-mode magit flycheck exec-path-from-shell elpygen elpy ein doom-themes csharp-mode)))
|
||||||
|
|
||||||
|
|
||||||
;; run emacs as server (connect to it with `emacsclient`)
|
;; run emacs as server (connect to it with `emacsclient`)
|
||||||
|
Loading…
Reference in New Issue
Block a user