2024-04-17 11:43:59 +01:00
|
|
|
;;; init.el -- My emacs config -*- lexical-binding: t -*-
|
2024-02-15 08:18:41 +00:00
|
|
|
;;; Commentary:
|
|
|
|
;;; Code:
|
2024-07-01 10:13:56 +01:00
|
|
|
|
2024-08-06 07:09:41 +01:00
|
|
|
(when (require 'org nil :noerror)
|
|
|
|
(org-babel-load-file (locate-user-emacs-file "README.org")))
|
2024-06-04 08:09:58 +01:00
|
|
|
|
2024-02-15 08:18:41 +00:00
|
|
|
(provide 'init)
|
|
|
|
;;; init.el ends here
|