diff options
author | 2019-12-31 20:49:19 -0500 | |
---|---|---|
committer | 2019-12-31 20:49:19 -0500 | |
commit | fee021a2fd128742be90c24d771bd539908a312f (patch) | |
tree | b22ac1dd6e3e8a7f7801d5e21ef5a426507f312c /.emacs.d/init.el | |
parent | eeae870db94ec517f8f06b19c22f6e386af365d5 (diff) | |
download | configs-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 '')
-rw-r--r-- | .emacs.d/init.el | 2 |
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)) |