summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authornoa2025-02-16 22:11:07 +0800
committernoa2025-02-16 22:11:07 +0800
commitd9fec3960a8d49b3a1f40b3931c7b2b1164ba437 (patch)
treef02742accff971901131d09f598b7cb1886791b9 /emacs
parent438c591e7d290944f4b07c524a4eee93f461aa5b (diff)
Delete hyperspace configuration
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el18
1 files changed, 0 insertions, 18 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 8bb20c3..1362df2 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -976,24 +976,6 @@ With prefix argument TIME, also add the current time."
:config
(pdf-tools-install :no-query))
-(use-package hyperspace
- :disabled t
- :ensure t
- :bind ("C-c s" . hyperspace)
- :custom (hyperspace-actions
- '(("m" . "https://marginalia-search.com/search?query=%s")
- ("z" . "https://www.zdic.net/search/?sclb=tm&q=%s")
- ("d" . "https://duckduckgo.com/lite?q=%s")
- ("g" . "https://www.google.com/search?q=%s")
- ("w" . "https://en.wikipedia.org/w/index.php?search=%s&title=Special:Search&go=Go")
- ("ac" . apropos-command)
- ("af" lambda
- (query)
- (apropos-command query t))
- ("av" . apropos-variable)
- ("bb" . bbdb-search-name)
- ("el" apply-partially #'hyperspace-action->info "(elisp)Top"))))
-
;; Common lisp development
(use-package sly