mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-16 20:10:58 +01:00
8 lines
161 B
EmacsLisp
8 lines
161 B
EmacsLisp
(use-package ement
|
|
:custom
|
|
(ement-save-sessions t)
|
|
(ement-sessions-file "~/.emacs.d/cache/ement.el"))
|
|
|
|
(provide 'init-matrix)
|
|
;;; init-matrix.el ends here
|