initial commit

This commit is contained in:
2025-09-08 20:34:20 +03:00
commit effd6af6a3
1120 changed files with 280737 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# to use this repo
simply clone
```sh
git clone https://git.iovchinnikov.ru/ivan-igorevich/emacs-config.git ~/.emacs-ii
```
and tell emacs where to find config file and libraries
```lisp
(require 'package)
(load "~/.emacs-ii/emacs.el")
(let ((default-directory "~/.emacs-ii/emacs.d"))
(normal-top-level-add-subdirs-to-load-path))
```