diff options
author | Case Duckworth | 2021-09-27 23:08:10 -0500 |
---|---|---|
committer | Case Duckworth | 2021-09-27 23:08:10 -0500 |
commit | 07f56f870f538cf408875bc11f7cb091d6d7ff3b (patch) | |
tree | 9a6152bd17c5fa2488c1d5cdfa432125c6f3d9b6 | |
parent | Recenter toots (diff) | |
download | emacs-07f56f870f538cf408875bc11f7cb091d6d7ff3b.tar.gz emacs-07f56f870f538cf408875bc11f7cb091d6d7ff3b.zip |
Remove unused packages
-rw-r--r-- | init.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/init.el b/init.el index a009333..3948557 100644 --- a/init.el +++ b/init.el | |||
@@ -2091,13 +2091,6 @@ the default is \"/\"." | |||
2091 | (persistent-scratch-mode +1)))) | 2091 | (persistent-scratch-mode +1)))) |
2092 | (buffer-list))) | 2092 | (buffer-list))) |
2093 | 2093 | ||
2094 | (setup (:straight-if pkgbuild-mode | ||
2095 | (executable-find "makepkg")) | ||
2096 | (:file-match "PKGBUILD")) | ||
2097 | |||
2098 | (setup (:straight powerthesaurus) | ||
2099 | (:global "C-c l t" #'powerthesaurus-lookup-word-dwim)) | ||
2100 | |||
2101 | (setup (:straight restart-emacs) | 2094 | (setup (:straight restart-emacs) |
2102 | (defun emacs-upgrade (&optional update-packages) | 2095 | (defun emacs-upgrade (&optional update-packages) |
2103 | "Pull config, upgrade packages, restart Emacs." | 2096 | "Pull config, upgrade packages, restart Emacs." |