diff --git a/.emacs.d/init.el b/.emacs.d/init.el index bae82ae..01bd8af 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -319,3 +319,5 @@ value `italic'." (put 'dired-find-alternate-file 'disabled nil) (put 'downcase-region 'disabled nil) (put 'upcase-region 'disabled nil) + +;;; init.el ends here