🔧 emacs config tweaks

This commit is contained in:
James Walker 2023-11-29 22:13:17 -05:00
parent 0e7be442ab
commit eb3d37cbd8
Signed by: walkah
SSH Key Fingerprint: SHA256:f7Gn4jO4BFHZxWfKTTzEAfWz+cLW51IyGFl9MjDyZGI
2 changed files with 1 additions and 2 deletions

View File

@ -57,7 +57,7 @@
;; they are implemented.
;;
(global-wakatime-mode)
(pinentry-start)
(add-to-list 'auto-mode-alist '("\\.njk" . web-mode))
(setq lsp-haskell-formatting-provider "stylish-haskell")
(setq nix-nixfmt-bin "nixpkgs-fmt")

View File

@ -10,7 +10,6 @@
;(package! some-package)
(package! wakatime-mode)
(package! pinentry)
;; To install a package directly from a remote git repo, you must specify a
;; `:recipe'. You'll find documentation on what `:recipe' accepts here: