Adding session directory to config.

This commit is contained in:
Derek Taylor 2022-09-06 17:28:11 -05:00
parent 46fb945cc3
commit 86eaea447a
1 changed files with 1 additions and 0 deletions

View File

@ -190,6 +190,7 @@ db.custom_center = {
shortcut = 'SPC h t'},
}
db.custom_footer = { '', '🎉 If I\'m using Neovim, then my Emacs config must be broken!' }
db.session_directory = "/home/dt/.config/nvim/session"
-------------------------------------------------
-- PLUGINS