Обновить readme.md
This commit is contained in:
parent
90444dfc63
commit
df350dd796
14
readme
14
readme
@ -1,14 +0,0 @@
|
||||
# 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))
|
||||
```
|
||||
28
readme.md
Normal file
28
readme.md
Normal file
@ -0,0 +1,28 @@
|
||||
# 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))
|
||||
```
|
||||
|
||||
# download dictionaries
|
||||
```sh
|
||||
mkdir -p /tmp/nbdict && cd /tmp/nbdict
|
||||
wget ftp://ftp.gnu.org/gnu/aspell/dict/ru/aspell6-ru-0.99f7-1.tar.bz2
|
||||
tar -jxf aspell6-ru-0.99f7-1.tar.bz2
|
||||
cd aspell6-ru-0.99f7-1/
|
||||
./configure
|
||||
# Здесь мы должны увидеть что-то типа этого:
|
||||
# Finding Dictionary file location ... /usr/lib/aspell
|
||||
# Finding Data file location ... /usr/lib/aspell
|
||||
make
|
||||
sudo make install
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user