wip: feat: Autosaving and recent files

This commit is contained in:
Madeleine Sydney
2025-01-07 04:30:21 -07:00
parent ae74a9a15a
commit cc759a73ea
5 changed files with 49 additions and 15 deletions

View File

@@ -51,16 +51,7 @@ in {
sydnix.impermanence.cache.directories = [ straightBaseDir ];
home.packages = [ emacsWrapper ];
# home.sessionVariables.EMACS_STRAIGHT_BASE_DIR = straightBaseDir;
# programs.emacs = {
# enable = true;
# package = emacsPackage;
# # extraConfig = ''
# # (load (file-name-concat "${emacsConfigDir}" "init"))
# # '';
# };
# TODO: Make sure this is using the right package for Emacs...
services.emacs = {
enable = true;
# Generate a desktop entry for emacsclient.