mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 03:00:11 +00:00
Revert "[emacs] Configure whitespace-mode to highlight long lines"
This reverts commit 70ab7de682
.
Conflicts:
.emacs.d/init.el
This commit is contained in:
parent
8bc1cf889e
commit
e4da12baf0
1 changed files with 0 additions and 7 deletions
|
@ -19,13 +19,6 @@
|
|||
(require 'auto-complete-config)
|
||||
(ac-config-default)
|
||||
|
||||
;; Whitespace
|
||||
(require 'whitespace)
|
||||
(setq whitespace-line-column 80) ;; limit line length
|
||||
(setq whitespace-style '(face lines-tail))
|
||||
|
||||
(global-whitespace-mode +1)
|
||||
|
||||
;; Smex
|
||||
(global-set-key (kbd "M-x") 'smex)
|
||||
(global-set-key (kbd "M-X") 'smex-major-mode-commands)
|
||||
|
|
Loading…
Reference in a new issue