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
9 lines
454 B
;; NOTE: This file is tangled from README.org
|
|
(defconst IS-LINUX (eq system-type 'gnu/linux))
|
|
(defconst IS-WINDOWS (memq system-type '(cygwin ms-dos windows-nt)))
|
|
|
|
(load-file "~/.local/source/dotfiles/modules/core.el")
|
|
(load-file "~/.local/source/dotfiles/modules/desktop.el")
|
|
(load-file "~/.local/source/dotfiles/modules/writing.el")
|
|
(load-file "~/.local/source/dotfiles/modules/projects.el")
|
|
(load-file "~/.local/source/dotfiles/modules/interface.el")
|