mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
minor fix
This commit is contained in:
parent
3bfde49348
commit
4062aeab3d
8 changed files with 39 additions and 12 deletions
|
|
@ -20,6 +20,12 @@
|
|||
"fc" #'js0ny/open-config-directory
|
||||
"fh" #'counsel-recentf))
|
||||
|
||||
;; Replace `cd' with `counsel-cd'
|
||||
(defun cd ()
|
||||
"Change currend default directory"
|
||||
(interactive)
|
||||
(counsel-cd))
|
||||
|
||||
(provide 'init-counsel)
|
||||
|
||||
;;; init-counsel.el ends
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue