purcell / emacs.d

An Emacs configuration bundle with batteries included
BSD 2-Clause "Simplified" License
6.82k stars 2.04k forks source link

Tidying up code #857

Closed wvma closed 6 months ago

wvma commented 6 months ago

Hello @purcell,

As the title suggests, some code segments may need to be tidied up.

  1. init-terraform.el, the footer is duplicated.
(provide 'init-terraform)
;;; init-terraform.el ends here
;;; init-terraform.el ends here
  1. init-uniquify.el, the footer is collapsed.
(provide 'init-uniquify);;; init-uniquify.el ends here
purcell commented 6 months ago

thanks, fixed