Created
June 2, 2015 15:14
-
-
Save sprig/caa9a14a934e0fbb1b43 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(setq kk/org-packages | |
'( | |
;; package kk/orgs go here | |
org | |
cdlatex | |
)) | |
;; List of packages to exclude. | |
(setq kk/excluded-packages '()) | |
;; For each package, define a function kk/org/init-<package-kk/org> | |
;; | |
(defun kk/init-org () | |
"Initialize my package" | |
(add-to-load-path "~/.emacs.d/private/kk/org/") | |
(load "kk-org-master.el") | |
) | |
(defun kk/init-cdlatex () | |
"Initialize cdlatex" | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment