ement: Remove ement config
This commit is contained in:
parent
3b721d8346
commit
579ccd16c1
3 changed files with 1 additions and 4 deletions
|
@ -1,2 +0,0 @@
|
|||
(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 c calendar dev functions gpg matrix org pass rust wl yaml))
|
||||
(setq config-snippets '(base backups c calendar dev functions gpg org pass rust wl yaml))
|
||||
|
||||
(message "Loading\nconfig-snippets: %s\nconfig-snippets-path: %s" config-snippets config-snippet-path)
|
||||
(dolist (snippet config-snippets)
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
!/.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/rust.el
|
||||
|
|
Loading…
Reference in a new issue