summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.org b/init.org
index 0c38cb6..0e3db42 100644
--- a/init.org
+++ b/init.org
@@ -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")