-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.el
22 lines (22 loc) · 1.29 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
(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.
'(ignored-local-variable-values '((flycheck-disabled-checkers proselint textlint)))
'(org-agenda-files
'("~/Library/CloudStorage/Dropbox/orgmode/main/gb_m_organizer.org"))
'(package-selected-packages
'(elmacro org-download dired-open-with sqlite3 emacsql emacsql-sqlite-builtin osx-dictionary dap-mode svg-tag-mode yaml treesit-auto magit lsp-grammarly ghub company-auctex auctex-lua)))
(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.
'(whitespace-missing-newline-at-eof ((t (:foreground "#000000000000"))))
'(whitespace-newline ((t (:foreground "#000000000000"))))
'(whitespace-space ((t (:foreground "#000000000000"))))
'(whitespace-space-after-tab ((t (:foreground "#000000000000"))))
'(whitespace-space-before-tab ((t (:foreground "#000000000000"))))
'(whitespace-tab ((t (:foreground "#000000000000"))))
'(whitespace-trailing ((t (:foreground "#000000000000")))))