.emacs-my
changeset 1303 60e6b8174aee
parent 1300 361aa3be7455
child 1304 8c1f6458c907
equal deleted inserted replaced
1302:82d6e8bd0861 1303:60e6b8174aee
  1310         (end-of-line)
  1310         (end-of-line)
  1311         (unless (eq (char-before) ?\ )
  1311         (unless (eq (char-before) ?\ )
  1312           (insert ?\ ))
  1312           (insert ?\ ))
  1313         (insert result)))))
  1313         (insert result)))))
  1314 
  1314 
  1315 ;; ----------------------------------------------------------------
  1315 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1316 (message "rst, reStructuredText")
  1316 (message "rst, reStructuredText")
  1317 
  1317 
  1318 ;; Maintaining the table of contents up-to-date.
  1318 ;; Maintaining the table of contents up-to-date.
  1319 (add-hook 'rst-adjust-hook 'rst-toc-update)
  1319 (add-hook 'rst-adjust-hook 'rst-toc-update)
  1320 
  1320