Fix auto-mode-alist REGEXP for org-mode

Character ’ should be '
This commit is contained in:
Florian Dufour 2020-11-26 13:59:43 +01:00 committed by Bozhidar Batsov
parent 65153cad01
commit b874b2faff

View file

@ -32,7 +32,7 @@
(require 'org) (require 'org)
(add-to-list 'auto-mode-alist '("\\.org\\" . org-mode)) (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
;; a few useful global keybindings for org-mode ;; a few useful global keybindings for org-mode
(global-set-key "\C-cl" 'org-store-link) (global-set-key "\C-cl" 'org-store-link)