mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-10 17:08:40 +00:00
No more need to agda-mode locate
This commit is contained in:
4
home.nix
4
home.nix
@@ -158,5 +158,9 @@ let g:syntastic_check_on_wq = 0''; }
|
|||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.emacsGcc;
|
package = pkgs.emacsGcc;
|
||||||
extraPackages = (epkgs: []);
|
extraPackages = (epkgs: []);
|
||||||
|
extraConfig = ''
|
||||||
|
(load-file (let ((coding-system-for-read 'utf-8))
|
||||||
|
(shell-command-to-string "agda-mode locate")))
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user