Commit | Line | Data |
---|---|---|
1278d522 AB |
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. | |
7aa50129 | 6 | '(fci-rule-color "#5B6268") |
7aa50129 AB |
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) | |
8c4704d0 AB |
17 | '(magit-diff-refine-hunk t) |
18 | '(magit-display-buffer-function 'magit-display-buffer-fullframe-status-v1) | |
7aa50129 AB |
19 | '(message-elide-ellipsis "[...] |
20 | ") | |
21 | '(minions-mode t) | |
22 | '(mm-uu-diff-groups-regexp | |
23 | "\\(gmane\\|gnu\\|l\\)\\..*\\(diff\\|commit\\|cvs\\|bug\\|dev\\)") | |
7e1cad06 | 24 | '(mml-secure-key-preferences |
7aa50129 | 25 | '((OpenPGP |
7e1cad06 AB |
26 | (sign) |
27 | (encrypt | |
28 | ("ineiev@gnu.org" "BD9D4DEE7B2FF1CBEF2EE0C4E0ACD3E0CBE7874A"))) | |
29 | (CMS | |
30 | (sign) | |
7aa50129 | 31 | (encrypt)))) |
7e1cad06 AB |
32 | '(mml-secure-openpgp-encrypt-to-self t) |
33 | '(mml-secure-openpgp-sign-with-sender t) | |
7aa50129 AB |
34 | '(objed-cursor-color "#ff6c6b") |
35 | '(oddmuse-username "bandali" t) | |
cb01f2c5 | 36 | '(org-agenda-files |
7aa50129 | 37 | '("~/usr/org/todos/personal.org" "~/usr/org/todos/habits.org" "~/src/git/masters-thesis/todo.org")) |
2b1c8ef0 AB |
38 | '(org-agenda-start-on-weekday 0 t) |
39 | '(org-agenda-time-leading-zero t t) | |
40 | '(org-habit-graph-column 44 t) | |
7aa50129 | 41 | '(org-latex-packages-alist '(("" "listings") ("" "color"))) |
a23fd4a0 | 42 | '(org-pretty-entities t) |
8c4704d0 AB |
43 | '(package-selected-packages |
44 | '(delight yasnippet ebdb rt-liberation refinery-theme counsel ivy org-plus-contrib orgalist debbugs)) | |
7aa50129 AB |
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) | |
7e1cad06 | 49 | '(projectile-mode-line-prefix " proj") |
a23fd4a0 | 50 | '(recentf-max-saved-items 2000) |
5dfaee4c | 51 | '(recentf-save-file "/home/bandali/.emacs.d/var/recentf-save.el") |
7aa50129 | 52 | '(require-final-newline t) |
1278d522 | 53 | '(safe-local-variable-values |
f0a2dfe1 AB |
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") | |
5e73fac6 | 59 | (org-export-allow-bind-keywords . t) |
a23fd4a0 AB |
60 | (eval load-file "thesis.el") |
61 | (eval modify-syntax-entry 43 "'") | |
fdc9d634 AB |
62 | (eval modify-syntax-entry 36 "'") |
63 | (eval modify-syntax-entry 126 "'") | |
7aa50129 | 64 | (eval require 'org-ref) |
1556b13e | 65 | (eval when |
7aa50129 AB |
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) | |
6bda705d | 70 | (eval setq org-latex-prefer-user-labels t) |
7aa50129 AB |
71 | (eval add-hook 'after-save-hook 'org-latex-export-to-latex t t))) |
72 | '(save-interprogram-paste-before-kill t) | |
8c4704d0 | 73 | '(save-place-file "/home/bandali/.emacs.d/var/save-place.el") |
5dfaee4c | 74 | '(savehist-file "/home/bandali/.emacs.d/var/savehist.el") |
7aa50129 AB |
75 | '(search-default-mode 'char-fold-to-regexp) |
76 | '(split-width-threshold 150) | |
f0a2dfe1 | 77 | '(text-scale-mode-step 1.05 t) |
7aa50129 AB |
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) | |
1556b13e AB |
105 | '(which-key-add-column-padding 5) |
106 | '(which-key-max-description-length 32)) | |
1278d522 AB |
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)))) | |
7aa50129 AB |
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)))) | |
970aa92e | 118 | '(ivy-virtual ((t (:inherit font-lock-builtin-face :foreground "dim gray")))) |
1278d522 | 119 | '(magit-diff-file-heading ((t (:weight normal)))) |
8c4704d0 AB |
120 | '(org-block ((t (:background "#1d1f21")))) |
121 | '(org-block-begin-line ((t (:foreground "#5a5b5a" :background "#1d1f21")))) | |
122 | '(org-latex-and-related ((t (:foreground "#b294bb")))) | |
4b4c2c1d | 123 | '(quote (org-block-begin-line ((t (:foreground "#5a5b5a" :background "#1d1f21"))))) |
1278d522 | 124 | '(widget-button ((t (:weight semi-bold))))) |