-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.el
More file actions
22 lines (22 loc) · 1.01 KB
/
Copy pathcustom.el
File metadata and controls
22 lines (22 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
;;; -*- lexical-binding: t -*-
(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.
'(safe-local-variable-values
'((jinx-languages . "en")
(:yaml
(:format (:enable t) :validate t :hover t :completion t :schemas
(:https://www.schemastore.org/github-workflow.json
["/.github/workflows/*.yml"])
:schemaStore (:enable t)))
(org-download-image-dir . "./imagenes")
(org-clock-mode-line-total . today)
(go-tag-args "-transform" "camelcase"))))
(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.
'(doom-modeline-bar ((t (:background "#302A29" :inherit mode-line))) nil "Customized with leaf in `doom-modeline' block"))