Nelson: Local stuff
This commit is contained in:
parent
7ebc828269
commit
7d28803778
2 changed files with 3 additions and 4 deletions
|
|
@ -485,6 +485,7 @@
|
||||||
;; C#-Mode configuration.
|
;; C#-Mode configuration.
|
||||||
;; =================================================================
|
;; =================================================================
|
||||||
(use-package csharp-mode
|
(use-package csharp-mode
|
||||||
|
:ensure t
|
||||||
|
|
||||||
:preface
|
:preface
|
||||||
(defun my-csharp-mode-hook ()
|
(defun my-csharp-mode-hook ()
|
||||||
|
|
@ -495,11 +496,9 @@
|
||||||
|
|
||||||
:mode "\\.cs\\'"
|
:mode "\\.cs\\'"
|
||||||
|
|
||||||
:init
|
:config
|
||||||
(add-hook 'csharp-mode-hook 'my-csharp-mode-hook)
|
(add-hook 'csharp-mode-hook 'my-csharp-mode-hook)
|
||||||
(eval-after-load 'company '(add-to-list 'company-backends 'company-omnisharp))
|
(eval-after-load 'company '(add-to-list 'company-backends 'company-omnisharp))
|
||||||
|
|
||||||
:config
|
|
||||||
(c-add-style "ms-csharp"
|
(c-add-style "ms-csharp"
|
||||||
'((c-basic-offset . 4)
|
'((c-basic-offset . 4)
|
||||||
(c-comment-only-line-offset . (0 . 0))
|
(c-comment-only-line-offset . (0 . 0))
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@
|
||||||
((sequence "TODO" "|" "DONE" "ABANDONED" "DEFERRED"))))
|
((sequence "TODO" "|" "DONE" "ABANDONED" "DEFERRED"))))
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
(quote
|
(quote
|
||||||
(lsp-ui company-lsp cquery mustache-mode clang-format projectile dash-functional mocha add-node-modules-path rjsx-mode xref-js2 js2-refactor company omnisharp geiser cider clojure-mode graphviz-dot-mode multi-term xterm-color thrift markdown-mode tuareg merlin ag use-package flycheck dockerfile-mode js2-mode web-mode zencoding-mode tss switch-window python-mode paredit magit lua-mode go-mode go-autocomplete exec-path-from-shell csharp-mode color-theme-solarized color-theme-monokai auto-complete auto-complete-nxml flymake flyspell json-mode popup ruby-mode company-jedi tide ahg elm-mode monky)))
|
(fsharp-mode lsp-ui company-lsp cquery mustache-mode clang-format projectile dash-functional mocha add-node-modules-path rjsx-mode xref-js2 js2-refactor company omnisharp geiser cider clojure-mode graphviz-dot-mode multi-term xterm-color thrift markdown-mode tuareg merlin ag use-package flycheck dockerfile-mode js2-mode web-mode zencoding-mode tss switch-window python-mode paredit magit lua-mode go-mode go-autocomplete exec-path-from-shell csharp-mode color-theme-solarized color-theme-monokai auto-complete auto-complete-nxml flymake flyspell json-mode popup ruby-mode company-jedi tide ahg elm-mode monky)))
|
||||||
'(reb-re-syntax (quote string))
|
'(reb-re-syntax (quote string))
|
||||||
'(rmail-mail-new-frame t)
|
'(rmail-mail-new-frame t)
|
||||||
'(safe-local-variable-values
|
'(safe-local-variable-values
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue