Skip to content

Commit

Permalink
my-rst.el: require 'rst so faces are available to edit
Browse files Browse the repository at this point in the history
  • Loading branch information
von committed Jul 29, 2012
1 parent ea22eeb commit e3b6fef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions my-rst.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
;;; My rst (restructed text) mode configuration
;;;

(require 'rst) ;; So faces are available to edit.

;; Get rid of grey background and use bright foreground instead
(set-face-background 'rst-level-1-face "black")
(set-face-foreground 'rst-level-1-face "red")
Expand Down

0 comments on commit e3b6fef

Please sign in to comment.