Skip to content

Commit

Permalink
Org mode should be automatically enabled for .org.txt files
Browse files Browse the repository at this point in the history
  • Loading branch information
EnigmaCurry committed Jan 18, 2009
1 parent 4319135 commit 1a50546
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ryan-org.el
@@ -1,4 +1,5 @@
;; Org-mode settings
(add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
(add-to-list 'auto-mode-alist '("\\.org.txt$" . org-mode))
(global-set-key "\C-cl" 'org-store-link)
(global-set-key "\C-ca" 'org-agenda)

0 comments on commit 1a50546

Please sign in to comment.