mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix %:p and comment
This commit is contained in:
@ -171,9 +171,9 @@
|
|||||||
(setq file-name
|
(setq file-name
|
||||||
;; %:p:h => the project root (or current directory otherwise)
|
;; %:p:h => the project root (or current directory otherwise)
|
||||||
(replace-regexp-in-string "\\(^\\|[^\\\\]\\)\\(%:p\\)"
|
(replace-regexp-in-string "\\(^\\|[^\\\\]\\)\\(%:p\\)"
|
||||||
(projectile-project-root) file-name t t 2))
|
(narf/project-root) file-name t t 2))
|
||||||
(setq file-name
|
(setq file-name
|
||||||
;; %:p => the project root (or current directory otherwise)
|
;; %:p => the current directory
|
||||||
(replace-regexp-in-string "\\(^\\|[^\\\\]\\)\\(%:d\\)"
|
(replace-regexp-in-string "\\(^\\|[^\\\\]\\)\\(%:d\\)"
|
||||||
default-directory file-name t t 2))
|
default-directory file-name t t 2))
|
||||||
(when current-fname
|
(when current-fname
|
||||||
|
Reference in New Issue
Block a user