Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kaushalmodi/3519a9a1d053b96d8cd77d6c165caeb4 to your computer and use it in GitHub Desktop.
Save kaushalmodi/3519a9a1d053b96d8cd77d6c165caeb4 to your computer and use it in GitHub Desktop.
;; (package-initialize) ; Do NOT delete this comment
;; In emacs 25+, the `package-initialize' call is auto-added to the top of
;; init.el unless the user already has a commented or uncommented
;; `(package-initialize)' line present in their init.el.
;; I call this function in setup-packages.el and so am keeping the
;; commented out version here so that package.el does not add it again.
(load (locate-user-emacs-file "my-package-setup.el") nil :nomessage)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment