doomemacs/core
Henrik Lissner b34a542ca0
Fix over-eager whitespace-mode after switching major modes
Some major modes (like rust-mode) may trigger
doom-highlight-non-default-indentation-h twice, causing whitespace-style
to be set to its default global value, which (by default) enables
whitespace-mode with all its features. This may overwhelm the
unsuspecting user, so we instead only tack on our modifications to
whitespace-style to its existing buffer-local value, rather than its
global value.
2019-08-06 20:38:04 -04:00
..
autoload Try counsel-file-jump before project-find-file-in 2019-08-06 19:43:38 -04:00
cli cli/packages: emit a little more debug info 2019-07-29 21:29:43 +02:00
templates Revise and update docstrings and comments 2019-05-01 21:02:28 -04:00
test 💥 revise advice naming convention (1/2) 2019-07-22 02:27:45 +02:00
core-cli.el Redesign straight initialization #1610 #1607 2019-07-29 21:09:21 +02:00
core-editor.el Refactor out nested hook defuns & refactor core.el 2019-07-27 02:46:49 +02:00
core-keybinds.el 💥 Refactor add-hook! macro & change arg order 2019-07-26 20:17:29 +02:00
core-lib.el Correct argument name in `defadvice!' docstring 2019-08-05 18:27:56 -05:00
core-modules.el 💥 Refactor add-hook! macro & change arg order 2019-07-26 20:17:29 +02:00
core-packages.el Redesign straight initialization #1610 #1607 2019-07-29 21:09:21 +02:00
core-projects.el Fix #1617: fd is used despite being absent 2019-07-29 15:05:26 +02:00
core-ui.el Fix over-eager whitespace-mode after switching major modes 2019-08-06 20:38:04 -04:00
core.el Minor refactors & tweaks across the board 2019-08-06 14:50:42 -04:00
doctor.el cli/doctor: fix stringp error if fd isn't installed 2019-07-22 02:37:47 +02:00
packages.el Add ui/hydra module 2019-07-22 23:51:12 +02:00