diff --git a/config/doom/config.el b/config/doom/config.el index 09df1ea..060c56b 100644 --- a/config/doom/config.el +++ b/config/doom/config.el @@ -10,8 +10,8 @@ (setq display-line-numbers-type t) ;; Fonts -(setq doom-font (font-spec :family "Iosevka Nerd Font" :size 15)) -(setq doom-symbol-font (font-spec :family "Iosevka Nerd Font" :size 15)) +(setq doom-font (font-spec :family "Iosevka Nerd Font" :size 18)) +(setq doom-symbol-font (font-spec :family "Iosevka Nerd Font" :size 18)) ;; Themeing ;; (use-package base16-theme @@ -74,14 +74,14 @@ ;; ----------------------------------------------------------------------------- ;; LSP ;; ----------------------------------------------------------------------------- -(use-package lsp-mode - :init - :hook (;; - (clojure-mode . lsp-deferred) - (python-mode . lsp-deferred) - ;; if you want which-key integration - (lsp-mode . lsp-enable-which-key-integration)) - :commands (lsp lsp-deferred)) +;; (use-package lsp-mode +;; :init +;; :hook (;; +;; (clojure-mode . lsp-deferred) +;; (python-mode . lsp-deferred) +;; ;; if you want which-key integration +;; (lsp-mode . lsp-enable-which-key-integration)) +;; :commands (lsp lsp-deferred)) ;; ----------------------------------------------------------------------------- @@ -109,7 +109,7 @@ ;; ----------------------------------------------------------------------------- ;; Web (HTML + CSS) ;; ----------------------------------------------------------------------------- -(use-package! lsp-tailwindcss) +;; (use-package! lsp-tailwindcss) ;; ----------------------------------------------------------------------------- ;; Org diff --git a/config/doom/init.el b/config/doom/init.el index cb6bfa3..568c802 100644 --- a/config/doom/init.el +++ b/config/doom/init.el @@ -94,7 +94,7 @@ (eval +overlay) ; run code, run (also, repls) ;;gist ; interacting with github gists lookup ; navigate your code and its documentation - lsp + (lsp +eglot) magit ; a git porcelain for Emacs ;;make ; run make tasks from Emacs ;;pass ; password manager for nerds @@ -155,8 +155,7 @@ ;;plantuml ; diagrams for confusing people more ;;purescript ; javascript, but functional (python - +lsp - +pyright) ; beautiful is better than ugly + +lsp) ; beautiful is better than ugly ;;qt ; the 'cutest' gui framework ever ;;racket ; a DSL for DSLs ;;raku ; the artist formerly known as perl6