Emacs: Rename theme.el -> visual.el

master
Pierre Neidhardt 2016-12-12 18:23:53 +05:30
parent bb234d5745
commit d72599f73f
2 changed files with 2 additions and 4 deletions

View File

@ -36,7 +36,7 @@ To view where the bindings are set in your config files, lookup
(require 'functions nil t)
(require 'main nil t)
(require 'theme nil t)
(require 'visual nil t)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Vanilla

View File

@ -1,5 +1,3 @@
;; Theme
;; This file enforces consistency in the visual style:
;; - doc, here-doc, comments, strings are in the same taint.
;; - search highlight, search lazy follow the same color code.
@ -180,4 +178,4 @@
(set-face-attribute 'Man-underline nil :foreground (face-foreground 'font-lock-string-face) :underline nil)
(set-face-attribute 'Man-overstrike nil :foreground (face-foreground 'font-lock-comment-face) :weight 'normal)))
(provide 'theme)
(provide 'visual)