-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.el
12 lines (12 loc) · 1.29 KB
/
custom.el
1
2
3
4
5
6
7
8
9
10
11
12
(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.
'(safe-local-variable-values (quote ((eval activate-virtualenv "flasktut") (virtualenv-workon . "flasktut") (encoding . utf8) (eval eval-after-load (quote c-bundle-setup) (quote (c-bundle-add-to-include-dirs (list (file-truename (concat (locate-dominating-file buffer-file-name ".dir-locals.el") "include")))))) (eval eval-after-load (quote c-bundle-setup) (quote (c-bundle-add-to-include-dirs (file-truename (concat (locate-dominating-file buffer-file-name ".dir-locals.el") "include"))))) (eval eval-after-load (quote c-bundle-setup) (quote (c-bundle-add-to-include-dirs (concat (locate-dominating-file buffer-file-name ".dir-locals.el") "include")))) (eval eval-after-load (quote c-bundle-setup) (quote (c-bundle-add-to-include-dirs (file-truename "include")))) (virtualenv-workon . "report") (virtualenv-workon . "crawler")))))
(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.
)