summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2009-10-25 01:40:43 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2009-10-25 01:40:43 +0200
commit117ca65bf5a5c7513ad2f74ea495a4ee2e1100a5 (patch)
tree286c1a9a89c622367396cdaf2b1f20c983c468ca /emacs
parent3fb586a7741ae1c66bb74e73a69c140ca89e099d (diff)
downloaddotfiles-117ca65bf5a5c7513ad2f74ea495a4ee2e1100a5.tar.gz
dotfiles-117ca65bf5a5c7513ad2f74ea495a4ee2e1100a5.tar.xz
dotfiles-117ca65bf5a5c7513ad2f74ea495a4ee2e1100a5.zip
reduced time to wait before font-lock-update
Diffstat (limited to 'emacs')
-rw-r--r--emacs7
1 files changed, 5 insertions, 2 deletions
diff --git a/emacs b/emacs
index 3c53b89..e5ad535 100644
--- a/emacs
+++ b/emacs
@@ -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)