mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-21 13:53:38 -05:00
Help! I'm trapped in emacs!
This commit is contained in:
@@ -11,6 +11,11 @@
|
||||
(kbd "TAB") 'neotree-enter
|
||||
(kbd "RET") 'neotree-enter))))
|
||||
|
||||
(defun my-ido-find-project-file ()
|
||||
(interactive)
|
||||
(let ((default-directory (project-root)))
|
||||
(ido-find-file)))
|
||||
|
||||
|
||||
;; (use-package dired
|
||||
;; :disabled t
|
||||
|
Reference in New Issue
Block a user