Compare commits
	
		
			2 Commits
		
	
	
		
			0e7be442ab
			...
			df5e2e152a
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						
						
							
						
						df5e2e152a
	
				 | 
					
					
						|||
| 
						
						
							
						
						eb3d37cbd8
	
				 | 
					
					
						
@@ -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")
 | 
			
		||||
 
 | 
			
		||||
@@ -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:
 | 
			
		||||
 
 | 
			
		||||
@@ -16,7 +16,7 @@
 | 
			
		||||
  programs = {
 | 
			
		||||
    emacs = {
 | 
			
		||||
      enable = true;
 | 
			
		||||
      package = pkgs.emacs-nox;
 | 
			
		||||
      package = pkgs.emacs29-nox;
 | 
			
		||||
      extraPackages = epkgs: [ epkgs.vterm ];
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user