initial commit

This commit is contained in:
laura 2025-10-20 23:27:25 -03:00
commit d3f34301de
Signed by: w
GPG key ID: BCD2117C99E69817
10 changed files with 1181 additions and 0 deletions

12
.config/emacs/init.el Normal file
View file

@ -0,0 +1,12 @@
;(add-to-list 'load-path
; (expand-file-name
; "tao-theme-emacs/"
; user-emacs-directory))
;
;(load "tao-yin-theme.el")
;(load-theme 'tao-yin t)
(org-babel-load-file
(expand-file-name
"config.org"
user-emacs-directory))