doomemacs/core
Henrik Lissner 355b4b1364
💥 Replace config/private w/ first-class support
The config/private module has been removed. ~/.doom.d (or
~/.config/doom; whichever is detected first) is now a first class
citizen of Doom and should just work(tm).

Your init.el only needs to contain:

  (require 'core (concat user-emacs-directory "core/core"))

And you may place your doom! block in ~/.doom.d/init.el (or
~/.config/doom/init.el).
2018-04-03 03:07:30 -04:00
..
autoload Refactor scratch buffer; add doom-scratch-buffer-major-mode option #490 2018-03-28 18:39:46 -04:00
test Remove doom--cycle-real-buffers; refactor kill-this-buffer advice 2018-02-02 20:47:31 -05:00
core-editor.el Whitespace should preferably respect the fill-column variable 2018-03-26 18:17:59 +02:00
core-keybinds.el Remove doom-mode-map; semi-revert abe42fcb 2018-03-27 03:49:45 -04:00
core-lib.el Refactor initialization; allow package! to universally disable packages 2018-03-26 02:57:37 -04:00
core-os.el core-os: remove unnecessary after! wrapping 2018-03-25 03:07:18 -04:00
core-packages.el 💥 Replace config/private w/ first-class support 2018-04-03 03:07:30 -04:00
core-projects.el Don't remove projectile-root-local from root file functions 2018-03-20 03:39:03 -04:00
core-ui.el Refactor theme/font initialization 2018-03-30 04:12:52 -04:00
core.el 💥 Replace config/private w/ first-class support 2018-04-03 03:07:30 -04:00
packages.el Replace doom-hide-modeline-mode w/ hide-mode-line-mode #423 2018-03-02 19:14:44 -05:00