diff --git a/home/base/desktop/editors/emacs/doom/config.el b/home/base/desktop/editors/emacs/doom/config.el index 6119b224..15d1e629 100644 --- a/home/base/desktop/editors/emacs/doom/config.el +++ b/home/base/desktop/editors/emacs/doom/config.el @@ -31,7 +31,7 @@ (defun init-cjk-fonts() (dolist (charset '(kana han cjk-misc bopomofo)) (set-fontset-font (frame-parameter nil 'font) - charset (font-spec :family "Source Han Sans SC")))) + charset (font-spec :family "Source Han Sans SC")))) (add-hook 'after-setting-font-hook 'init-cjk-fonts) @@ -45,7 +45,7 @@ ;; `load-theme' function. This is the default: ;; other doom's official themes: ;; https://github.com/doomemacs/themes -(setq doom-theme 'doom-one) +(setq doom-theme 'doom-dracula) ;; doom-one doom-dracula doom-nord ;; 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'. (setq display-line-numbers-type t) @@ -149,10 +149,3 @@ (add-hook 'fennel-mode-hook #'turn-off-smartparens-mode) (add-hook 'hy-mode-hook #'turn-off-smartparens-mode) - - - - - - - diff --git a/home/base/desktop/editors/emacs/doom/init.el b/home/base/desktop/editors/emacs/doom/init.el index bca2e907..f1daf516 100644 --- a/home/base/desktop/editors/emacs/doom/init.el +++ b/home/base/desktop/editors/emacs/doom/init.el @@ -138,7 +138,7 @@ ;;fsharp ; ML stands for Microsoft's Language ;;fstar ; (dependent) types and (monadic) effects and Z3 ;;gdscript ; the language you waited for - (go +tree-sitter) + ;; (go +tree-sitter) ;; disable go-mode, use lsp-bridge instead ; the hipster dialect ;;(graphql) ; Give queries a REST ;;(haskell) ; a language that's lazier than I am