Compare commits

...

2 Commits

Author SHA1 Message Date
df5e2e152a
⬆️ back to emacs29 2023-11-30 15:35:09 -05:00
eb3d37cbd8
🔧 emacs config tweaks 2023-11-29 22:13:17 -05:00
3 changed files with 2 additions and 3 deletions

View File

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

View File

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

View File

@ -16,7 +16,7 @@
programs = { programs = {
emacs = { emacs = {
enable = true; enable = true;
package = pkgs.emacs-nox; package = pkgs.emacs29-nox;
extraPackages = epkgs: [ epkgs.vterm ]; extraPackages = epkgs: [ epkgs.vterm ];
}; };
}; };