summaryrefslogtreecommitdiff
path: root/.emacs.d/modules
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/modules')
-rw-r--r--.emacs.d/modules/thanos-tools.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/.emacs.d/modules/thanos-tools.el b/.emacs.d/modules/thanos-tools.el
index b6c50ef..974baf3 100644
--- a/.emacs.d/modules/thanos-tools.el
+++ b/.emacs.d/modules/thanos-tools.el
@@ -75,6 +75,14 @@
(setf register-preview-delay 0.5
register-preview-function #'consult-register-format)
+;; Consult custom functions
+(defun thanos/library-search ()
+ "Search for content at ~/Library using consult-find."
+ (interactive)
+ (consult-find "~/Library"))
+
+(define-key global-map (kbd "C-c s") 'thanos/library-search)
+
(defun insert-brackets (&optional arg)
"Insert ARG brackets."
(interactive "P")