readme for ediff, styles for markdown mode

master
Vyacheslav Boyko 2019-09-25 15:11:47 +03:00
parent ee86bf5db1
commit 2194b57963
2 changed files with 29 additions and 0 deletions

View File

@ -204,3 +204,21 @@ static char *gnus-pointer[] = {
'(weechat-color-list
(quote
(unspecified "#272822" "#3C3D37" "#F70057" "#F92672" "#86C30D" "#A6E22E" "#BEB244" "#E6DB74" "#40CAE4" "#66D9EF" "#FB35EA" "#FD5FF0" "#74DBCD" "#A1EFE4" "#F8F8F2" "#F8F8F0"))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(markdown-header-delimiter-face ((t (:inherit markdown-markup-face :height 1.0))))
'(markdown-header-face-1 ((t (:inherit markdown-header-face :height 1.7))))
'(markdown-header-face-2 ((t (:inherit markdown-header-face :height 1.4))))
'(markdown-header-face-3 ((t (:inherit markdown-header-face :height 1.3))))
'(org-document-title ((t (:foreground "#3FD7E5" :weight bold :height 1.7))))
'(org-level-1 ((t (:foreground "#FE8019" :height 1.8))))
'(org-level-2 ((t (:foreground "OliveDrab4" :height 1.6))))
'(org-level-3 ((t (:foreground "#83A598" :height 1.5))))
'(org-level-4 ((t (:foreground "#FABD2F" :height 1.4))))
'(org-level-5 ((t (:foreground "#427B58" :height 1.3))))
'(org-level-6 ((t (:foreground "#B8BB26" :height 1.2))))
'(org-level-7 ((t (:foreground "#FB4933" :height 1.2))))
'(org-level-8 ((t (:foreground "#83A598" :height 1.1)))))

View File

@ -81,6 +81,17 @@ __in progress__
10. `M-S-UP` - kill the current row or horizontal line
11. `M-S-DOWN` - insert new row above the current row
#### Diff
There is a possibility to compare two regions.
1. Select first region
2. `C-c C-d s` - start diff
3. Select second region
4. `C-c C-d e` - end diff -> it shows a diff of two regions selected before in separate buffer
You can easily abort diff with `C-c C-d x`
## Features
### OS Shell