mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-14 12:48:29 +10:00
Removed unnecessary/misplaced quote characters
This commit is contained in:
@@ -727,11 +727,11 @@ Keybindings to open files that I work with all the time using the find-file comm
|
||||
| PATH TO FILE | DESCRIPTION | KEYBINDING |
|
||||
|--------------------------------+-----------------------+------------|
|
||||
| ~/Org/agenda.org | /Edit agenda file/ | SPC = a |
|
||||
| ~/.config/doom/config.org" | /Edit doom config.org/ | SPC = c |
|
||||
| ~/.config/doom/init.el" | /Edit doom init.el/ | SPC = i |
|
||||
| ~/.config/doom/packages.el" | /Edit doom packages.el/ | SPC = p |
|
||||
| ~/.config/doom/eshell/aliases" | /Edit eshell aliases/ | SPC = e a |
|
||||
| ~/.config/doom/eshell/profile" | /Edit eshell profile/ | SPC = e p |
|
||||
| ~/.config/doom/config.org | /Edit doom config.org/ | SPC = c |
|
||||
| ~/.config/doom/init.el | /Edit doom init.el/ | SPC = i |
|
||||
| ~/.config/doom/packages.el | /Edit doom packages.el/ | SPC = p |
|
||||
| ~/.config/doom/eshell/aliases | /Edit eshell aliases/ | SPC = e a |
|
||||
| ~/.config/doom/eshell/profile | /Edit eshell profile/ | SPC = e p |
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(map! :leader
|
||||
|
||||
Reference in New Issue
Block a user