Initial commit

This commit is contained in:
Andrea Ciceri 2020-09-23 16:56:23 +02:00
commit d57a83a224
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
2 changed files with 508 additions and 0 deletions

2
init.el Normal file
View file

@ -0,0 +1,2 @@
(require 'org)
(org-babel-load-file (concat user-emacs-directory "README.org"))