From 169ea887ff3ac11c76f9eafb3d61d6f5a9e55c90 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 18 Sep 2014 04:57:31 -0700 Subject: [PATCH] Get rid of auto-fill mode, change default regexbuilder syntax. --- init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.el b/init.el index 2c7d43a5..8b5e0d00 100644 --- a/init.el +++ b/init.el @@ -71,6 +71,9 @@ Return a list of installed packages or nil for every package not installed." (setq make-backup-files nil) (setq auto-save-default nil) +;; Fuck auto fill mode +(auto-fill-mode -1) + ;; Enable ido mode. (require 'ido) (ido-mode t) @@ -329,5 +332,6 @@ Return a list of installed packages or nil for every package not installed." ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. + '(reb-re-syntax (quote string)) '(safe-local-variable-values (quote ((use-python-tabs . t) (python-indent . 4) (whitespace-line-column . 80) (lexical-binding . t)))))