From 2e9686bf898b2d5b2a07643c07e9fe10a3c965b6 Mon Sep 17 00:00:00 2001 From: Tanguy MAZE Date: Sat, 22 Jun 2019 18:16:41 +0200 Subject: [PATCH] plop --- .myemacs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.myemacs b/.myemacs index 6fa88d2..b464d94 100644 --- a/.myemacs +++ b/.myemacs @@ -6,7 +6,7 @@ ; By: tmaze +#+ +:+ +#+ ; ; +#+#+#+#+#+ +#+ ; ; Created: 2018/07/09 18:59:05 by tmaze #+# #+# ; -; Updated: 2019/03/01 11:41:00 by tmaze ### ########.fr ; +; Updated: 2019/05/08 10:15:23 by tmaze ### ########.fr ; ; ; ;******************************************************************************; @@ -58,6 +58,10 @@ There are two things you can do about this warning: (global-set-key (kbd "C-x g") 'magit-status) (global-git-commit-mode) +(global-undo-tree-mode) +(global-column-enforce-mode) (line-number-mode 1) (column-number-mode 1) + +(setenv "ESHELL" (expand-file-name "~/.emacs.d/eshell"))