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 '(auth-sources '("~/.authinfo.gpg"))
7 '(company-dabbrev-char-regexp "\\sw\\|\\s_\\|[-_]")
8 '(company-dabbrev-downcase nil
)
9 '(company-dabbrev-ignore-case nil
)
10 '(company-idle-delay 0.3)
11 '(company-minimum-prefix-length 1)
12 '(company-selection-wrap-around t
)
14 '((mark modified read-only locked
" "
15 (name 18 18 :left
:elide
)
19 (mode 16 16 :left
:elide
)
20 " " filename-and-process
)
24 '(ibuffer-saved-filter-groups
46 (mode . emacs-lisp-mode
)))
49 (name .
"^\\*scratch\\*$")
50 (name .
"^\\*Messages\\*$")))
53 (name .
"^\\*Slack*"))))))
54 '(org-latex-packages-alist '(("" "listings") ("" "color")))
55 '(safe-local-variable-values
56 '((eval add-hook
'after-save-hook
'org-beamer-export-to-latex t t
)
57 (eval setq org-latex-prefer-user-labels t
)
58 (eval add-hook
'after-save-hook
'org-latex-export-to-latex t t
)
61 [//]: # \"Exported with love from a post written in Org mode\"
62 [//]: # \"- https://ox-hugo.scripter.co\"")
63 (eval add-hook
'after-save-hook
#'amin
/async-babel-tangle
'append
'local
))))
65 ;; custom-set-faces was added by Custom.
66 ;; If you edit it by hand, you could mess it up, so be careful.
67 ;; Your init file should contain only one such instance.
68 ;; If there is more than one, they won't work right.
69 '(dired-directory ((t (:weight semi-bold
))))
70 '(font-lock-comment-face ((t (:foreground
"#111111" :weight semi-bold
))))
71 '(ivy-minibuffer-match-face-2 ((t (:background
"#e99ce8" :weight semi-bold
))))
72 '(ivy-minibuffer-match-face-3 ((t (:background
"#bbbbff" :weight semi-bold
))))
73 '(ivy-minibuffer-match-face-4 ((t (:background
"#ffbbff" :weight semi-bold
))))
74 '(magit-diff-file-heading ((t (:weight normal
))))
75 '(message-header-cc ((t (:foreground
"#333" :weight normal
))))
76 '(message-header-subject ((t (:foreground
"navy blue" :weight semi-bold
))))
77 '(message-header-to ((t (:foreground
"MidnightBlue" :weight semi-bold
))))
78 '(notmuch-search-unread-face ((t (:weight semi-bold
))))
79 '(notmuch-tag-face ((t (:foreground
"navy blue" :weight semi-bold
))))
80 '(widget-button ((t (:weight semi-bold
)))))