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
)))
64 '(unkillable-buffers '("^\\*scratch\\*$" "^\\*Messages\\*$")))
66 ;; custom-set-faces was added by Custom.
67 ;; If you edit it by hand, you could mess it up, so be careful.
68 ;; Your init file should contain only one such instance.
69 ;; If there is more than one, they won't work right.
70 '(dired-directory ((t (:weight semi-bold
))))
71 ;; '(font-lock-comment-face ((t (:foreground "grey" :weight semi-bold))))
72 ;; '(ivy-minibuffer-match-face-2 ((t (:background "#e99ce8" :weight semi-bold))))
73 ;; '(ivy-minibuffer-match-face-3 ((t (:background "#bbbbff" :weight semi-bold))))
74 ;; '(ivy-minibuffer-match-face-4 ((t (:background "#ffbbff" :weight semi-bold))))
75 '(magit-diff-file-heading ((t (:weight normal
))))
76 ;; '(message-header-cc ((t (:foreground "#333" :weight normal))))
77 ;; '(message-header-subject ((t (:foreground "navy blue" :weight semi-bold))))
78 ;; '(message-header-to ((t (:foreground "MidnightBlue" :weight semi-bold))))
79 '(quote (org-block-begin-line ((t (:foreground
"#5a5b5a" :background
"#1d1f21")))))
80 '(widget-button ((t (:weight semi-bold
)))))