Remove highlight-indentation; clean up

This commit is contained in:
Henrik Lissner 2015-08-02 18:24:57 +02:00
parent b05d099886
commit 645229ce08
3 changed files with 6 additions and 24 deletions

View file

@ -40,13 +40,6 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(use-package highlight-indentation
:diminish highlight-indentation-mode
:config
(add-hook! (prog-mode scss-mode)
(unless (eq major-mode 'emacs-lisp-mode)
(highlight-indentation-mode 1))))
(use-package nlinum ; line numbers
:defer t
:defines nlinum--width