emacs.d/init.el
2020-11-18 15:27:56 +01:00

18 lines
478 B
EmacsLisp
Executable file

(require 'cl)
(add-to-list 'load-path (expand-file-name "~/.emacs.d/bundle/"))
(load "bundle--defaults")
(load "bundle--server")
(load "bundle--package")
(load "bundle--customfile")
(load "bundle--keys")
(load "bundle--coding")
(load "bundle--holidays")
(load "bundle--latex")
(load "bundle--mk")
(load "bundle--hooks")
(load "bundle--lists")
;; (load-theme 'nord t)
(require 'color-theme-sanityinc-tomorrow)
(defalias 'yes-or-no-p 'y-or-n-p)
(org-clock-persistence-insinuate)