Compare commits

..

No commits in common. "9551996914aca1301ed48bd76baea2217d983a8d" and "bd8b8b96c8e66436cd21c3747151f3ef5ffb680e" have entirely different histories.

2 changed files with 5 additions and 3 deletions

View File

@ -62,6 +62,7 @@
(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")
@ -71,3 +72,7 @@
;; 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)))

View File

@ -184,6 +184,3 @@
:config
;;literate
(default +bindings +smartparens))
(after! doom-cli-env
(add-to-list 'doom-env-allow "^SSH_"))