소스 검색

update faces

pull/1/head
10sr 11 년 전
부모
커밋
1355b87f72
1개의 변경된 파일7개의 추가작업 그리고 10개의 파일을 삭제
  1. +7
    -10
      emacs.el

+ 7
- 10
emacs.el 파일 보기

@@ -419,7 +419,9 @@ found, otherwise returns nil."
`(newline-mark ?\n ,(vconcat "$\n")) `(newline-mark ?\n ,(vconcat "$\n"))
) )
(global-whitespace-mode t) (global-whitespace-mode t)
(set-face-foreground 'whitespace-newline "brightblack"))
(when (eq (display-color-cells)
256)
(set-face-foreground 'whitespace-newline "brightblack")))


(and nil (and nil
(fetch-library (fetch-library
@@ -430,22 +432,17 @@ found, otherwise returns nil."


;; highlight current line ;; highlight current line
;; http://wiki.riywo.com/index.php?Meadow ;; http://wiki.riywo.com/index.php?Meadow
(defface hlline-face
'((((type x w32)
(class color)
(defface my-hl-line
'((((min-colors 256)
(background dark)) (background dark))
(:background "midnightblue")) (:background "midnightblue"))
(((type x w32)
(class color)
(((min-colors 256)
(background light)) (background light))
(:background "gainsboro")) (:background "gainsboro"))
(t (t
(:underline "black"))) (:underline "black")))
"*Face used by hl-line.") "*Face used by hl-line.")
;; (defface hlline-ul-face
;; '((t (:underline "yellow")))
;; "underline yellow")
(setq hl-line-face 'hlline-face) ;; (setq hl-line-face nil)
(setq hl-line-face 'my-hl-line) ;; (setq hl-line-face nil)
(global-hl-line-mode 1) ;; (hl-line-mode 1) (global-hl-line-mode 1) ;; (hl-line-mode 1)
(setq hl-line-global-modes (setq hl-line-global-modes
'(not '(not


불러오는 중...
취소
저장