🔥 remove unused doom configs

This commit is contained in:
James Walker 2025-01-18 19:38:02 -05:00
parent bd8b8b96c8
commit cb3754c79f
Signed by: walkah
SSH Key Fingerprint: SHA256:f7Gn4jO4BFHZxWfKTTzEAfWz+cLW51IyGFl9MjDyZGI

View File

@ -62,7 +62,6 @@
(setq lsp-haskell-formatting-provider "stylish-haskell") (setq lsp-haskell-formatting-provider "stylish-haskell")
;; nix-mode ;; nix-mode
(setq nix-nixfmt-bin "nixpkgs-fmt")
(with-eval-after-load 'lsp-mode (with-eval-after-load 'lsp-mode
(lsp-register-client (lsp-register-client
(make-lsp-client :new-connection (lsp-stdio-connection "nixd") (make-lsp-client :new-connection (lsp-stdio-connection "nixd")
@ -72,7 +71,3 @@
;; web-mode ;; web-mode
(add-to-list 'auto-mode-alist '("\\.njk" . web-mode)) (add-to-list 'auto-mode-alist '("\\.njk" . web-mode))
;; TODO: remove when macport updates.
;; see: https://discourse.doomemacs.org/t/how-to-have-tool-bar-mode-0-apply-at-startup-to-avoid-large-title-bar-on-macos-sonoma-when-using-railwaycat-homebrew-emacsmacport/4222/4
(add-hook 'doom-after-init-hook (lambda () (tool-bar-mode 1) (tool-bar-mode 0)))