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 (quote ("~/.authinfo.gpg")))
8 '(company-dabbrev-char-regexp "\\sw\\|\\s_\\|[-_]")
9 '(company-dabbrev-downcase nil
)
10 '(company-dabbrev-ignore-case nil
)
11 '(company-minimum-prefix-length 1)
12 '(company-selection-wrap-around t
)
13 '(ebdb-gnus-window-configuration
21 '(ediff-split-window-function (quote split-window-horizontally
))
22 '(ediff-window-setup-function (quote ediff-setup-windows-plain
))
23 '(epa-pinentry-mode (quote loopback
))
24 '(epg-gpg-program "/home/bandali/.guix-profile/bin/gpg")
25 '(epg-pinentry-mode (quote loopback
) t
)
26 '(erc-fill-function (quote erc-fill-static
))
27 '(erc-fill-static-center 18)
28 '(erc-join-buffer (quote bury
))
29 '(erc-lurker-hide-list (quote ("JOIN" "PART" "QUIT")))
31 '(erc-pcomplete-nick-postfix ",")
32 '(erc-rename-buffers t
)
33 '(erc-server-reconnect-attempts 5)
34 '(erc-server-reconnect-timeout 3)
35 '(erc-track-enable-keybindings nil
)
36 '(erc-track-exclude-types
38 ("JOIN" "MODE" "NICK" "PART" "QUIT" "324" "329" "332" "333" "353" "477")))
39 '(erc-track-priority-faces-only (quote all
))
40 '(erc-track-shorten-function nil
)
41 '(eshell-directory-name "/home/bandali/.emacs.d/var/eshell/")
42 '(eshell-hist-ignoredups t
)
43 '(eshell-input-filter (quote eshell-input-filter-initial-space
))
44 '(flycheck-mode-line-prefix "flyc")
47 ((mark modified read-only locked
" "
48 (name 18 18 :left
:elide
)
52 (mode 16 16 :left
:elide
)
53 " " filename-and-process
)
57 '(ibuffer-saved-filter-groups
66 (mode . gnus-group-mode
)
67 (mode . gnus-summary-mode
)
68 (mode . gnus-article-mode
)
69 (mode . message-mode
)))
87 (mode . emacs-lisp-mode
)
99 (name .
"^\\*scratch\\*$")
100 (name .
"^\\*Messages\\*$")))
102 (mode . erc-mode
))))))
103 '(ls-lisp-dirs-first t t
)
104 '(magit-display-buffer-function (quote magit-display-buffer-fullframe-status-v1
))
105 '(mml-secure-key-preferences
110 ("ineiev@gnu.org" "BD9D4DEE7B2FF1CBEF2EE0C4E0ACD3E0CBE7874A")))
114 '(mml-secure-openpgp-encrypt-to-self t
)
115 '(mml-secure-openpgp-sign-with-sender t
)
118 ("~/usr/org/todos/personal.org" "~/usr/org/todos/habits.org" "~/src/git/masters-thesis/todo.org")))
119 '(org-agenda-start-on-weekday 0)
120 '(org-agenda-time-leading-zero t
)
121 '(org-habit-graph-column 44)
122 '(org-latex-packages-alist (quote (("" "listings") ("" "color"))))
123 '(org-pretty-entities t
)
124 '(page-break-lines-max-width 70 t
)
125 '(projectile-completion-system (quote ivy
))
126 '(projectile-mode-line-prefix " proj")
127 '(recentf-max-saved-items 2000)
128 '(recentf-save-file "/home/bandali/.emacs.d/var/recentf-save.el")
129 '(safe-local-variable-values
131 ((tex-main-file .
"../thesis.tex")
132 (org-export-allow-bind-keywords . t
)
133 (eval load-file
"thesis.el")
134 (eval modify-syntax-entry
43 "'")
135 (eval modify-syntax-entry
36 "'")
136 (eval modify-syntax-entry
126 "'")
144 (quote after-save-hook
)
145 (function a
/async-babel-tangle
)
149 (quote after-save-hook
)
150 (quote org-beamer-export-to-latex
)
152 (eval setq org-latex-prefer-user-labels t
)
154 (quote after-save-hook
)
155 (quote org-latex-export-to-latex
)
157 '(save-place-file "/home/bandali/.emacs.d/var/save-place.el")
158 '(savehist-file "/home/bandali/.emacs.d/var/savehist.el" t
)
159 '(unkillable-buffers (quote ("^\\*scratch\\*$" "^\\*Messages\\*$")))
160 '(which-key-add-column-padding 5)
161 '(which-key-max-description-length 32))
163 ;; custom-set-faces was added by Custom.
164 ;; If you edit it by hand, you could mess it up, so be careful.
165 ;; Your init file should contain only one such instance.
166 ;; If there is more than one, they won't work right.
167 '(dired-directory ((t (:weight semi-bold
))))
168 '(ivy-virtual ((t (:inherit font-lock-builtin-face
:foreground
"dim gray"))))
169 '(magit-diff-file-heading ((t (:weight normal
))))
170 '(quote (org-block-begin-line ((t (:foreground
"#5a5b5a" :background
"#1d1f21")))))
171 '(widget-button ((t (:weight semi-bold
)))))