| 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 | '(abbrev-file-name "/home/bandali/.emacs.d/var/abbrev.el") |
| 7 | '(auth-sources '("~/.authinfo.gpg")) |
| 8 | '(authinfo-hidden "\\(?:client-secret\\|password\\|token\\)") |
| 9 | '(auto-revert-verbose nil) |
| 10 | '(auto-save-file-name-transforms '((".*" "/home/bandali/.emacs.d/var/auto-save/" t))) |
| 11 | '(backup-by-copying t) |
| 12 | '(company-dabbrev-char-regexp "\\sw\\|\\s_\\|[-_]" t) |
| 13 | '(company-dabbrev-downcase nil t) |
| 14 | '(company-dabbrev-ignore-case nil t) |
| 15 | '(company-minimum-prefix-length 1) |
| 16 | '(company-selection-wrap-around t) |
| 17 | '(debpaste-paste-is-hidden t t) |
| 18 | '(delete-old-versions t) |
| 19 | '(display-battery-mode t) |
| 20 | '(display-time-mode t) |
| 21 | '(dmenu-prompt-string "run: " t) |
| 22 | '(dmenu-save-file "/home/bandali/.emacs.d/var/dmenu-items" t) |
| 23 | '(ebdb-gnus-window-configuration |
| 24 | '(article |
| 25 | (vertical 1.0 |
| 26 | (summary 0.25 point) |
| 27 | (horizontal 1.0 |
| 28 | (article 1.0) |
| 29 | (ebdb-gnus 0.3))))) |
| 30 | '(ebdb-gnus-window-size 0.3 t) |
| 31 | '(ebdb-mua-pop-up t) |
| 32 | '(ediff-split-window-function 'split-window-horizontally t) |
| 33 | '(ediff-window-setup-function 'ediff-setup-windows-plain t) |
| 34 | '(epa-pinentry-mode 'loopback) |
| 35 | '(epg-gpg-program "/home/bandali/.guix-profile/bin/gpg") |
| 36 | '(epg-pinentry-mode 'loopback) |
| 37 | '(erc-fill-column 77) |
| 38 | '(erc-fill-function 'erc-fill-static) |
| 39 | '(erc-fill-static-center 18) |
| 40 | '(erc-join-buffer 'bury) |
| 41 | '(erc-lurker-hide-list '("JOIN" "PART" "QUIT")) |
| 42 | '(erc-nick "bandali") |
| 43 | '(erc-pcomplete-nick-postfix ", ") |
| 44 | '(erc-prompt "erc>") |
| 45 | '(erc-rename-buffers t) |
| 46 | '(erc-server-reconnect-attempts 5) |
| 47 | '(erc-server-reconnect-timeout 3) |
| 48 | '(erc-track-enable-keybindings nil) |
| 49 | '(erc-track-exclude-types |
| 50 | '("JOIN" "MODE" "NICK" "PART" "QUIT" "324" "329" "332" "333" "353" "477")) |
| 51 | '(erc-track-position-in-mode-line t) |
| 52 | '(erc-track-priority-faces-only 'all) |
| 53 | '(erc-track-shorten-function nil) |
| 54 | '(eshell-directory-name "/home/bandali/.emacs.d/var/eshell/") |
| 55 | '(eshell-hist-ignoredups t) |
| 56 | '(eshell-input-filter 'eshell-input-filter-initial-space) |
| 57 | '(fci-rule-color "#5B6268") |
| 58 | '(flycheck-mode-line-prefix "flyc") |
| 59 | '(global-auto-revert-non-file-buffers nil) |
| 60 | '(gnus-thread-sort-functions |
| 61 | '(gnus-thread-sort-by-number gnus-thread-sort-by-subject gnus-thread-sort-by-date)) |
| 62 | '(ibuffer-formats |
| 63 | '((mark modified read-only locked " " |
| 64 | (name 72 72 :left :elide) |
| 65 | " " |
| 66 | (size-h 9 -1 :right) |
| 67 | " " |
| 68 | (mode 16 16 :left :elide) |
| 69 | " " filename-and-process) |
| 70 | (mark " " |
| 71 | (name 16 -1) |
| 72 | " " filename))) |
| 73 | '(ibuffer-saved-filter-groups |
| 74 | '(("default" |
| 75 | ("dired" |
| 76 | (mode . dired-mode)) |
| 77 | ("org" |
| 78 | (mode . org-mode)) |
| 79 | ("gnus" |
| 80 | (or |
| 81 | (mode . gnus-group-mode) |
| 82 | (mode . gnus-summary-mode) |
| 83 | (mode . gnus-article-mode) |
| 84 | (mode . message-mode))) |
| 85 | ("web" |
| 86 | (or |
| 87 | (mode . web-mode) |
| 88 | (mode . css-mode) |
| 89 | (mode . scss-mode) |
| 90 | (mode . js2-mode))) |
| 91 | ("shell" |
| 92 | (or |
| 93 | (mode . eshell-mode) |
| 94 | (mode . shell-mode) |
| 95 | (mode . term-mode))) |
| 96 | ("programming" |
| 97 | (or |
| 98 | (mode . python-mode) |
| 99 | (mode . c-mode) |
| 100 | (mode . c++-mode) |
| 101 | (mode . java-mode) |
| 102 | (mode . emacs-lisp-mode) |
| 103 | (mode . scheme-mode) |
| 104 | (mode . haskell-mode) |
| 105 | (mode . lean-mode) |
| 106 | (mode . go-mode) |
| 107 | (mode . alloy-mode))) |
| 108 | ("tex" |
| 109 | (or |
| 110 | (mode . bibtex-mode) |
| 111 | (mode . latex-mode))) |
| 112 | ("emacs" |
| 113 | (or |
| 114 | (name . "^\\*scratch\\*$") |
| 115 | (name . "^\\*Messages\\*$"))) |
| 116 | ("exwm" |
| 117 | (mode . exwm-mode)) |
| 118 | ("erc" |
| 119 | (mode . erc-mode))))) |
| 120 | '(inhibit-startup-buffer-menu t) |
| 121 | '(inhibit-startup-echo-area-message "bandali") |
| 122 | '(inhibit-startup-screen t) |
| 123 | '(initial-buffer-choice t) |
| 124 | '(initial-scratch-message nil) |
| 125 | '(isearch-allow-scroll t) |
| 126 | '(jdee-db-active-breakpoint-face-colors (cons "#1B2229" "#51afef")) |
| 127 | '(jdee-db-requested-breakpoint-face-colors (cons "#1B2229" "#98be65")) |
| 128 | '(jdee-db-spec-breakpoint-face-colors (cons "#1B2229" "#3f444a")) |
| 129 | '(ls-lisp-dirs-first t) |
| 130 | '(magit-diff-refine-hunk t) |
| 131 | '(magit-display-buffer-function 'magit-display-buffer-fullframe-status-v1) |
| 132 | '(message-elide-ellipsis "[...] |
| 133 | ") |
| 134 | '(minions-mode t) |
| 135 | '(mm-uu-diff-groups-regexp |
| 136 | "\\(gmane\\|gnu\\|l\\)\\..*\\(diff\\|commit\\|cvs\\|bug\\|dev\\)") |
| 137 | '(mml-secure-key-preferences |
| 138 | '((OpenPGP |
| 139 | (sign) |
| 140 | (encrypt |
| 141 | ("ineiev@gnu.org" "BD9D4DEE7B2FF1CBEF2EE0C4E0ACD3E0CBE7874A"))) |
| 142 | (CMS |
| 143 | (sign) |
| 144 | (encrypt)))) |
| 145 | '(mml-secure-openpgp-encrypt-to-self t) |
| 146 | '(mml-secure-openpgp-sign-with-sender t) |
| 147 | '(objed-cursor-color "#ff6c6b") |
| 148 | '(oddmuse-username "bandali" t) |
| 149 | '(org-agenda-files |
| 150 | '("~/usr/org/todos/personal.org" "~/usr/org/todos/habits.org" "~/src/git/masters-thesis/todo.org")) |
| 151 | '(org-agenda-start-on-weekday 0) |
| 152 | '(org-agenda-time-leading-zero t) |
| 153 | '(org-habit-graph-column 44) |
| 154 | '(org-latex-packages-alist '(("" "listings") ("" "color"))) |
| 155 | '(org-pretty-entities t) |
| 156 | '(page-break-lines-max-width 70) |
| 157 | '(pdf-view-midnight-colors (cons "#bbc2cf" "#282c34")) |
| 158 | '(pdf-view-resize-factor 1.05) |
| 159 | '(projectile-completion-system 'ivy) |
| 160 | '(projectile-mode-line-prefix " proj") |
| 161 | '(recentf-max-saved-items 2000) |
| 162 | '(recentf-save-file "/home/bandali/.emacs.d/var/recentf-save.el") |
| 163 | '(require-final-newline t) |
| 164 | '(safe-local-variable-values |
| 165 | '((tex-main-file . "../thesis.tex") |
| 166 | (org-export-allow-bind-keywords . t) |
| 167 | (eval load-file "thesis.el") |
| 168 | (eval modify-syntax-entry 43 "'") |
| 169 | (eval modify-syntax-entry 36 "'") |
| 170 | (eval modify-syntax-entry 126 "'") |
| 171 | (eval require 'org-ref) |
| 172 | (eval when |
| 173 | (featurep 'typo |
| 174 | (typo-mode -1))) |
| 175 | (eval add-hook 'after-save-hook #'a/async-babel-tangle 'append 'local) |
| 176 | (eval add-hook 'after-save-hook 'org-beamer-export-to-latex t t) |
| 177 | (eval setq org-latex-prefer-user-labels t) |
| 178 | (eval add-hook 'after-save-hook 'org-latex-export-to-latex t t))) |
| 179 | '(save-interprogram-paste-before-kill t) |
| 180 | '(save-place-file "/home/bandali/.emacs.d/var/save-place.el" t) |
| 181 | '(savehist-file "/home/bandali/.emacs.d/var/savehist.el") |
| 182 | '(search-default-mode 'char-fold-to-regexp) |
| 183 | '(split-width-threshold 150) |
| 184 | '(text-scale-mode-step 1.05) |
| 185 | '(unkillable-buffers '("^\\*scratch\\*$" "^\\*Messages\\*$")) |
| 186 | '(vc-annotate-background "#282c34") |
| 187 | '(vc-annotate-color-map |
| 188 | (list |
| 189 | (cons 20 "#98be65") |
| 190 | (cons 40 "#b4be6c") |
| 191 | (cons 60 "#d0be73") |
| 192 | (cons 80 "#ECBE7B") |
| 193 | (cons 100 "#e6ab6a") |
| 194 | (cons 120 "#e09859") |
| 195 | (cons 140 "#da8548") |
| 196 | (cons 160 "#d38079") |
| 197 | (cons 180 "#cc7cab") |
| 198 | (cons 200 "#c678dd") |
| 199 | (cons 220 "#d974b7") |
| 200 | (cons 240 "#ec7091") |
| 201 | (cons 260 "#ff6c6b") |
| 202 | (cons 280 "#cf6162") |
| 203 | (cons 300 "#9f585a") |
| 204 | (cons 320 "#6f4e52") |
| 205 | (cons 340 "#5B6268") |
| 206 | (cons 360 "#5B6268"))) |
| 207 | '(vc-annotate-very-old-color nil) |
| 208 | '(vc-git-print-log-follow t) |
| 209 | '(version-control t) |
| 210 | '(view-read-only t) |
| 211 | '(web-mode-enable-auto-indentation nil t) |
| 212 | '(which-key-add-column-padding 5) |
| 213 | '(which-key-max-description-length 32)) |
| 214 | (custom-set-faces |
| 215 | ;; custom-set-faces was added by Custom. |
| 216 | ;; If you edit it by hand, you could mess it up, so be careful. |
| 217 | ;; Your init file should contain only one such instance. |
| 218 | ;; If there is more than one, they won't work right. |
| 219 | '(dired-directory ((t (:weight semi-bold)))) |
| 220 | '(ivy-current-match ((((class color) (background light)) :background "#d7d7d7" :foreground "black") (((class color) (background dark)) :background "#65a7e2" :foreground "black"))) |
| 221 | '(ivy-minibuffer-match-face-1 ((t (:background "#eeeeee")))) |
| 222 | '(ivy-minibuffer-match-face-2 ((t (:background "#e7e7e7" :weight bold)))) |
| 223 | '(ivy-minibuffer-match-face-3 ((t (:background "light goldenrod" :weight semi-bold)))) |
| 224 | '(ivy-minibuffer-match-face-4 ((t (:background "misty rose" :weight semi-bold)))) |
| 225 | '(ivy-virtual ((t (:inherit font-lock-builtin-face :foreground "dim gray")))) |
| 226 | '(magit-diff-file-heading ((t (:weight normal)))) |
| 227 | '(quote (org-block-begin-line ((t (:foreground "#5a5b5a" :background "#1d1f21"))))) |
| 228 | '(widget-button ((t (:weight semi-bold))))) |