diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2009-10-25 01:40:43 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2009-10-25 01:40:43 +0200 |
commit | 117ca65bf5a5c7513ad2f74ea495a4ee2e1100a5 (patch) | |
tree | 286c1a9a89c622367396cdaf2b1f20c983c468ca /emacs | |
parent | 3fb586a7741ae1c66bb74e73a69c140ca89e099d (diff) | |
download | dotfiles-117ca65bf5a5c7513ad2f74ea495a4ee2e1100a5.tar.gz dotfiles-117ca65bf5a5c7513ad2f74ea495a4ee2e1100a5.tar.xz dotfiles-117ca65bf5a5c7513ad2f74ea495a4ee2e1100a5.zip |
reduced time to wait before font-lock-update
Diffstat (limited to '')
-rw-r--r-- | emacs | 7 | ||||
-rw-r--r-- | emacs.elc | bin | 16506 -> 16616 bytes |
2 files changed, 5 insertions, 2 deletions
@@ -68,7 +68,10 @@ '(inhibit-startup-screen t) '(inverse-video nil) '(jde-run-option-application-args (quote ("10"))) - '(jit-lock-defer-time 0.5) + '(jit-lock-chunk-size 1024) + '(jit-lock-context-time 0.1) + '(jit-lock-defer-time 0.1) + '(jit-lock-stealth-nice 0.1) '(jit-lock-stealth-time nil) '(make-backup-files nil) '(mark-holidays-in-calendar t) @@ -102,6 +105,7 @@ '(sql-user "") '(standard-indent 8) '(tab-always-indent nil) + '(tab-bar-mode -1) '(tab-stop-list (quote (8 16 24 32 40 48 56 64 72 80 88 96 104 112 120))) '(tab-width 8) '(tabkey2-mode nil) @@ -109,7 +113,6 @@ '(timeclock-relative nil) '(timeclock-workday 0) '(tls-process-connection-type t) - '(tab-bar-mode -1) '(tooltip-delay 0.5) '(tooltip-frame-parameters (quote ((name . "tooltip") (internal-border-width . 1) (border-width . 1)))) '(tooltip-use-echo-area nil) Binary files differ |