mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 08:14:15 +00:00
18 lines
719 B
EmacsLisp
18 lines
719 B
EmacsLisp
(custom-set-variables
|
|
'(my-ec/add-info-dir nil t)
|
|
'(my-ec/at-ti nil t)
|
|
'(my-ec/enable-exwm t t)
|
|
'(my-ec/is-wsl nil t)
|
|
'(my-ec/load-full-config t t)
|
|
'(my-ec/load-org-config t t)
|
|
'(my/is-plaintext-mega-folder t t)
|
|
'(my/keymap-key "\24" t)
|
|
'(my/keymap-key-key 20 t)
|
|
'(my/light-default nil t)
|
|
'(my/plaintext-mega-folder "/home/benson/MEGA/plaintext/" t)
|
|
'(my/plaintext-migration-folder "~/plaintext/" t)
|
|
'(my/puppet-p nil t)
|
|
'(org-agenda-files
|
|
'("/home/benson/plaintext/org/agenda/plan.org" "/home/benson/plaintext/org/agenda/refile.org" "/home/benson/plaintext/org/agenda/sandbox.org" "/home/benson/plaintext/org/agenda/dev.org" "/home/benson/plaintext/org/agenda/prod.org")))
|
|
|
|
(provide 'default-prompts)
|