branch: elpa/pacmacs
commit 23d315e54f4b03398154f12d1669d5c91216a2fa
Author: rexim <[email protected]>
Commit: rexim <[email protected]>
Trigger MELPA update
Just a dummy commit to trigger MELPA update one more time. I see that
the new recipe contains the `signs` folder, but for some reason the
folder was not packaged during the MELPA update.
So currently Pacmacs installed from MELPA crashes on death, because it
cannot find the `signs` folder. If the problem will persist even after
this dummy commit we will file an issue agains MELPA.
---
pacmacs.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/pacmacs.el b/pacmacs.el
index 8e008f0fa8..536dae30c7 100644
--- a/pacmacs.el
+++ b/pacmacs.el
@@ -792,6 +792,7 @@
(pacmacs-make-anim (list (pacmacs-make-frame '(0 0 40 40)
100))
(pacmacs--wall-tile-at row column)))))))
+
(provide 'pacmacs)
;;; pacmacs.el ends here