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
)
13 '(eshell-hist-ignoredups t t
)
14 '(eshell-input-filter 'eshell-input-filter-initial-space t
)
16 '((mark modified read-only locked
" "
17 (name 18 18 :left
:elide
)
21 (mode 16 16 :left
:elide
)
22 " " filename-and-process
)
26 '(ibuffer-saved-filter-groups
34 (mode . gnus-group-mode
)
35 (mode . gnus-summary-mode
)
36 (mode . gnus-article-mode
)
37 (mode . message-mode
)))
54 (mode . emacs-lisp-mode
)
60 (name .
"^\\*scratch\\*$")
61 (name .
"^\\*Messages\\*$"))))) t
)
62 '(ls-lisp-dirs-first t
)
63 '(org-latex-packages-alist '(("" "listings") ("" "color")))
64 '(safe-local-variable-values
68 (eval add-hook
'after-save-hook
'org-beamer-export-to-latex t t
)
69 (eval setq org-latex-prefer-user-labels t
)
70 (eval add-hook
'after-save-hook
'org-latex-export-to-latex t t
)
73 [//]: # \"Exported with love from a post written in Org mode\"
74 [//]: # \"- https://ox-hugo.scripter.co\"")
75 (eval add-hook
'after-save-hook
#'a
/async-babel-tangle
'append
'local
)))
76 '(unkillable-buffers '("^\\*scratch\\*$" "^\\*Messages\\*$")))
78 ;; custom-set-faces was added by Custom.
79 ;; If you edit it by hand, you could mess it up, so be careful.
80 ;; Your init file should contain only one such instance.
81 ;; If there is more than one, they won't work right.
82 '(dired-directory ((t (:weight semi-bold
))))
83 '(magit-diff-file-heading ((t (:weight normal
))))
84 '(quote (org-block-begin-line ((t (:foreground
"#5a5b5a" :background
"#1d1f21")))))
85 '(widget-button ((t (:weight semi-bold
)))))