mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Update custom-variables.el
This commit is contained in:
@@ -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))))
|
||||
|
||||
Reference in New Issue
Block a user