|
|
|
|
@ -327,6 +327,17 @@ |
|
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
|
(setq compilation-ask-about-save nil) |
|
|
|
|
#+END_SRC |
|
|
|
|
** Calendar |
|
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
|
(add-hook 'calendar-load-hook |
|
|
|
|
(lambda () |
|
|
|
|
(calendar-set-date-style 'european))) |
|
|
|
|
;; first day of the week is monday instead of sunday: |
|
|
|
|
(setq calendar-week-start-day 1) |
|
|
|
|
(setq calendar-location-name "Toronto, ON Canada") |
|
|
|
|
(setq calendar-latitude 43.7) |
|
|
|
|
(setq calendar-longitude -79.4) |
|
|
|
|
#+END_SRC |
|
|
|
|
** Use system proxy |
|
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
|
;; Use system proxy |
|
|
|
|
@ -468,9 +479,6 @@ |
|
|
|
|
#+END_SRC |
|
|
|
|
** Leftovers |
|
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
|
(setq european-calendar-style 't) |
|
|
|
|
;; first day of the week is monday instead of sunday: |
|
|
|
|
(setq calendar--week--start--day 1) |
|
|
|
|
|
|
|
|
|
;; * toorg |
|
|
|
|
(require 'highlight-sexps) |
|
|
|
|
|