We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d08f05 + 135bc59 commit 9b2405bCopy full SHA for 9b2405b
fsharp-mode.el
@@ -113,8 +113,9 @@
113
(define-key map [eval-phrase] '("Eval phrase" . fsharp-eval-phrase)))))
114
115
;;;###autoload
116
-(add-to-list 'auto-mode-alist '("\\.fs[iylx]?\\'" . fsharp-mode))
117
-(add-to-list 'auto-mode-alist '("\\.fsproj\\'" . nxml-mode))
+(progn
+ (add-to-list 'auto-mode-alist '("\\.fs[iylx]?\\'" . fsharp-mode))
118
+ (add-to-list 'auto-mode-alist '("\\.fsproj\\'" . nxml-mode)))
119
120
(defvar fsharp-mode-syntax-table nil
121
"Syntax table in use in fsharp mode buffers.")
0 commit comments