|
|
@@ -723,34 +723,19 @@ IF OK-IF-ALREADY-EXISTS is true force download." |
|
|
|
|
|
|
|
;; highlight current line |
|
|
|
;; http://wiki.riywo.com/index.php?Meadow |
|
|
|
;; (defface 10sr-hl-line |
|
|
|
;; '((((min-colors 256) |
|
|
|
;; (background dark)) |
|
|
|
;; (:background "color-234")) |
|
|
|
;; (((min-colors 256) |
|
|
|
;; (background light)) |
|
|
|
;; (:background "color-234")) |
|
|
|
;; (t |
|
|
|
;; (:underline "black"))) |
|
|
|
;; "*Face used by hl-line." |
|
|
|
;; :group '10sr) |
|
|
|
(defface 10sr-hl-line |
|
|
|
'((t (:underline "black"))) |
|
|
|
'((((min-colors 256) |
|
|
|
(background dark)) |
|
|
|
(:background "color-234")) |
|
|
|
(((min-colors 256) |
|
|
|
(background light)) |
|
|
|
(:background "color-234")) |
|
|
|
(t |
|
|
|
(:underline "black"))) |
|
|
|
"*Face used by hl-line." |
|
|
|
:group '10sr) |
|
|
|
(global-hl-line-mode 1) ;; (hl-line-mode 1) |
|
|
|
(if (< (display-color-cells) |
|
|
|
256) |
|
|
|
;; 8 colors |
|
|
|
(progn |
|
|
|
(set-face-underline 'hl-line t) |
|
|
|
(set-face-background 'hl-line "unspecified-bg") |
|
|
|
(set-face-foreground 'hl-line "unspecified-fg")) |
|
|
|
;; 256 colors |
|
|
|
(set-face-background 'hl-line "color-235") |
|
|
|
;;(set-face-foreground 'hl-line "unspecified-fg") |
|
|
|
) |
|
|
|
;; (set-variable 'hl-line-face '10sr-hl-line) ;; (setq hl-line-face nil) |
|
|
|
(set-variable 'hl-line-face '10sr-hl-line) ;; (setq hl-line-face nil) |
|
|
|
(set-variable 'hl-line-global-modes |
|
|
|
'(not |
|
|
|
term-mode)) |
|
|
@@ -979,10 +964,6 @@ IF OK-IF-ALREADY-EXISTS is true force download." |
|
|
|
("\\.asciidoc\\'" . adoc-mode) |
|
|
|
,@auto-mode-alist))) |
|
|
|
|
|
|
|
;; (require 'markup-faces) |
|
|
|
;; (set-face-foreground 'markup-meta-hide-face |
|
|
|
;; "unspecified-fg") |
|
|
|
|
|
|
|
(setq auto-mode-alist |
|
|
|
`(("autostart\\'" . sh-mode) |
|
|
|
("xinitrc\\'" . sh-mode) |
|
|
|