mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Fix issue with projectile in terminal
This commit is contained in:
@@ -49,6 +49,11 @@
|
||||
(when (require 'grizzl nil 'noerror)
|
||||
(setq *grizzl-read-max-results* 20))
|
||||
|
||||
;; Due to Grizzl crashing Emacs 24.4 nightlies in terminal, only use it in
|
||||
;; full GUI mode.
|
||||
(if gui-window-system
|
||||
(setq projectile-completion-system 'grizzl))
|
||||
|
||||
;; Display ido results vertically, rather than horizontally.
|
||||
(when (require 'ido-vertical-mode nil 'noerror)
|
||||
(ido-vertical-mode 1))
|
||||
|
||||
@@ -103,7 +103,6 @@
|
||||
'(persp-modestring-dividers (quote (" [" "]" "|")))
|
||||
'(persp-show-modestring t)
|
||||
'(php-mode-dot-property-warning t)
|
||||
'(projectile-completion-system (quote grizzl))
|
||||
'(projectile-enable-caching nil)
|
||||
'(projectile-globally-ignored-directories
|
||||
(quote
|
||||
|
||||
Reference in New Issue
Block a user