Merge pull request #4610 from chuxubank/develop
Fix find file in private config for emacs bindings
This commit is contained in:
commit
a6c835ee5e
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
|||
:desc "Find file from here" "F" #'+default/find-file-under-here
|
||||
:desc "Locate file" "l" #'locate
|
||||
:desc "Rename/move this file" "m" #'doom/move-this-file
|
||||
:desc "Find file in private config" "p" #'doom/open-private-config
|
||||
:desc "Find file in private config" "p" #'doom/find-file-in-private-config
|
||||
:desc "Browse private config" "P" #'doom/open-private-config
|
||||
:desc "Recent files" "r" #'recentf-open-files
|
||||
:desc "Recent project files" "R" #'projectile-recentf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue