- Add EMMS music player configuration with mpv support - Refine org-mode with preload, new capture templates, and agenda setup - Update keybindings for windows, ibuffer, and org-store-link - Improve line number display settings
26 lines
1.1 KiB
EmacsLisp
26 lines
1.1 KiB
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.
|
|
'(custom-safe-themes
|
|
'("c98e359e2ec6d95e29f006202641f7bafc9e6e204f937d4d518c3ef154ed479b"
|
|
"7fea145741b3ca719ae45e6533ad1f49b2a43bf199d9afaee5b6135fd9e6f9b8"
|
|
"2b0fcc7cc9be4c09ec5c75405260a85e41691abb1ee28d29fcd5521e4fca575b"
|
|
default))
|
|
'(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)))
|
|
(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.
|
|
)
|