diff options
| author | Steve Lee <me@xiangyangli.com> | 2017-12-13 19:10:06 +0800 |
|---|---|---|
| committer | Steve Lee <me@xiangyangli.com> | 2017-12-13 19:10:06 +0800 |
| commit | dbff7cfe3fae6418bd37d897c6b3703d3ccf87cf (patch) | |
| tree | b77283245b75127c1fd6b43d099b7cac2ea406bb /.emacs.d | |
| parent | c8005152e29314bd33a9198f17b92a77af414a19 (diff) | |
| download | dotfiles-dbff7cfe3fae6418bd37d897c6b3703d3ccf87cf.tar.xz dotfiles-dbff7cfe3fae6418bd37d897c6b3703d3ccf87cf.zip | |
set the color
Diffstat (limited to '.emacs.d')
| -rw-r--r-- | .emacs.d/init.el | 2 | ||||
| -rw-r--r-- | .emacs.d/init.el~ | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 6a26554..7b5b36e 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -55,6 +55,8 @@ ;; Theme (load-theme 'oceanic t) +;; Make highlight color differ from the highlight line +(set-face-attribute 'region nil :background "#213") (let ((file-name-handler-alist nil)) (require 'init-evil) diff --git a/.emacs.d/init.el~ b/.emacs.d/init.el~ index 2331575..e70f1c0 100644 --- a/.emacs.d/init.el~ +++ b/.emacs.d/init.el~ @@ -33,6 +33,9 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. + '(browse-url-firefox-arguments nil) + '(browse-url-firefox-new-window-is-tab nil) + '(browse-url-firefox-program "firefox-esr") '(custom-safe-themes (quote ("4486ade2acbf630e78658cd6235a5c6801090c2694469a2a2b4b0e12227a64b9" "66881e95c0eda61d34aa7f08ebacf03319d37fe202d68ecf6a1dbfd49d664bc3" default))) @@ -52,6 +55,8 @@ ;; Theme (load-theme 'oceanic t) +;; Make highlight color differ from the highlight line +(set-face-attribute 'region nil :background "cyan") (let ((file-name-handler-alist nil)) (require 'init-evil) |
