From 6f6f8d38f848230582b79c85a7babc5957785ef6 Mon Sep 17 00:00:00 2001 From: Valentin Gehrke Date: Mon, 9 Oct 2017 18:21:40 +0200 Subject: [PATCH] Added let-alist package to be compatible with older emacs on debian --- emacs/.emacs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/emacs/.emacs b/emacs/.emacs index 3f97325..179e7ed 100644 --- a/emacs/.emacs +++ b/emacs/.emacs @@ -128,6 +128,10 @@ ; :demand t ; :config '(my/shackle-rules)) +(use-package let-alist + :ensure t + :demand t) + ;; powerline (use-package powerline :ensure t @@ -168,7 +172,9 @@ (add-hook 'org-mode-hook (lambda () (linum-mode 0) - (setq-local line-spacing 0.2)))) + (setq-local line-spacing 0.2) + (setq-local fill-column 80) + (auto-fill-mode 1)))) ;; Org Bullets (use-package org-bullets