summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-12-31 20:49:19 -0500
committerAmin Bandali <bandali@gnu.org>2019-12-31 20:49:19 -0500
commitfee021a2fd128742be90c24d771bd539908a312f (patch)
treeb22ac1dd6e3e8a7f7801d5e21ef5a426507f312c /.emacs.d/init.el
parenteeae870db94ec517f8f06b19c22f6e386af365d5 (diff)
downloadconfigs-fee021a2fd128742be90c24d771bd539908a312f.tar.gz
configs-fee021a2fd128742be90c24d771bd539908a312f.tar.xz
configs-fee021a2fd128742be90c24d771bd539908a312f.zip
emacs: update packages, add back orgalist
finally fixed: https://lists.gnu.org/archive/html/emacs-orgmode/2019-12/msg00439.html
Diffstat (limited to '.emacs.d/init.el')
-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))