diff options
-rw-r--r-- | .doom.d/config.el | 1 | ||||
-rw-r--r-- | .doom.d/custom.el | 3 | ||||
-rw-r--r-- | .doom.d/init.el | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.doom.d/config.el b/.doom.d/config.el index 9c3bda8..c98c800 100644 --- a/.doom.d/config.el +++ b/.doom.d/config.el @@ -33,7 +33,6 @@ ;; available. You can either set `doom-theme' or manually load a theme with the ;; `load-theme' function. This is the default: (setq doom-theme 'doom-vibrant) -(require-theme 'the-matrix-theme) ;;(setq modus-themes-mode-line '(accented boarderless)) ;;(setq modus-themes-region '(bg-only)) diff --git a/.doom.d/custom.el b/.doom.d/custom.el index 7d2e981..81a4efb 100644 --- a/.doom.d/custom.el +++ b/.doom.d/custom.el @@ -4,7 +4,8 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(package-selected-packages - '(w3m flames-of-freedom gnugo elcord mpv ffmpeg-player arc-dark-theme playerctl espotify futhark-mode darktooth-theme green-is-the-new-black-theme spotify jazz-theme))) + '(evil-tutor circe the-matrix-theme ac-emmet html5-schema htmlize ac-html-bootstrap ac-html organic-green-theme typing-game monkeytype hacker-typer org-pdftools pdf-tools gotham-theme linum-relative vterm dired-ranger ranger arc-dark-theme darktooth-theme latex-preview-pane telega uwu-theme w3m flames-of-freedom gnugo elcord mpv ffmpeg-player playerctl espotify futhark-mode green-is-the-new-black-theme spotify jazz-theme)) + '(warning-suppress-types '((emacs) (defvaralias)))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. diff --git a/.doom.d/init.el b/.doom.d/init.el index 76f0c17..6306383 100644 --- a/.doom.d/init.el +++ b/.doom.d/init.el @@ -141,7 +141,7 @@ ;;idris ; a language you can depend on json ; At least it ain't XML ;;(java +lsp) ; the poster child for carpal tunnel syndrome - ;;javascript ; all(hope(abandon(ye(who(enter(here)))))) + javascript ; all(hope(abandon(ye(who(enter(here)))))) ;;julia ; a better, faster MATLAB ;;kotlin ; a better, slicker Java(Script) ;;latex ; writing papers in Emacs has never been so fun |