Home Gen42 @ 2025-09-27-01:16 by jonas@monolith

This commit is contained in:
Jonas Röger 2025-09-27 01:16:42 +02:00
parent a33d78ceed
commit 89b11f1a02

View File

@ -34,7 +34,7 @@
;; There are two ways to load a theme. Both assume the theme is installed and ;; There are two ways to load a theme. Both assume the theme is installed and
;; available. You can either set `doom-theme' or manually load a theme with the ;; available. You can either set `doom-theme' or manually load a theme with the
;; `load-theme' function. This is the default: ;; `load-theme' function. This is the default:
(setq doom-theme 'doom-monokai-classic) (setq doom-theme 'doom-acario-dark)
;; This determines the style of line numbers in effect. If set to `nil', line ;; This determines the style of line numbers in effect. If set to `nil', line
;; numbers are disabled. For relative line numbers, set this to `relative'. ;; numbers are disabled. For relative line numbers, set this to `relative'.
@ -243,6 +243,7 @@
(js-ts-mode . lsp-deferred) (js-ts-mode . lsp-deferred)
(c-ts-mode . lsp-deferred) (c-ts-mode . lsp-deferred)
(c++-ts-mode . lsp-deferred) (c++-ts-mode . lsp-deferred)
(haskell-ts-mode . lsp-deferred)
(c-or-c++-ts-mode . lsp-deferred) (c-or-c++-ts-mode . lsp-deferred)
(bash-ts-mode . lsp-deferred) (bash-ts-mode . lsp-deferred)
(json-ts-mode . lsp-deferred))) (json-ts-mode . lsp-deferred)))