doomemacs/core
Henrik Lissner fdcb259bcd
Major refactor of Doom core files
- Remove core-os and move many of its settings out to other core
  libraries, where they belong
- Significantly improve commenting & compartmentalization of many
  settings
- Correct some mis-named public hooks (that were named as if they were
  private)
- Move the vast majority of optimizations to "Optimizations" section in
  core.el
- Don't activate xclip-mode or osx-clipboard-mode if we're accessing
  Emacs through an SSH connection (does more bad than good there)
- Add fast-but-imprecise-scrolling = t
- Set bidi-display-reordering = 'left-to-right, at the recommendation of
  an Emacs dev. Apparently setting it to nil is undefined, as Emacs is
  designed to always assume it's set; setting it explicitly to
  left-to-right will still do what was originally intended by turning it
  off: to reduce line/text scans for bidirectional text, which gives us
  a moderate boost in general runtime snappiness
- Set inhibit-compacting-fon-caches = t on windows (where it struggles
  especially with icon fonts)
- Disables "literal" mode for very large files (because I will be
  backporting so-long.el from Emacs 27 in the next commit)
2019-07-22 02:30:38 +02:00
..
autoload 💥 revise hook/var fns naming convention (2/2) 2019-07-22 02:30:38 +02:00
cli cli: disable patch-macos (only --undo/-u works) 2019-07-20 11:40:00 +02:00
templates
test 💥 revise advice naming convention (1/2) 2019-07-22 02:27:45 +02:00
core-cli.el
core-editor.el Major refactor of Doom core files 2019-07-22 02:30:38 +02:00
core-keybinds.el Major refactor of Doom core files 2019-07-22 02:30:38 +02:00
core-lib.el Major refactor of Doom core files 2019-07-22 02:30:38 +02:00
core-modules.el 💥 revise hook/var fns naming convention (2/2) 2019-07-22 02:30:38 +02:00
core-packages.el 💥 revise advice naming convention (1/2) 2019-07-22 02:27:45 +02:00
core-projects.el 💥 revise hook/var fns naming convention (2/2) 2019-07-22 02:30:38 +02:00
core-ui.el Major refactor of Doom core files 2019-07-22 02:30:38 +02:00
core.el Major refactor of Doom core files 2019-07-22 02:30:38 +02:00
doctor.el Add rg check to core/doctor.el 2019-06-18 17:30:08 +02:00
packages.el Major refactor of Doom core files 2019-07-22 02:30:38 +02:00