Move user-level configs out of rc.org
[~bandali/configs] / .emacs.d / etc / custom.el
1 (custom-set-variables
2 ;; custom-set-variables was added by Custom.
3 ;; If you edit it by hand, you could mess it up, so be careful.
4 ;; Your init file should contain only one such instance.
5 ;; If there is more than one, they won't work right.
6 '(fci-rule-color "#5B6268")
7 '(inhibit-startup-buffer-menu t)
8 '(inhibit-startup-echo-area-message "bandali")
9 '(inhibit-startup-screen t)
10 '(initial-buffer-choice t)
11 '(initial-scratch-message nil)
12 '(isearch-allow-scroll t)
13 '(jdee-db-active-breakpoint-face-colors (cons "#1B2229" "#51afef"))
14 '(jdee-db-requested-breakpoint-face-colors (cons "#1B2229" "#98be65"))
15 '(jdee-db-spec-breakpoint-face-colors (cons "#1B2229" "#3f444a"))
16 '(ls-lisp-dirs-first t)
17 '(magit-diff-refine-hunk t)
18 '(magit-display-buffer-function 'magit-display-buffer-fullframe-status-v1)
19 '(message-elide-ellipsis "[...]
20 ")
21 '(minions-mode t)
22 '(mm-uu-diff-groups-regexp
23 "\\(gmane\\|gnu\\|l\\)\\..*\\(diff\\|commit\\|cvs\\|bug\\|dev\\)")
24 '(mml-secure-key-preferences
25 '((OpenPGP
26 (sign)
27 (encrypt
28 ("ineiev@gnu.org" "BD9D4DEE7B2FF1CBEF2EE0C4E0ACD3E0CBE7874A")))
29 (CMS
30 (sign)
31 (encrypt))))
32 '(mml-secure-openpgp-encrypt-to-self t)
33 '(mml-secure-openpgp-sign-with-sender t)
34 '(objed-cursor-color "#ff6c6b")
35 '(oddmuse-username "bandali" t)
36 '(org-agenda-files
37 '("~/usr/org/todos/personal.org" "~/usr/org/todos/habits.org" "~/src/git/masters-thesis/todo.org"))
38 '(org-agenda-start-on-weekday 0 t)
39 '(org-agenda-time-leading-zero t t)
40 '(org-habit-graph-column 44 t)
41 '(org-latex-packages-alist '(("" "listings") ("" "color")))
42 '(org-pretty-entities t)
43 '(package-selected-packages
44 '(delight yasnippet ebdb rt-liberation refinery-theme counsel ivy org-plus-contrib orgalist debbugs))
45 '(page-break-lines-max-width 70)
46 '(pdf-view-midnight-colors (cons "#bbc2cf" "#282c34"))
47 '(pdf-view-resize-factor 1.05)
48 '(projectile-completion-system 'ivy)
49 '(projectile-mode-line-prefix " proj")
50 '(recentf-max-saved-items 2000)
51 '(recentf-save-file "/home/bandali/.emacs.d/var/recentf-save.el")
52 '(require-final-newline t)
53 '(safe-local-variable-values
54 '((tex-main-file . "./bandali-mmath-thesis.tex")
55 (tex-main-file . "../bandali-mmath-thesis.tex")
56 (flycheck-disabled-checkers emacs-lisp-checkdoc)
57 (tex-main-file . "./thesis.tex")
58 (tex-main-file . "../thesis.tex")
59 (org-export-allow-bind-keywords . t)
60 (eval load-file "thesis.el")
61 (eval modify-syntax-entry 43 "'")
62 (eval modify-syntax-entry 36 "'")
63 (eval modify-syntax-entry 126 "'")
64 (eval require 'org-ref)
65 (eval when
66 (featurep 'typo
67 (typo-mode -1)))
68 (eval add-hook 'after-save-hook #'a/async-babel-tangle 'append 'local)
69 (eval add-hook 'after-save-hook 'org-beamer-export-to-latex t t)
70 (eval setq org-latex-prefer-user-labels t)
71 (eval add-hook 'after-save-hook 'org-latex-export-to-latex t t)))
72 '(save-interprogram-paste-before-kill t)
73 '(save-place-file "/home/bandali/.emacs.d/var/save-place.el")
74 '(savehist-file "/home/bandali/.emacs.d/var/savehist.el")
75 '(search-default-mode 'char-fold-to-regexp)
76 '(split-width-threshold 150)
77 '(text-scale-mode-step 1.05 t)
78 '(unkillable-buffers '("^\\*scratch\\*$" "^\\*Messages\\*$"))
79 '(vc-annotate-background "#282c34")
80 '(vc-annotate-color-map
81 (list
82 (cons 20 "#98be65")
83 (cons 40 "#b4be6c")
84 (cons 60 "#d0be73")
85 (cons 80 "#ECBE7B")
86 (cons 100 "#e6ab6a")
87 (cons 120 "#e09859")
88 (cons 140 "#da8548")
89 (cons 160 "#d38079")
90 (cons 180 "#cc7cab")
91 (cons 200 "#c678dd")
92 (cons 220 "#d974b7")
93 (cons 240 "#ec7091")
94 (cons 260 "#ff6c6b")
95 (cons 280 "#cf6162")
96 (cons 300 "#9f585a")
97 (cons 320 "#6f4e52")
98 (cons 340 "#5B6268")
99 (cons 360 "#5B6268")))
100 '(vc-annotate-very-old-color nil)
101 '(vc-git-print-log-follow t)
102 '(version-control t)
103 '(view-read-only t)
104 '(web-mode-enable-auto-indentation nil t)
105 '(which-key-add-column-padding 5)
106 '(which-key-max-description-length 32))
107 (custom-set-faces
108 ;; custom-set-faces was added by Custom.
109 ;; If you edit it by hand, you could mess it up, so be careful.
110 ;; Your init file should contain only one such instance.
111 ;; If there is more than one, they won't work right.
112 '(dired-directory ((t (:weight semi-bold))))
113 '(ivy-current-match ((((class color) (background light)) :background "#d7d7d7" :foreground "black") (((class color) (background dark)) :background "#65a7e2" :foreground "black")))
114 '(ivy-minibuffer-match-face-1 ((t (:background "#eeeeee"))))
115 '(ivy-minibuffer-match-face-2 ((t (:background "#e7e7e7" :weight bold))))
116 '(ivy-minibuffer-match-face-3 ((t (:background "light goldenrod" :weight semi-bold))))
117 '(ivy-minibuffer-match-face-4 ((t (:background "misty rose" :weight semi-bold))))
118 '(ivy-virtual ((t (:inherit font-lock-builtin-face :foreground "dim gray"))))
119 '(magit-diff-file-heading ((t (:weight normal))))
120 '(org-block ((t (:background "#1d1f21"))))
121 '(org-block-begin-line ((t (:foreground "#5a5b5a" :background "#1d1f21"))))
122 '(org-latex-and-related ((t (:foreground "#b294bb"))))
123 '(quote (org-block-begin-line ((t (:foreground "#5a5b5a" :background "#1d1f21")))))
124 '(widget-button ((t (:weight semi-bold)))))