First nix-emacs config

This commit is contained in:
Aleksandr Lebedev 2025-01-27 19:56:46 +01:00
commit 173299ea8b
6 changed files with 226 additions and 0 deletions

5
init.el Normal file
View file

@ -0,0 +1,5 @@
;;; -*- lexical-binding: t; -*-
(org-babel-load-file
(expand-file-name
"config.org"
user-emacs-directory))