X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=emacs.d%2Finit.el;h=ca3d88cff16bf6c2dff31560224475bf462ad986;hb=ead4f202d58421c31b50ef662d1ee5429543599c;hp=db66bf74291ed1e56dae64adfbe65d81ded9d4c0;hpb=05b182e7dbdc09f1fab436559fb25086c54c66b8;p=dotfiles.git diff --git a/emacs.d/init.el b/emacs.d/init.el index db66bf7..ca3d88c 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -225,14 +225,27 @@ (require 'linum-relative) (custom-set-variables - '(fringe-mode (quote (4 . 0)) nil (fringe))) + ;; custom-set-variables was added by Custom. + ;; 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. + '(fringe-mode (quote (4 . 0)) nil (fringe)) + '(ggtags-split-window-function (quote split-window-vertically)) + '(org-agenda-files (quote ("~/temp/org-note.org"))) + '(powerline-text-scale-factor 0.85)) ;; maybe better to fix the size of line number rather scaled 0.8 ;; https://github.com/howardabrams/dot-files/blob/master/emacs.org (custom-set-faces + ;; custom-set-faces was added by Custom. + ;; 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. '(highlight-current-line-face ((t (:background "gray22")))) '(linum ((t (:background "#000000" :foreground "gray40" :height 0.8 :slant italic :weigth light)))) - '(linum-relative-current-face ((t (:inherit linum :foreground "Yellow" :weight light :height 0.8))))) + '(linum-relative-current-face ((t (:inherit linum :foreground "Yellow" :weight light :height 0.8)))) + '(mode-line ((t (:foreground "#030303" :background "#bdbdbd" :box nil :family "Source Code Pro for Powerline" :height 100)))) + '(mode-line-inactive ((t (:foreground "#f9f9f9" :background "#666666" :box nil :family "Source Code Pro for Powerline" :height 100))))) ;; enable linum-relative in programming mode