summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.emacs.d/init.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 0c129d1..e75e60f 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1856,8 +1856,6 @@ This function is intended for use with `ivy-ignore-buffers'."
("M-w" . boxquote-kill-ring-save)))
(use-package orgalist
- ;; http://lists.gnu.org/archive/html/emacs-orgmode/2019-04/msg00007.html
- :disabled t
:after message
:hook (message-mode . orgalist-mode))