ご主人様
not manx 4 years ago
parent 5dad74bbe5
commit 29ce57fb90
Signed by: C-xC-c
GPG Key ID: F52ED472284EF2F4

File diff suppressed because it is too large Load Diff

@ -196,17 +196,15 @@ Saves config.org if it's open then reloads the file.
#+END_SRC
** omnisharp
#+BEGIN_SRC emacs-lisp
;; (use-package csharp-mode
;; :defer t)
;; (use-package omnisharp
;; :defer t
;; :init (add-hook 'csharp-mode-hook 'omnisharp-mode))
(use-package csharp-mode
:defer t
:config ((use-package omnisharp
:config (add-hook 'csharp-mode-hook 'omnisharp-mode))))
;; (eval-after-load 'company
;; '(add-to-list 'company-backends 'company-omnisharp))
(eval-after-load 'company
'(add-to-list 'company-backends 'company-omnisharp))
;; (add-hook 'csharp-mode #'company-mode)
(add-hook 'csharp-mode #'company-mode)
#+END_SRC
** spaceline
#+BEGIN_SRC emacs-lisp

@ -0,0 +1,6 @@
* Komacs
My emacs config. [[./config.org]] contains any configuration I've done,
which is loaded by org-babel on startup.
I use [[https://github.com/jwiegley/use-package][use-package]] for package management, [[https://www.djcbsoftware.nl/code/mu/mu4e.html][mu4e]] for mail and
[[http://company-mode.github.io/][company]]/[[https://github.com/joaotavora/yasnippet][yasnippet]] for completion.
Loading…
Cancel
Save