~ruther/emacs.d

2de4375a11bac2a6e95c18e56bdbc9f2de207f8f — Rutherther 10 months ago 9d8cdb7
fix: evil-shift-width follows tab-width
1 files changed, 3 insertions(+), 1 deletions(-)

M init.el
M init.el => init.el +3 -1
@@ 156,6 156,9 @@
  :general
  (my-leader
    "u" '(universal-argument :wk "Universal argument"))
  :hook
  ((after-change-major-mode . (lambda ()
                                (setq-local evil-shift-width tab-width))))
  :bind
  (:map evil-window-map
    ("d" . evil-window-delete)


@@ 516,7 519,6 @@
  (projectile-switch-project-action 'projectile-dired)
  (projectile-completion-system 'default)
  (projectile-current-project-on-switch 'keep)
  (evil-shift-width tab-width)
  :general
  (my-leader "p" '(:keymap projectile-command-map :wk "projectile"))
  :bind (:map projectile-mode-map

Do not follow this link