From cb3754c79fb7d5b986221af4cd45920b8a7010f2 Mon Sep 17 00:00:00 2001 From: James Walker Date: Sat, 18 Jan 2025 19:38:02 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20remove=20unused=20doom=20configs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chezmoi/dot_config/doom/config.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/chezmoi/dot_config/doom/config.el b/chezmoi/dot_config/doom/config.el index 7ce999a..5b5417d 100644 --- a/chezmoi/dot_config/doom/config.el +++ b/chezmoi/dot_config/doom/config.el @@ -62,7 +62,6 @@ (setq lsp-haskell-formatting-provider "stylish-haskell") ;; nix-mode -(setq nix-nixfmt-bin "nixpkgs-fmt") (with-eval-after-load 'lsp-mode (lsp-register-client (make-lsp-client :new-connection (lsp-stdio-connection "nixd") @@ -72,7 +71,3 @@ ;; 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)))