aboutsummaryrefslogtreecommitdiff
path: root/.config/emacs/custom.el
blob: f437f98d1c0d1a4a9c94f99b2a46e8e66b4ffdd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
(custom-set-variables
 ;; custom-set-variables was added by Custom.
 ;; If you edit it by hand, you could mess it up, so be careful.
 ;; Your init file should contain only one such instance.
 ;; If there is more than one, they won't work right.
 '(ansi-color-names-vector
   ["#1c1c1c" "#d78787" "#b9dc92" "#ffffaf" "#87afd7" "#875f87" "#dfafdf" "#d0d0d0"])
 '(custom-safe-themes
   '("3334ff826da9dc6fd75b87f9b7759956fabf2d1ff898c6cddf1306ad0540d4a0"
     "87adaa6ee5799b9116c2bbdcf2109efe44d9102d23ebc0ec1c3d75b95ffa50b5"
     "2141e193a63c28589147d562384d6b3f3728e78ea94af5e4834cad91359cdf6a"
     "4e7e1be316e5095960f5dd27402a81f6d69e0ba380355ad5215797efb5466eea"
     "27982b03b7d049912b600301e50637882ec095f384124180a21772ec8da5f7e8"
     "6395777d3007cd6d3e613812d493ab9d09aa68f17d3dbf3935bfa1672279281e"
     "169e5b085078237c277753e3bd83e40a398e5eef98d922eb9b92fc3dbce9046d"
     "568969c0ed1874dc4ae94c2792eda17f10a40562ccb531c528a112f65889af75"
     "6c929cd6a199700c871ef92ad47ba20accd00810fc92e8343448da67dcde0898"
     "840588bd742f27724df70209930633b83567026a7290b2f4105939a6eabbb4cf"
     "806f76b435a02f1016a5b76a6aa8f9304d7c51f98f85ebd13f33f1b148227b7f"
     "8185f8e6c2d6a29da892e13e33d666cc26303a9639a8582c8035fbf0987c5f20"
     "9c538f4387a7db52b13fa988f93bd337ab13ead7c8fdb5fed29833d7d7e0f27c"
     "232b0c9752006e63d3bf8b5329bda6f3592e4ac1bdf96b17879bb076f16ea82c"
     "45847e51cdf4bcacfd2093d48be8c727da9837830911999b2d2b31ffa27de90b"
     "7938d6870d8bbf41504f1338ebb3b590eaacfb201327fb9389454b08abcef0df"
     "21f0483411dee48b338960db918d82630516a3d726f9432f8ae8c0b8554df25f"
     "d300a3efcf6b385537e11bd588d08aed850ce239b66ff37ee57a7f20f1b05e47"
     "f2d128f0ca6290df5c608a9e3e564bbe3ee2f22b61dc1409cdf5e3c200337e7d"
     "f42263201f447f8c15e57474a95d26500b7e6f932e3d75a3604802a6c9a9f18f"
     "af2817482b04be9d60ac90ad89e386dd076b9338f135d576ef9bd357e01f64ca"
     "053a91acd65e7592ec1f1451f81554da96f26781858f961db65c9f1be7c6ffe0"
     "d55733f0ab2ab8031b3206e900f3729deed13acc6d56cf09a171ae8e26cb7181" default))
 '(delete-selection-mode nil)
 '(magit-todos-insert-after '(bottom) nil nil "Changed by setter of obsolete option `magit-todos-insert-at'")
 '(safe-local-variable-values
   '((apheleia-inhibit . t) (eval apheleia-mode nil) (+format-inhibit . t)))
 '(straight-recipe-overrides
   '((nil
      (nongnu-elpa :type git :repo "https://github.com/emacsmirror/nongnu_elpa"
                   :depth (full single-branch) :local-repo "nongnu-elpa" :build
                   nil))))
 '(warning-suppress-types '((org-element-cache))))
(custom-set-faces
 ;; custom-set-faces was added by Custom.
 ;; If you edit it by hand, you could mess it up, so be careful.
 ;; Your init file should contain only one such instance.
 ;; If there is more than one, they won't work right.
 )