From d551c26e635fa5c50c8815ff113334b7cd80d3c5 Mon Sep 17 00:00:00 2001 From: Kevin Cotugno Date: Mon, 27 Feb 2017 11:42:03 -0800 Subject: [PATCH] Keep line lengths brief --- config/emacs.d/init.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config/emacs.d/init.el b/config/emacs.d/init.el index f0f325b..71ac0d0 100644 --- a/config/emacs.d/init.el +++ b/config/emacs.d/init.el @@ -11,7 +11,8 @@ (add-to-list 'package-archives '("org" . "https://orgmode.org/elpa/")) (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/")) -(add-to-list 'package-archives '("melpa-stable" . "https://stable.melpa.org/packages/")) +(add-to-list 'package-archives '("melpa-stable" . + "https://stable.melpa.org/packages/")) (unless (package-installed-p 'use-package) (package-refresh-contents) @@ -37,7 +38,9 @@ (global-hl-line-mode t))) (global-whitespace-mode) -(setq whitespace-style '(face trailing tabs spaces lines empty indentation space-after-tab space-before-tab space-mark tab-mark)) +(setq whitespace-style '(face trailing tabs spaces lines empty indentation + space-after-tab space-before-tab space-mark + tab-mark)) ;; End display ;; Auto generated config