Fix auto-mode-alist REGEXP for org-mode
Character ’ should be '
This commit is contained in:
parent
65153cad01
commit
b874b2faff
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
|
||||
(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
|
||||
(global-set-key "\C-cl" 'org-store-link)
|
||||
|
|
Loading…
Reference in a new issue