summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-27 23:08:10 -0500
committerCase Duckworth2021-09-27 23:08:10 -0500
commit07f56f870f538cf408875bc11f7cb091d6d7ff3b (patch)
tree9a6152bd17c5fa2488c1d5cdfa432125c6f3d9b6 /init.el
parentRecenter toots (diff)
downloademacs-07f56f870f538cf408875bc11f7cb091d6d7ff3b.tar.gz
emacs-07f56f870f538cf408875bc11f7cb091d6d7ff3b.zip
Remove unused packages
Diffstat (limited to 'init.el')
-rw-r--r--init.el7
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."