From 6fe3b8c0022d778efd1b86cfc9ebc82333000781 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 10 Apr 2012 11:43:16 +0100 Subject: [PATCH] Update custom-variables.el --- custom-variables.el | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/custom-variables.el b/custom-variables.el index b631440..fb50c0d 100644 --- a/custom-variables.el +++ b/custom-variables.el @@ -19,6 +19,7 @@ '(display-time-interval 10) '(display-time-load-average-threshold 1.0) '(display-time-mode t) + '(ecb-basic-buffer-sync (quote (Info-mode dired-mode magit-mode))) '(ecb-create-layout-file "~/.emacs.d/ecb-user-layouts.el") '(ecb-layout-name "left13") '(ecb-options-version "2.40") @@ -26,13 +27,13 @@ '(ecb-source-path (quote (("~/Projects" "Projects") ("~/Projects/api" "api") ("~/.emacs.d" ".emacs.d") ("~/.dotfiles" ".dotfiles") ("~/src" "src") ("~/Projects/globaldev" "globaldev") ("~/Sites" "Sites") ("~" "~") ("/" "/")))) '(ecb-tip-of-the-day nil) '(ecb-toggle-layout-sequence (quote ("left13" "left15"))) + '(ecb-tree-indent 3) '(ecb-tree-make-parent-node-sticky nil) '(ecb-windows-width 0.16) '(elscreen-display-tab t) '(elscreen-tab-display-control t) '(elscreen-tab-display-kill-screen nil) '(eproject-completing-read-function (quote eproject--ido-completing-read)) - '(escreen-number-mode t) '(evil-default-cursor (quote (t))) '(fci-handle-truncate-lines nil) '(fci-rule-width 1) @@ -50,6 +51,7 @@ '(markdown-command "redcarpet") '(ns-tool-bar-display-mode nil t) '(ns-tool-bar-size-mode nil t) + '(nxhtml-skip-welcome t) '(org-agenda-files (list "~/.org-files/todos.org" "~/.org-files/notes.org" "~/.org-files/events.org")) '(org-agenda-ndays 7) '(org-agenda-show-all-dates t) @@ -88,4 +90,8 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - ) + '(mumamo-background-chunk-major ((t nil))) + '(mumamo-background-chunk-submode1 ((t nil))) + '(mumamo-background-chunk-submode2 ((t nil))) + '(mumamo-background-chunk-submode3 ((t nil))) + '(mumamo-background-chunk-submode4 ((t nil))))