THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.
PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!
THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.
PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!
| ;; A better version of this is now upstream! See comments. | |
| ;; bibtex-mode | |
| (add-hook 'bibtex-mode-hook | |
| (lambda () | |
| (setq bibtex-generate-url-list | |
| (cons (list '("doi" . "10\\.[0-9]+/.+") | |
| (concat (or org-doi-server-url "http://dx.doi.org/") "%s") | |
| '("doi" "10\\.[0-9]+/.+" 0)) | |
| bibtex-generate-url-list) |
| *.tex diff=tex | |
| *.bib diff=bibtex | |
| *.c diff=cpp | |
| *.h diff=cpp | |
| *.c++ diff=cpp | |
| *.h++ diff=cpp | |
| *.cpp diff=cpp | |
| *.hpp diff=cpp | |
| *.cc diff=cpp | |
| *.hh diff=cpp |
| ;; Diary | |
| (require 'holidays) | |
| (setq holiday-austria-holidays '((holiday-fixed 1 1 "Neujahr") | |
| (holiday-fixed 1 6 "Heilige Drei Könige") | |
| (holiday-easter-etc 1 "Ostermontag") | |
| (holiday-fixed 5 1 "Staatsfeiertage") | |
| (holiday-easter-etc 39 "Christi Himmelfahrt") | |
| (holiday-easter-etc 50 "Pfingstmontag") | |
| (holiday-easter-etc 60 "Fronleichnam") | |
| (holiday-fixed 8 15 "Mariä Himmelfahrt") |