summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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."