matrix: Add matrix config
Use ement.el together with Pantalaimon.
This commit is contained in:
parent
89d25e16e2
commit
3de05bffa5
3 changed files with 4 additions and 1 deletions
2
.emacs.d/config/matrix.el
Normal file
2
.emacs.d/config/matrix.el
Normal file
|
@ -0,0 +1,2 @@
|
|||
(use-package ement :ensure t
|
||||
:config (setq ement-save-sessions t))
|
|
@ -57,7 +57,7 @@ symbols, which are converted to strings, and suffixed with \".el\"."
|
|||
:group 'config-snippets
|
||||
:type '(repeat directory))
|
||||
|
||||
(setq config-snippets '(base backups calendar dev functions gpg org pass wl))
|
||||
(setq config-snippets '(base backups calendar dev functions gpg matrix org pass wl))
|
||||
|
||||
(message "Loading\nconfig-snippets: %s\nconfig-snippets-path: %s" config-snippets config-snippet-path)
|
||||
(dolist (snippet config-snippets)
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
!/.emacs.d/config/dev.el
|
||||
!/.emacs.d/config/functions.el
|
||||
!/.emacs.d/config/gpg.el
|
||||
!/.emacs.d/config/matrix.el
|
||||
!/.emacs.d/config/org.el
|
||||
!/.emacs.d/config/pass.el
|
||||
!/.emacs.d/config/tramp.el
|
||||
|
|
Loading…
Reference in a new issue