diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 18 |
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 |