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.
1 parent 8d08f05 commit 135bc59Copy full SHA for 135bc59
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