initial commit
This commit is contained in:
@@ -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))
|
||||
```
|
||||
Reference in New Issue
Block a user