I showed you my source code, pls respond
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
721 B

  1. (setenv "BROWSER" "flatpak run org.mozilla.firefox")
  2. (defvar dotfiles/modules '(core
  3. desktop
  4. writing
  5. projects
  6. interface))
  7. (defvar dotfiles/cache "~/.cache/emacs")
  8. (defvar dotfiles/idle 0.0)
  9. (defvar dotfiles/leader-key "SPC")
  10. (defvar dotfiles/leader-key-global "C-SPC")
  11. (defvar dotfiles/src "~/.local/source/")
  12. (defvar dotfiles/brain (concat dotfiles/src "brain/"))
  13. (defvar dotfiles/notes (concat dotfiles/brain "notes/"))
  14. (defvar dotfiles/bib (concat dotfiles/brain "resources.bib"))
  15. (defvar dotfiles/secrets (concat dotfiles/src "secrets/"))
  16. (defvar dotfiles/passwords (concat dotfiles/src "passwords/"))