Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 3.144.21.237
;; autoload support for reStructuredText, from python-docutils
(autoload 'rst-mode "rst" "mode for editing reStructuredText documents" t)
;; The following lines are not enabled by default because the 'correct'
;; extension for reStructuredText files, according to the ReST
;; documentation, is '.txt'. (Or nothing, for that matter.)
;;
;;(setq auto-mode-alist
;; (append '(("\\.rst$" . rst-mode)
;; ("\\.rest$" . rst-mode)) auto-mode-alist))
|