Skip to content

Commit

Permalink
hehe now use-package is emacs' core
Browse files Browse the repository at this point in the history
  • Loading branch information
nasa9084 committed Sep 1, 2023
1 parent 1402bf5 commit 13e9382
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .emacs.d/init.el
Expand Up @@ -30,12 +30,6 @@
;; generic config major mode
(require 'generic-x)

;; use-package
(unless (package-installed-p 'use-package)
(package-refresh-contents)
(package-install 'use-package))
(require 'use-package)

;; Set shorter scratch message
(setq initial-scratch-message ";; Welcome to emacs! This buffer is *scratch*.\n\n")

Expand Down

0 comments on commit 13e9382

Please sign in to comment.