Skip to content

Instantly share code, notes, and snippets.

@sprig
Created June 2, 2015 15:14
Show Gist options
  • Save sprig/caa9a14a934e0fbb1b43 to your computer and use it in GitHub Desktop.
Save sprig/caa9a14a934e0fbb1b43 to your computer and use it in GitHub Desktop.
(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