aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oni/home/config/pop-os/emacs.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/oni/home/config/pop-os/emacs.el b/oni/home/config/pop-os/emacs.el
index 8b517ef..447fa78 100644
--- a/oni/home/config/pop-os/emacs.el
+++ b/oni/home/config/pop-os/emacs.el
@@ -410,9 +410,7 @@ Optional argument STOPP means stop on any defect."
(setf (flycheck-error-filename e)
(expand-file-name
(replace-regexp-in-string (rx string-start "/app/")
- (if (string-match (rx "filament") default-directory)
- "filament/"
- "")
+ ""
(flycheck-error-filename e))
(project-root (project-current))))
e)