mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
Projectile
This commit is contained in:
parent
8e50d38aeb
commit
860e6c8b44
1 changed files with 8 additions and 21 deletions
29
.emacs
29
.emacs
|
|
@ -55,35 +55,22 @@
|
||||||
(add-to-list 'load-path "~/.emacs.d/ensime/elisp")
|
(add-to-list 'load-path "~/.emacs.d/ensime/elisp")
|
||||||
(require 'ensime)
|
(require 'ensime)
|
||||||
|
|
||||||
|
;; This step causes the ensime-mode to be started whenever
|
||||||
|
;; scala-mode is started for a buffer. You may have to customize this step
|
||||||
|
;; if you're not using the standard scala mode.
|
||||||
|
(add-hook 'scala-mode-hook 'ensime-scala-mode-hook)
|
||||||
|
|
||||||
; Powerline
|
; Powerline
|
||||||
; https://github.com/Dewdrops/powerline.git
|
; https://github.com/Dewdrops/powerline.git
|
||||||
(add-to-list 'load-path "~/.emacs.d/powerline")
|
(add-to-list 'load-path "~/.emacs.d/powerline")
|
||||||
(require 'powerline)
|
(require 'powerline)
|
||||||
(powerline-center-evil-theme)
|
(powerline-center-evil-theme)
|
||||||
|
|
||||||
|
; Projectile Project Management
|
||||||
;; This step causes the ensime-mode to be started whenever
|
(projectile-global-mode)
|
||||||
;; scala-mode is started for a buffer. You may have to customize this step
|
|
||||||
;; if you're not using the standard scala mode.
|
|
||||||
(add-hook 'scala-mode-hook 'ensime-scala-mode-hook)
|
|
||||||
|
|
||||||
; Debug
|
; Debug
|
||||||
;(setq debug-on-error t)
|
;(setq debug-on-error t)
|
||||||
|
|
||||||
; Disable Stupid Bell
|
; Disable Stupid Bell
|
||||||
(setq bell-volume 0)
|
(setq ring-bell-function #'ignore)
|
||||||
|
|
||||||
;Custom
|
|
||||||
|
|
||||||
(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.
|
|
||||||
'(custom-safe-themes (quote ("8aebf25556399b58091e533e455dd50a6a9cba958cc4ebb0aab175863c25b9a4" default))))
|
|
||||||
(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.
|
|
||||||
)
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue