diff --git a/emacs/init.org b/emacs/init.org index 06b8932..1a569e6 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -6130,7 +6130,8 @@ Tell Deft to use the TITLE property for entry titles, if it exists: * Pollen #+BEGIN_SRC emacs-lisp (use-package pollen-mode - :mode ("\\.p\\'" "\\.pp\\'" "\\.pm\\'")) + :commands (pollen-server-start pollen-server-stop) + :mode ("\\.p\\'" "\\.pp\\'" "\\.pm\\'" "\\.ptree\\'")) #+END_SRC * Ngrok