Orgmode package is called 'org' and not 'org-mode'

This commit is contained in:
Florian Dufour 2020-11-26 13:54:23 +01:00 committed by Bozhidar Batsov
parent 4fc0f0fab2
commit 65153cad01

View file

@ -30,7 +30,7 @@
;;; Code:
(require 'org-mode)
(require 'org)
(add-to-list 'auto-mode-alist '("\\.org\\" . org-mode))