-
Notifications
You must be signed in to change notification settings - Fork 1
/
custom.el
145 lines (142 loc) · 5.51 KB
/
custom.el
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
;;; package --- Customization for emacs
;;; Commentary:
;; Global customization should be made with M-x customize-variable/face
;; so everything can be found in this file
;;;
;; If there is any question about what these variables/faces do just
;; M-x customize-variable/face <ret> name_of_the_variable/face and see the doc
;;; Code:
(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.
'(auth-source-save-behavior nil)
'(auth-sources '("~/.authinfo"))
'(blink-cursor-mode t)
'(calendar-month-abbrev-array
["Jan" "Fév" "Mar" "Avr" "Mai" "Jun" "Jul" "Aoû" "Sep" "Oct" "Nov" "Déc"])
'(completion-ignored-extensions (remove ".git/" completion-ignored-extensions))
'(cursor-intangible-mode t t)
'(cursor-type t)
'(describe-char-unidata-list
'(name old-name general-category decomposition decimal-digit-value digit-value
numeric-value))
'(doom-modeline-height 12)
'(doom-themes-enable-bold t)
'(doom-themes-enable-italic t)
'(eaf-browser-blank-page-url "https://duckduckgo.com/")
'(electric-indent-mode t)
'(fill-column 80)
'(flycheck-languagetool-server-jar
(concat (getenv "HOME") "/.emacs.d/LanguageTool-6.1/languagetool-server.jar"))
'(hl-todo-keyword-faces
'(("TODO" warning bold) ("FIXME" error bold)
("REVIEW" font-lock-keyword-face bold)
("DEPRECATED" font-lock-doc-face bold) ("NOTE" success bold)
("XXXX*" font-lock-constant-face bold)))
'(lsp-auto-guess-root nil)
'(lsp-java-completion-lazy-resolve-text-edit-enabled t)
'(lsp-java-format-enabled nil)
'(magit-diff-refine-hunk 'all)
'(org-export-backends '(ascii html icalendar latex md odt pandoc))
'(package-selected-packages nil)
'(pokemacs-columns 3)
'(pokemacs-dict "en-GB")
'(pokemacs-mono-font "Fira Code" t)
'(pokemacs-repeat-timeout 0.5)
'(pokemacs-dark-theme 'doom-solarized-dark t)
'(pokemacs-light-theme 'doom-solarized-light t)
'(pokemacs-mode-line-right-align 'right-fringe t)
'(pokemacs-variable-font "Iosevka Aile" t)
'(safe-local-variable-values
'((projectile-project-root-functions projectile-root-top-down
projectile-root-bottom-up
projectile-root-top-down-recurring)))
'(sh-basic-offset 2)
'(show-paren-priority -50)
'(show-paren-style 'expression)
'(tuple-mono-font
(if (window-system)
(cond ((x-list-fonts pokemacs-mono-font) `(:font ,pokemacs-mono-font))
((x-list-fonts "Fira Code") '(:font "Fira Code"))
((x-list-fonts "Inconsolata") '(:font "Inconsolata"))
((x-family-fonts "DejaVu") '(:family "DejaVu"))
(nil (warn "Cannot find a monospaced font.")))
'(:family "Monospace")) t)
'(tuple-variable-font
(if (window-system)
(cond
((x-list-fonts pokemacs-variable-font) `(:font ,pokemacs-variable-font))
((x-list-fonts "Iosevka Aile") '(:font "Iosevka Aile"))
((x-list-fonts "ETBembo") '(:font "ETBembo"))
((x-list-fonts "Source Sans Pro") '(:font "Source Sans Pro"))
((x-list-fonts "Lucida Grande") '(:font "Lucida Grande"))
((x-list-fonts "Verdana") '(:font "Verdana"))
((x-family-fonts "Sans Serif") '(:family "Sans Serif"))
(nil (warn "Cannot find a Sans Serif Font.")))
'(:family "Monospace")) t)
'(use-all-the-icons nil)
'(use-clojure t)
'(use-dashboard t)
'(use-eaf nil)
'(use-elm t)
'(use-fsharp t)
'(use-gcal nil)
'(use-god nil)
'(use-header-line t)
'(use-java t)
'(use-kotlin t)
'(use-latex nil)
'(use-magit-todos t)
'(use-markdown t)
'(use-maximize t)
'(use-michelson nil)
'(use-mu4e nil)
'(use-ocaml t)
'(use-org-agenda-startup nil)
'(use-org-roam t)
'(use-pandoc t)
'(use-posframe nil)
'(use-python t)
'(use-racket t)
'(use-rainbow t)
'(use-reason nil)
'(use-ruby t)
'(use-rust t)
'(use-sicp t)
'(use-solaire t)
'(use-spotify nil)
'(use-treemacs nil)
'(use-visual-fill t)
'(use-web t)
'(use-window-purpose nil)
'(vertico-multiform-categories
'((imenu buffer)
(file (vertico-sort-function . sort-directories-first))
(corfu (vertico-sort-function . vertico-sort-alpha))
(jinx grid (vertico-grid-annotate . 20))
(symbol (vertico-sort-function . vertico-sort-history-length-alpha))))
'(vertico-multiform-commands
'((consult-imenu buffer)
(consult-line buffer)
(execute-extended-command mouse)
(find-file (vertico-sort-function . sort-directories-first))
(insert-char (vertico-sort-function . sort-characters))
(describe-symbol (vertico-sort-override-function . vertico-sort-alpha))))
'(warning-suppress-types '((flycheck syntax-checker) (treesit) (comp)))
'(x-stretch-cursor nil))
(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.
`(default ((t (,@tuple-mono-font :slant normal :weight normal :height 118 :width normal :foundry "CTDB"))))
`(fixed-pitch ((t (,@tuple-mono-font :slant normal :weight normal :height 118 :width normal :foundry "CTDB"))))
`(lsp-lens-face ((t (,@tuple-mono-font :foundry "CTDB" :inherit lsp-details-face))))
'(menu ((t (:inherit mode-line))))
'(mode-line ((t :inherit fixed-pitch)))
`(mode-line-inactive ((nil ,@tuple-mono-font)))
`(variable-pitch ((t (,@tuple-variable-font :weight light :height 1.3)))))
(provide 'custom)
;;; custom.el ends here