Add rst support
This commit is contained in:
parent
342d43d96e
commit
ca46b2bcb0
2 changed files with 4626 additions and 1 deletions
4619
bundle/rst.el
Normal file
4619
bundle/rst.el
Normal file
File diff suppressed because it is too large
Load diff
8
init.el
8
init.el
|
@ -1,6 +1,10 @@
|
|||
;; -*- coding: utf-8 -*-
|
||||
(add-to-list 'custom-theme-load-path (expand-file-name "~/.emacs.d/bundle/nord-theme/"))
|
||||
(load-theme 'nord t)
|
||||
(menu-bar-mode -1)
|
||||
|
||||
(add-to-list 'load-path (expand-file-name "~/.emacs.d/bundle"))
|
||||
(require 'rst)
|
||||
|
||||
(custom-set-variables
|
||||
;; custom-set-variables was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
|
@ -15,3 +19,5 @@
|
|||
;; Your init file should contain only one such instance.
|
||||
;; If there is more than one, they won't work right.
|
||||
)
|
||||
|
||||
(menu-bar-mode -1)
|
||||
|
|
Loading…
Add table
Reference in a new issue