Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Modified-by: Eivind Hjertnes <me@hjertnes.me>
  • Loading branch information
hjertnes committed Nov 14, 2018
1 parent 6a47d74 commit a607b78
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
4 changes: 0 additions & 4 deletions csharp.el
@@ -1,8 +1,4 @@
;; Copied from the omnisharp github page. Adds support for Csharp auto completion.
;; Details https://github.com/OmniSharp/omnisharp-emacs
;; Arch requires you to install the msbuild-stable package plus dotnet core
;; And you need to have a sln file for your project

;; Set the omnisharp server path manually on windows, because that piece of shit is weird, and only work this way.
(when (is-windows)
(setq omnisharp-server-executable-path "C:\\Bin\\omnisharp-roslyn\\OmniSharp.exe"))
Expand Down
14 changes: 14 additions & 0 deletions init.el
Expand Up @@ -35,3 +35,17 @@
;; Load personal.el if it exist, a file used to override settings per system. Ignored by git. Mostly used to override fonts per system
(when (file-exists-p "~/.emacs.d/personal.el")
(load "~/.emacs.d/personal.el"))
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(package-selected-packages
(quote
(feature-mode elisp-format cider clojure-mode taskpaper-mode markdown-mode lsp-python dracula-theme smart-mode-line-atom-one-dark-theme rainbow-identifiers rainbow-delimiters which-key indent-guide no-easy-keys ace-jump-mode lsp-mode company flycheck counsel-projectile counsel projectile exec-path-from-shell smex neotree magit deft smartparens use-package))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
1 change: 1 addition & 0 deletions langs.el
Expand Up @@ -40,3 +40,4 @@
feature-mode
:ensure t
:config (setq feature-default-langauge "fi"))

0 comments on commit a607b78

Please sign in to comment.