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