ovchinnikov.ii 90444dfc63 fixed typo
2025-11-27 22:44:54 +03:00
2025-09-08 20:34:20 +03:00
2025-11-27 22:44:54 +03:00
2025-09-08 20:34:20 +03:00

# 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))
```
Description
No description provided
Readme 4.5 MiB
Languages
Emacs Lisp 81.1%
Roff 15.9%
TeX 1.7%
C 0.9%
YASnippet 0.3%