doomemacs/core
Henrik Lissner d80e79203a
Replace delete-trailing-whitespace with ws-butler
ws-butler only strips trailing spaces on lines that have been modified.

+ ws-butler is disabled if editorconfig enables
  trim_trailing_whitespace, which resorts to delete-trailing-whitespace
  instead.
+ Updates doom|(enable|disable)-delete-trailing-whitespace hooks to use
  ws-butler-mode.
2018-08-31 13:59:12 +02:00
..
autoload Replace delete-trailing-whitespace with ws-butler 2018-08-31 13:59:12 +02:00
templates Add option to load doom in vanilla sandbox 2018-08-12 02:45:01 +02:00
test Forward-require dependencies in tests 2018-08-26 00:20:16 +02:00
core-cli.el Update patch-macos documentation 2018-08-31 00:19:34 +02:00
core-editor.el Replace delete-trailing-whitespace with ws-butler 2018-08-31 13:59:12 +02:00
core-keybinds.el map!: clear doom--defer 2018-08-01 02:41:46 +02:00
core-lib.el Minor refactor of associate!'s initializer 2018-08-11 01:59:37 +02:00
core-modules.el Load custom-file only once & after user's config 2018-08-25 19:45:23 +02:00
core-os.el Populate LC_CTYPE, LC_ALL & LANG by default 2018-08-01 22:35:10 +02:00
core-packages.el
core-projects.el Disable bottom-up root search if HOME is a project #833 2018-08-26 12:19:47 +02:00
core-tests.el Refactor module load process 2018-08-08 23:37:30 +02:00
core-ui.el General & minor refactoring 2018-08-28 13:36:44 +02:00
core.el Move custom hooks in core.el closer to top 2018-08-26 00:20:18 +02:00
packages.el Replace delete-trailing-whitespace with ws-butler 2018-08-31 13:59:12 +02:00