Fixed submodule issue for emacs/.emacs.d/

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
TuDatTr
2024-02-16 08:17:19 +01:00
parent e9d53f0b66
commit 6c2bc75f12
9 changed files with 269 additions and 570 deletions

13
emacs/.emacs.d/init.el Normal file
View File

@@ -0,0 +1,13 @@
(org-babel-load-file "~/.emacs.d/config.org")
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(package-selected-packages '(evil-collection evil use-package)))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)