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.

9 lines
454 B

  1. ;; NOTE: This file is tangled from README.org
  2. (defconst IS-LINUX (eq system-type 'gnu/linux))
  3. (defconst IS-WINDOWS (memq system-type '(cygwin ms-dos windows-nt)))
  4. (load-file "~/.local/source/dotfiles/modules/core.el")
  5. (load-file "~/.local/source/dotfiles/modules/desktop.el")
  6. (load-file "~/.local/source/dotfiles/modules/writing.el")
  7. (load-file "~/.local/source/dotfiles/modules/projects.el")
  8. (load-file "~/.local/source/dotfiles/modules/interface.el")