about summary refs log tree commit diff
path: root/emacs.d/init-settings.el
diff options
context:
space:
mode:
authorVincent Ambo <vincent@spotify.com>2013-08-03T13·36+0200
committerVincent Ambo <vincent@spotify.com>2013-08-03T13·36+0200
commit006043d82e7938f5f79d11e17e03314e932f8684 (patch)
tree01cc40c735091ffcf91b8a18faa08cf2affb3c02 /emacs.d/init-settings.el
parent580f642d4051aed2d61d1c8db1322507720d087d (diff)
emacs: Added flx (glorious!), removed some unused settings and functions
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 f8e87ef0ab..02069a82f8 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")