Erweiterung Templates und Anpassung Init-Files
This commit is contained in:
@@ -19,6 +19,19 @@
|
||||
(find-file "~/.emacs.d/cheatsheet.org"))
|
||||
(global-set-key (kbd "C-c c") #'my/open-cheatsheet)
|
||||
|
||||
;; consult-ripgrep direkt an Ordner Org binden
|
||||
(defun my/search-org ()
|
||||
(interactive)
|
||||
(consult-ripgrep (expand-file-name "~/org/")))
|
||||
|
||||
(global-set-key (kbd "C-c s") #'my/search-org)
|
||||
;;(global-set-key (kbd "C-c s") #'consult-ripgrep)
|
||||
(global-set-key (kbd "C-c f") #'consult-line)
|
||||
(global-set-key (kbd "C-c b") #'consult-buffer)
|
||||
(global-set-key (kbd "C-c g") #'consult-git-grep)
|
||||
|
||||
(global-set-key (kbd "C-c #") #'comment-dwim)
|
||||
|
||||
|
||||
(provide 'init-keybindings)
|
||||
;;; init-keybindings.el ends here
|
||||
|
||||
Reference in New Issue
Block a user