Remove f.el references
This commit is contained in:
parent
7ed243a398
commit
a0305418ae
6 changed files with 15 additions and 14 deletions
|
@ -194,7 +194,7 @@ whose dimensions may not be fully initialized by the time this is run."
|
|||
"tools"
|
||||
:face 'font-lock-keyword-face)
|
||||
(propertize " Edit emacs.d" 'face 'font-lock-keyword-face))
|
||||
'action '(lambda (_) (find-file (f-expand "init.el" doom-emacs-dir)))
|
||||
'action '(lambda (_) (find-file (expand-file-name "init.el" doom-emacs-dir)))
|
||||
'follow-link t)
|
||||
|
||||
(when last-session-p
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue