.emacs-my
changeset 1472 c8da9757d036
parent 1471 431c5408394c
child 1473 07c16f0cf936
equal deleted inserted replaced
1471:431c5408394c 1472:c8da9757d036
  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)