diff options
author | ThanosApollo <[email protected]> | 2022-10-08 18:50:35 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-10-08 18:50:35 +0300 |
commit | bb2a2090a7a8ee871b20e43dbc7fc667d8add3b0 (patch) | |
tree | 7b510d7f461663506a2eb6235d20a2a42f63bfba /.config/doom/custom.el | |
parent | 326b4b9f2306b3211d79e683edb32b70eaf4ae59 (diff) |
Add javascript configs
Diffstat (limited to '.config/doom/custom.el')
-rw-r--r-- | .config/doom/custom.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/doom/custom.el b/.config/doom/custom.el index 9f3eb98..0a136bf 100644 --- a/.config/doom/custom.el +++ b/.config/doom/custom.el @@ -3,8 +3,10 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. + '(org-safe-remote-resources + '("\\`https://fniessen\\.github\\.io/org-html-themes/org/theme-readtheorg\\.setup\\'" "\\`https://fniessen\\.github\\.io/org-html-themes/org/theme-NAME\\.setup\\'")) '(package-selected-packages - '(pomodoro auto-sudoedit nyx-theme moe-theme lab-themes helm org-wc wc-mode ef-themes one-themes ayu-theme paper-theme magithub 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)) + '(transpose-frame flycheck prettier-js web-mode react-snippets emms-player-simple-mpv emms pomodoro auto-sudoedit nyx-theme moe-theme lab-themes helm org-wc wc-mode ef-themes one-themes ayu-theme paper-theme magithub 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. |