Remove bundle--calendar file
This commit is contained in:
parent
dd372e74c0
commit
206d1b732f
3 changed files with 12 additions and 26 deletions
|
@ -1,22 +0,0 @@
|
||||||
(setq cal-html-directory "~/Documents/Diary"
|
|
||||||
view-diary-entries-initially t
|
|
||||||
mark-diary-entries-in-calendar t
|
|
||||||
number-of-diary-entries 7
|
|
||||||
calendar-date-style (quote iso)
|
|
||||||
calendar-week-start-day 1)
|
|
||||||
(setq calendar-intermonth-text
|
|
||||||
(quote
|
|
||||||
(propertize
|
|
||||||
(format "%2d"
|
|
||||||
(car
|
|
||||||
(calendar-iso-from-absolute
|
|
||||||
(calendar-absolute-from-gregorian
|
|
||||||
(list month day year)))))
|
|
||||||
(quote font-lock-face)
|
|
||||||
(quote font-lock-function-name-face))))
|
|
||||||
(when (string= (system-name) "EVG02667NB")
|
|
||||||
(unless (file-directory-p (expand-file-name "~/Documents"))
|
|
||||||
(let ((docs-path (getenv "DOCS_PATH")))
|
|
||||||
(setq cal-html-directory (concat docs-path "\\Diary")
|
|
||||||
diary-file (concat docs-path "\\Diary\\diary")
|
|
||||||
timeclock-file (concat docs-path "\\Diary\\timelog")))))
|
|
|
@ -9,6 +9,16 @@
|
||||||
["#212526" "#ff4b4b" "#b4fa70" "#fce94f" "#729fcf" "#e090d7" "#8cc4ff" "#eeeeec"])
|
["#212526" "#ff4b4b" "#b4fa70" "#fce94f" "#729fcf" "#e090d7" "#8cc4ff" "#eeeeec"])
|
||||||
'(backup-directory-alist '(("." . "~/.backup_filez")))
|
'(backup-directory-alist '(("." . "~/.backup_filez")))
|
||||||
'(browse-url-browser-function 'eww-browse-url)
|
'(browse-url-browser-function 'eww-browse-url)
|
||||||
|
'(calendar-date-style 'iso)
|
||||||
|
'(calendar-intermonth-text
|
||||||
|
'(propertize
|
||||||
|
(format "%2d"
|
||||||
|
(car
|
||||||
|
(calendar-iso-from-absolute
|
||||||
|
(calendar-absolute-from-gregorian
|
||||||
|
(list month day year)))))
|
||||||
|
'font-lock-face 'font-lock-function-name-face))
|
||||||
|
'(calendar-week-start-day 1)
|
||||||
'(column-number-mode t)
|
'(column-number-mode t)
|
||||||
'(custom-enabled-themes '(nord))
|
'(custom-enabled-themes '(nord))
|
||||||
'(custom-safe-themes
|
'(custom-safe-themes
|
||||||
|
@ -19,9 +29,9 @@
|
||||||
(undecorated)
|
(undecorated)
|
||||||
(width . 85)
|
(width . 85)
|
||||||
(height . 70)
|
(height . 70)
|
||||||
(fullscreen . fullscreen)
|
(fullscreen . fullscreen)))
|
||||||
(vertical-scroll-bars)))
|
|
||||||
'(delete-selection-mode nil)
|
'(delete-selection-mode nil)
|
||||||
|
'(diary-file "~/Documents/diary")
|
||||||
'(display-time-mode t)
|
'(display-time-mode t)
|
||||||
'(elpy-modules
|
'(elpy-modules
|
||||||
'(elpy-module-company elpy-module-eldoc elpy-module-flymake elpy-module-folding elpy-module-pyvenv elpy-module-yasnippet elpy-module-django elpy-module-autodoc elpy-module-sane-defaults))
|
'(elpy-module-company elpy-module-eldoc elpy-module-flymake elpy-module-folding elpy-module-pyvenv elpy-module-yasnippet elpy-module-django elpy-module-autodoc elpy-module-sane-defaults))
|
||||||
|
|
2
init.el
2
init.el
|
@ -28,8 +28,6 @@
|
||||||
(add-to-list 'auto-mode-alist '("\\.lsp$" . lisp-mode))
|
(add-to-list 'auto-mode-alist '("\\.lsp$" . lisp-mode))
|
||||||
(add-to-list 'auto-mode-alist '("\\.cl$" . lisp-mode))
|
(add-to-list 'auto-mode-alist '("\\.cl$" . lisp-mode))
|
||||||
|
|
||||||
(load "bundle--calendar")
|
|
||||||
|
|
||||||
(put 'narrow-to-region 'disabled nil)
|
(put 'narrow-to-region 'disabled nil)
|
||||||
(put 'narrow-to-page 'disabled nil)
|
(put 'narrow-to-page 'disabled nil)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue