mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
Backup 2025-04-18
This commit is contained in:
parent
e167d883a0
commit
d0f1044013
11 changed files with 157 additions and 30 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"Open `user-emacs-directory` using `counsel-find-file`."
|
||||
(interactive)
|
||||
(let ((default-directory user-emacs-directory))
|
||||
(counsel-find-file)))
|
||||
(counsel-file-jump)))
|
||||
|
||||
|
||||
(use-package counsel
|
||||
|
|
@ -18,8 +18,7 @@
|
|||
"/" #'counsel-rg
|
||||
";" #'counsel-M-x
|
||||
"fc" #'js0ny/open-config-directory
|
||||
)
|
||||
)
|
||||
"fh" #'counsel-recentf))
|
||||
|
||||
(provide 'init-counsel)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue