diff options
author | Vincent Ambo <vincent@spotify.com> | 2013-08-03T13·36+0200 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2013-08-03T13·36+0200 |
commit | 006043d82e7938f5f79d11e17e03314e932f8684 (patch) | |
tree | 01cc40c735091ffcf91b8a18faa08cf2affb3c02 /emacs.d/init-settings.el | |
parent | 580f642d4051aed2d61d1c8db1322507720d087d (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.el | 4 |
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") |