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\\*$"))))))
50 '(org-latex-packages-alist '(("" "listings") ("" "color")))
51 '(safe-local-variable-values
52 '((eval setq org-latex-prefer-user-labels t
)
53 (eval add-hook
'after-save-hook
'org-latex-export-to-latex t t
)
56 [//]: # \"Exported with love from a post written in Org mode\"
57 [//]: # \"- https://ox-hugo.scripter.co\"")
58 (eval add-hook
'after-save-hook
#'amin
/async-babel-tangle
'append
'local
))))
60 ;; custom-set-faces was added by Custom.
61 ;; If you edit it by hand, you could mess it up, so be careful.
62 ;; Your init file should contain only one such instance.
63 ;; If there is more than one, they won't work right.
64 '(dired-directory ((t (:weight semi-bold
))))
65 '(font-lock-comment-face ((t (:foreground
"#111111" :weight semi-bold
))))
66 '(ivy-minibuffer-match-face-2 ((t (:background
"#e99ce8" :weight semi-bold
))))
67 '(ivy-minibuffer-match-face-3 ((t (:background
"#bbbbff" :weight semi-bold
))))
68 '(ivy-minibuffer-match-face-4 ((t (:background
"#ffbbff" :weight semi-bold
))))
69 '(magit-diff-file-heading ((t (:weight normal
))))
70 '(message-header-subject ((t (:foreground
"navy blue" :weight semi-bold
))))
71 '(message-header-to ((t (:foreground
"MidnightBlue" :weight semi-bold
))))
72 '(notmuch-search-unread-face ((t (:weight semi-bold
))))
73 '(notmuch-tag-face ((t (:foreground
"navy blue" :weight semi-bold
))))
74 '(widget-button ((t (:weight semi-bold
)))))