doomemacs/core
Henrik Lissner 7eb3ae62d7
Conditionally install os packages #741
Fixes an issue where exec-shell-from-path could not be installed on
Linux or Windows.

Doom used :ignore because, at the time, it supported a workflow where
your Emacs config was shared over dropbox or rslsync across multiple
computers. This workflow is no longer supported (it was very buggy!), so
this is no longer necessary. :ignore should also be reserved for private
use and not used internally.
2018-07-04 21:08:23 +02:00
..
autoload Fix vanilla sandbox creating too many temp files 2018-07-03 03:41:08 +02:00
templates General, minor refactor & feedback revision 2018-06-14 19:49:03 +02:00
test Rename doom-before-switch-*-hook hooks 2018-07-03 03:41:08 +02:00
core-cli.el Defer server reloading of autoloads 2018-07-03 03:41:08 +02:00
core-editor.el Rename doom-before-switch-*-hook hooks 2018-07-03 03:41:08 +02:00
core-keybinds.el Autoload defhydras & use new naming convention 2018-06-26 01:43:54 +02:00
core-lib.el Fix void-variable errors from defer-until! macro 2018-06-28 14:40:11 +02:00
core-modules.el Optimize featurep! macro 2018-06-27 23:17:17 +02:00
core-os.el Load core-os sooner & in all sessions 2018-06-18 12:04:30 +02:00
core-packages.el Fix doom-initialize-packages messing up load-path 2018-06-26 18:58:06 +02:00
core-projects.el Lazy load projectile (experimental) 2018-06-16 11:42:37 +02:00
core-tests.el Remove doom//x naming convention 2018-06-17 21:35:58 +02:00
core-ui.el Minor refactor of doom|init-fonts 2018-07-03 03:41:08 +02:00
core.el Move use-package config to core-modules 2018-06-20 12:48:59 +02:00
packages.el Conditionally install os packages #741 2018-07-04 21:08:23 +02:00