diff options
Diffstat (limited to 'init.org')
-rw-r--r-- | init.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1501,7 +1501,7 @@ (defun jao-rss-subscribe (url) "Subscribe to a given RSS URL. If URL not given, look for it." - (interactive "s") + (interactive "sURL: ") (let* ((url (or url (jao-url-around-point) (jao-rss--find-url) @@ -2307,6 +2307,7 @@ *** Erlang #+begin_src emacs-lisp (use-package erlang + :disabled t :ensure t :custom ((inferior-erlang-machine-options '("shell")) (inferior-erlang-machine "rebar3") |