Skip to content

Commit

Permalink
csharp-mode removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen Bin committed Dec 17, 2015
1 parent fb5718b commit a1b3dff
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions lisp/init-elpa.el
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ ARCHIVE is the string name of the package archive.")
pointback
buffer-move
regex-tool
csharp-mode
quack
legalese
htmlize
Expand Down Expand Up @@ -252,7 +251,6 @@ ARCHIVE is the string name of the package archive.")
(require-package 'rinari)
(require-package 'groovy-mode)
(require-package 'ruby-compilation)
(require-package 'csharp-mode)
(require-package 'emmet-mode)
(require-package 'session)
;; (require-package 'tidy)
Expand Down
1 change: 0 additions & 1 deletion lisp/init-ibuffer.el
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
(mode . ruby-mode)
(mode . scss-mode)
(mode . css-mode)
(mode . csharp-mode)
(mode . objc-mode)
(mode . sql-mode)
(mode . python-mode)
Expand Down
3 changes: 0 additions & 3 deletions lisp/init-misc.el
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@
;; M-x without meta
(global-set-key (kbd "C-x C-m") 'execute-extended-command)

;; C#
(add-to-list 'auto-mode-alist '("\\.cs$" . csharp-mode))

;; {{ isearch
;; Use regex to search by default
(global-set-key (kbd "C-s") 'isearch-forward-regexp)
Expand Down

0 comments on commit a1b3dff

Please sign in to comment.