FIX: position of .emacs ends here.

This commit is contained in:
Julien Palard 2016-12-14 17:22:20 +01:00
parent 6d9c2b8b95
commit 7f43a48383
1 changed files with 3 additions and 2 deletions

5
.emacs
View File

@ -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