Clean up
This commit is contained in:
parent
80282c0665
commit
a74136a55d
5 changed files with 6 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
:functions (flycheck-buffer)
|
||||
:commands (flycheck-mode flycheck-list-errors)
|
||||
:init
|
||||
(setq flycheck-indication-mode 'right-fringe
|
||||
(setq flycheck-indication-mode nil
|
||||
;; Removed checks on idle/change for snappiness
|
||||
flycheck-check-syntax-automatically '(save mode-enabled idle-change)
|
||||
flycheck-disabled-checkers '(emacs-lisp-checkdoc make))
|
||||
|
|
|
@ -26,6 +26,8 @@
|
|||
;; switching.
|
||||
cursor-in-non-selected-windows nil
|
||||
|
||||
uniquify-buffer-name-style nil
|
||||
|
||||
visible-bell nil ; silence of the bells
|
||||
use-dialog-box nil ; avoid GUI
|
||||
redisplay-dont-pause t
|
||||
|
@ -258,7 +260,6 @@
|
|||
process :when active)
|
||||
(global :when active)
|
||||
(narf-line-column narf-buffer-position)
|
||||
;; narf-hud
|
||||
)))
|
||||
|
||||
(provide 'core-ui)
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
;; What to do on Emacs exit / workgroups-mode exit?
|
||||
wg-emacs-exit-save-behavior 'save ; Options: 'save 'ask nil
|
||||
wg-workgroups-mode-exit-save-behavior 'save
|
||||
wg-log-level 0
|
||||
|
||||
wg-list-display-decor-divider " : "
|
||||
wg-list-display-decor-current-left "["
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
:init (add-hook! csharp-mode 'flycheck-mode))
|
||||
|
||||
;; unity shaders
|
||||
(use-package shaderlab-mode :mode "\\.shader$")
|
||||
(use-package shader-mode :mode "\\.shader$")
|
||||
|
||||
(use-package omnisharp
|
||||
:after csharp-mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue