From 7f43a4838395a1ed01bfe88bec273f59e483e8ac Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Wed, 14 Dec 2016 17:22:20 +0100 Subject: [PATCH] FIX: position of .emacs ends here. --- .emacs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.emacs b/.emacs index e3031c4..cf2767c 100644 --- a/.emacs +++ b/.emacs @@ -241,8 +241,6 @@ nil)) (add-to-list 'find-file-hook 'konix/find-file-hook) -(provide `.emacs) -;;; .emacs ends here (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. @@ -255,3 +253,6 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. ) + +(provide `.emacs) +;;; .emacs ends here