22 lines
949 B
EmacsLisp
22 lines
949 B
EmacsLisp
;;; -*- 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.
|
|
'(org-agenda-files
|
|
'("d:/emacs/org/learning-org-mode.org"
|
|
"d:/emacs/hugo/this-is-my-blog/all-blog.org"))
|
|
'(package-selected-packages
|
|
'(ace-window benchmark-init cape cnfonts corfu crux drag-stuff eglot
|
|
embark-consult everything exec-path-form-shell gcmh
|
|
hungry-delete marginalia multiple-cursors orderless
|
|
restart-emacs smart-mode-line solarized-theme vertico))
|
|
'(warning-suppress-log-types '((initialization))))
|
|
(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.
|
|
)
|