diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-28 19:45:57 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-28 19:45:57 -0700 |
commit | 8870bbcf571598f11fb76f4a96962fed9e6b615d (patch) | |
tree | cd367f7abd434d84be120cbb6aefc8a716effe1c /emacs | |
parent | org: remove `use-package' (diff) | |
download | emacs.d-8870bbcf571598f11fb76f4a96962fed9e6b615d.tar.gz |
`use-package' is not needed anymore
Diffstat (limited to '')
-rw-r--r-- | emacs/init.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/emacs/init.el b/emacs/init.el index 7ca037e..610a3c1 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -77,11 +77,6 @@ Missing packages are installed automatically." ;; run package installation (my/install-packages) -(eval-when-compile (require 'use-package)) - -(setq use-package-verbose t) -(setq use-package-always-ensure nil) - (add-to-list 'load-path (expand-file-name "custom/" user-emacs-directory)) (add-to-list 'load-path (expand-file-name "elisp/" user-emacs-directory)) |