Skip to content

Commit

Permalink
Go mode only for .go files
Browse files Browse the repository at this point in the history
  • Loading branch information
anildigital committed Mar 2, 2018
1 parent c7e083c commit 322700e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anil/modes.el
Expand Up @@ -43,7 +43,7 @@
(require 'multiple-cursors)


(add-to-list 'auto-mode-alist '(".go" . go-mode)) ;
(add-to-list 'auto-mode-alist '("\\.go?\\'" . go-mode))

;; less-mode
(add-to-list 'auto-mode-alist '("\\.less$" . less-css-mode))
Expand Down

0 comments on commit 322700e

Please sign in to comment.