equal
deleted
inserted
replaced
1487 '(rst-level-3-face ((t (:background "yellow"))) t) |
1487 '(rst-level-3-face ((t (:background "yellow"))) t) |
1488 '(rst-level-4-face ((t (:background "yellow"))) t) |
1488 '(rst-level-4-face ((t (:background "yellow"))) t) |
1489 '(rst-level-5-face ((t (:background "yellow"))) t) |
1489 '(rst-level-5-face ((t (:background "yellow"))) t) |
1490 '(rst-level-6face ((t (:background "yellow"))) t) |
1490 '(rst-level-6face ((t (:background "yellow"))) t) |
1491 ) ) ) |
1491 ) ) ) |
|
1492 |
|
1493 (when (featurep 'flyspell) |
|
1494 (add-hook 'rst-mode-hook #'flyspell-mode)) |
1492 |
1495 |
1493 (when (featurep 'company) |
1496 (when (featurep 'company) |
1494 (add-hook 'rst-mode-hook #'my/company-text-setup)) |
1497 (add-hook 'rst-mode-hook #'my/company-text-setup)) |
1495 |
1498 |
1496 ;; (add-hook 'rst-mode-hook #'abbrev-mode) |
1499 ;; (add-hook 'rst-mode-hook #'abbrev-mode) |