Clean up; refactor
This commit is contained in:
parent
d87817725f
commit
ee0930c11a
9 changed files with 97 additions and 89 deletions
|
@ -3,7 +3,8 @@
|
|||
(use-package csharp-mode
|
||||
:functions (csharp-log)
|
||||
:mode "\\.cs$"
|
||||
:init (add-hook! csharp-mode 'flycheck-mode))
|
||||
:init (add-hook! csharp-mode 'flycheck-mode)
|
||||
:config (require 'omnisharp))
|
||||
|
||||
;; unity shaders
|
||||
(use-package shader-mode :mode "\\.shader$")
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
:defer t
|
||||
:init
|
||||
(evil-set-initial-state 'eshell-mode 'normal)
|
||||
(setq eshell-directory-name (! (concat narf-temp-dir "eshell"))
|
||||
(setq eshell-directory-name (concat narf-temp-dir "eshell")
|
||||
eshell-scroll-to-bottom-on-input 'all
|
||||
eshell-buffer-shorthand t
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue