readme update (no ui hints)
This commit is contained in:
parent
6da244f167
commit
4e4cb14421
31
readme.md
31
readme.md
@ -1,19 +1,26 @@
|
|||||||
# to use this repo
|
# to use this repo
|
||||||
simply clone
|
1. after installing emacs do some useful terminal magic
|
||||||
```sh
|
```sh
|
||||||
git clone https://git.iovchinnikov.ru/ivan-igorevich/emacs-config.git ~/.emacs-ii
|
echo alias emacs=\'emacs -nw\' >> ~/.bashrc
|
||||||
```
|
source ~/.bashrc
|
||||||
|
```
|
||||||
|
this will help running emacs in terminal without "no gui found" errors
|
||||||
|
|
||||||
and tell emacs where to find config file and libraries
|
2. simply clone
|
||||||
|
```sh
|
||||||
|
git clone https://git.iovchinnikov.ru/ivan-igorevich/emacs-config.git ~/.emacs-ii
|
||||||
|
```
|
||||||
|
|
||||||
```lisp
|
3. and tell emacs where to find config file and libraries
|
||||||
(require 'package)
|
```lisp
|
||||||
(load "~/.emacs-ii/emacs.el")
|
(require 'package)
|
||||||
(let ((default-directory "~/.emacs-ii/emacs.d"))
|
(load "~/.emacs-ii/emacs.el")
|
||||||
(normal-top-level-add-subdirs-to-load-path))
|
(let ((default-directory "~/.emacs-ii/emacs.d"))
|
||||||
```
|
(normal-top-level-add-subdirs-to-load-path))
|
||||||
|
```
|
||||||
|
|
||||||
# download dictionaries
|
# if spellcheck needed
|
||||||
|
download dictionaries and install them
|
||||||
```sh
|
```sh
|
||||||
mkdir -p /tmp/nbdict && cd /tmp/nbdict
|
mkdir -p /tmp/nbdict && cd /tmp/nbdict
|
||||||
wget ftp://ftp.gnu.org/gnu/aspell/dict/ru/aspell6-ru-0.99f7-1.tar.bz2
|
wget ftp://ftp.gnu.org/gnu/aspell/dict/ru/aspell6-ru-0.99f7-1.tar.bz2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user