From 1c1f7651371077f7be65cc6806d777dc37e5f06f Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Thu, 18 Mar 2021 00:43:15 +0100 Subject: [PATCH] Fix emacs --- files/init.el | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/files/init.el b/files/init.el index 82e1d2f..ebd05a1 100644 --- a/files/init.el +++ b/files/init.el @@ -1,10 +1,9 @@ -# -# ___ _ __ ___ __ _ ___ ___ -# / _ \ '_ ` _ \ / _` |/ __/ __| -# | __/ | | | | | (_| | (__\__ \ -# \___|_| |_| |_|\__,_|\___|___/ -# -# ~ M. Thomas +; ___ _ __ ___ __ _ ___ ___ +; / _ \ '_ ` _ \ / _` |/ __/ __| +; | __/ | | | | | (_| | (__\__ \ +; \___|_| |_| |_|\__,_|\___|___/ +; +; ~ M. Thomas (setq make-backup-files nil) ;; We dont need these (setq auto-save-default nil) ;; Not this one either