diff options
| author | 2026-04-20 17:44:53 -0700 | |
|---|---|---|
| committer | 2026-04-20 17:44:53 -0700 | |
| commit | b83a23d2c3c369ed135b9c6ce818f7e7eb0ad8e7 (patch) | |
| tree | 56d4219406e95df0aa03757418e604f7cf8f0ee4 | |
| parent | 03323d158ee5e739868ee24eb5f912106dcad40a (diff) | |
| download | new-dotfiles-b83a23d2c3c369ed135b9c6ce818f7e7eb0ad8e7.tar.gz new-dotfiles-b83a23d2c3c369ed135b9c6ce818f7e7eb0ad8e7.zip | |
pop-os/emacs: Don't treat filament specially
Filament now runs in /app/filament instead of /app.
| -rw-r--r-- | oni/home/config/pop-os/emacs.el | 4 |
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) |
