Orgmode package is called 'org' and not 'org-mode'
This commit is contained in:
parent
4fc0f0fab2
commit
65153cad01
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(require 'org-mode)
|
||||
(require 'org)
|
||||
|
||||
(add-to-list 'auto-mode-alist '("\\.org\\’" . org-mode))
|
||||
|
||||
|
|
Loading…
Reference in a new issue