unix-conf/.emacs.d/custom.el

67 lines
4.4 KiB
EmacsLisp
Raw Normal View History

2016-04-08 18:30:33 +00:00
;;; custom.el -- Face & Variable customization
;;; Commentary:
;; This file is mainly generated by Emacs' customize-* commands.
;;; Code:
(custom-set-variables
;; 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.
2016-04-08 18:30:33 +00:00
'(compilation-scroll-output t)
'(electric-pair-pairs (quote ((34 . 34) (123 . 125))))
2016-04-05 15:54:16 +00:00
'(flycheck-gcc-args (quote ("")))
2017-03-16 09:36:35 +00:00
'(flycheck-gnat-include-path (quote (".")))
'(flycheck-python-flake8-executable nil)
'(package-selected-packages
(quote
2017-03-16 09:36:35 +00:00
(dockerfile-mode dired+ flycheck-pyflakes abyss-theme helm-projectile projectile ggtags ssh nlinum solarized-theme helm-flycheck helm-flyspell yaml-mode web-mode sr-speedbar sokoban smart-compile pythonic python-mode powerline poker php-mode openwith markdown-mode magit json-mode js-comint jedi javadoc-lookup java-snippets java-imports hydandata-light-theme helm-spotify helm-package helm-ls-git helm-bibtex flycheck-pos-tip flycheck-color-mode-line fish-mode diffview cython-mode company-web company-math company-jedi company-dict company-c-headers company-auctex ac-octave ac-math ac-c-headers 2048-game)))
'(py-flake8-command "/usr/bin/python3 -m flake8")
'(safe-local-variable-values
(quote
2017-03-16 09:36:35 +00:00
((company-clang-arguments "-std=c++14" "-Iinclude")
(company-clang-arguments "-std=c++14" "-I/home/mcapelle/Dev/cpp/lns/vendor/rapidjson/include/" "-I/home/mcapelle/Dev/cpp/lns/lib/build/include/" "-I/opt/ibm/ILOG/CPLEX_Studio1263/cplex/include" "-I/opt/ibm/ILOG/CPLEX_Studio1263/concert/include")
(company-clang-arguments "-std=c++14" "-I/home/mcapelle/Dev/cpp/include/" "-I/home/mcapelle/Dev/cpp/lns/lib/build/include/" "-I/opt/ibm/ILOG/CPLEX_Studio1263/cplex/include" "-I/opt/ibm/ILOG/CPLEX_Studio1263/concert/include")
2016-04-05 15:54:16 +00:00
(company-clang-arguments
("-std=c++14" "-I/home/mcapelle/Dev/cpp/include/" "-I/home/mcapelle/Dev/cpp/lns/lib/build/include/"))
(company-clang-arguments . clang-args)
(eval setq clang-args
("-std=c++14" "-I/home/mcapelle/Dev/cpp/include/" "-I/home/mcapelle/Dev/cpp/lns/lib/build/include/"))
(encoding . utf-8)
(company-clang-arguments "-std=c++14" "-I/home/mcapelle/Dev/cpp/include/" "-I/home/mcapelle/Dev/cpp/lns/lib/build/include/")))))
;; (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.
;; '(powerline-active1 ((t (:inherit nil :background "grey11" :foreground "white"))))
;; '(powerline-active2 ((t (:inherit nil :background "grey40" :foreground "white"))))
;; '(powerline-inactive1 ((t (:inherit nil :background "gray11" :foreground "white"))))
;; '(powerline-inactive2 ((t (:inherit nil :background "grey20" :foreground "white")))))
(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.
'(flycheck-color-mode-line-warning-face ((t (:inherit flycheck-fringe-error :background "coral"))))
'(flycheck-error-list-error ((t (:inherit font-lock-warning-face :background "white" :foreground "firebrick" :slant normal :weight bold :height 1.0 :width normal))))
'(flycheck-error-list-warning ((t (:inherit warning))))
'(flycheck-fringe-error ((t (:inherit font-lock-warning-face :background "firebrick" :foreground "white"))))
'(flycheck-fringe-warning ((t (:inherit warning))))
'(linum ((t (:inherit fringe :background "white" :foreground "gray"))))
2016-04-08 18:30:33 +00:00
'(mmm-code-submode-face ((t (:background "white"))))
'(mmm-default-submode-face ((t (:background "white"))))
'(web-mode-doctype-face ((t (:foreground "darkgray"))))
'(web-mode-html-attr-equal-face ((t (:inherit web-mode-html-attr-name-face :foreground "chocolate"))))
'(web-mode-html-attr-name-face ((t (:foreground "chocolate"))))
'(web-mode-html-attr-value-face ((t (:inherit font-lock-string-face :foreground "sea green"))))
'(web-mode-html-tag-face ((t (:foreground "steel blue"))))
2016-04-05 15:54:16 +00:00
'(whitespace-line ((t (:background "lightgray" :foreground "dark violet" :init font-lock-warning-face))))
2016-04-13 07:30:08 +00:00
'(whitespace-space ((t (:foreground "gray")))))
2016-04-08 18:30:33 +00:00
(provide 'custom)
;;; custom.el ends here