diff options
| author | 2025-07-16 11:54:21 -0700 | |
|---|---|---|
| committer | 2025-07-16 11:54:21 -0700 | |
| commit | 4c08eafca8f456344ec1cd47a58637e4c113c54a (patch) | |
| tree | 2a291b9279e668044912ed57c7f36b608381a29d | |
| parent | 8b6448b19f0e06797c863cb06804242c59038f11 (diff) | |
| download | new-dotfiles-4c08eafca8f456344ec1cd47a58637e4c113c54a.tar.gz new-dotfiles-4c08eafca8f456344ec1cd47a58637e4c113c54a.zip | |
pop-os/emacs: Remove debugging statement
| -rw-r--r-- | oni/home/config/pop-os/emacs.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/oni/home/config/pop-os/emacs.el b/oni/home/config/pop-os/emacs.el index 771d862..7ce9959 100644 --- a/oni/home/config/pop-os/emacs.el +++ b/oni/home/config/pop-os/emacs.el @@ -691,7 +691,6 @@ buffers.") ) ;angular ((string= web-mode-engine "vue") - (message "foo %s" tagopen) (cond ((string-match-p "[:@][-[:alpha:].]+=\"" tagopen) (setq closing-string "\"" |
