about summary refs log tree commit diff
path: root/emacs.d/init-settings.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/init-settings.el')
-rw-r--r--emacs.d/init-settings.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs.d/init-settings.el b/emacs.d/init-settings.el
index f8e87ef0ab21..02069a82f8c2 100644
--- a/emacs.d/init-settings.el
+++ b/emacs.d/init-settings.el
@@ -3,6 +3,10 @@
 (tool-bar-mode -1)
 (scroll-bar-mode -1)
 
+(flx-ido-mode 1)
+(setq ido-use-faces nil)
+(setq gc-cons-threshold 20000000)
+
 ;;; Code:
 
 (add-to-list 'exec-path "/usr/local/bin")